aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/preview/EditableTitle.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Allow editing bookmark detailsMohamedBassem2025-04-081-60/+0
|
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-4/+4
| | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* ui(web): Fixed overflow issues for very long titles (#152)Cari2024-05-161-2/+2
| | | | | | | | | | | * ui(web): Titles that exceed the allotted space now terminate with an ellipsis ui(web): Very long titles now break in edit mode instead of overflowing horizontally * ui(web): Titles on bookmark cards longer than two lines will terminate with an ellipsis ui(web): Tooltips for long titles now wrap to multiple lines as needed ui(web): Aligned titles in preview panes to the left margin
* feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 ↵Mohamed Bassem2024-04-251-130/+25
| | | | | | | (#125) * feature(web): Allow deleting tags from the all tags page * feature(web): Add ability to rename, merge and fast delete tags. Fixes #105
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+1
|
* feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem2024-04-151-0/+165