aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/EditableText.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-3/+6
| | | | | | | | | | | | | * feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
* feature(web): Save title and tag name changes on enter. Fixes #283 (#293)kamtschatka2024-07-131-0/+1
| | | | allowing to press enter to submit changes Applies to tags and bookmark titles
* 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-0/+146
(#125) * feature(web): Allow deleting tags from the all tags page * feature(web): Add ability to rename, merge and fast delete tags. Fixes #105