aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/settings (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-27ui: Redesign the settings page and move it to its own layoutMohamed Bassem7-1016/+0
2024-10-13fix: Add support for importing notes from the hoarder exportMohamedBassem1-7/+13
2024-10-13feature: Allow importing hoarder's own bookmark file. Fixes #527MohamedBassem1-3/+19
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem1-0/+1
2024-10-05feature(web): Change the settings page to be tabbedMohamedBassem3-11/+330
2024-10-05feature(web): Allow users to export their links and notesMohamedBassem1-4/+25
2024-09-22feature(web): Show attachments and allow users to manipulate them.MohamedBassem1-0/+2
2024-09-21feature(web): Add support for importing bookmarks from PocketMohamedBassem1-36/+79
2024-09-21feature(web): Preserve title, tags and createdAt when importing a netscape ↵MohamedBassem1-29/+102
html. Fixes #401
2024-09-21feature(web): Move bookmark imports into settingsMohamedBassem1-0/+108
2024-06-23ui: Changes for user settings page (#251)Md Saban4-16/+47
* fix: ui refactoring for user settings page * fix: type error * fix: pr comments
2024-06-09feature(web): Add syntax highlighting to code blocks and a quick copy ↵kamtschatka1-16/+6
button. Fixes #195 (#197) * Any plans to support copy to clipboard (markdown code) for notes? #195 added a button to copy the markdown and added code highlighting * Any plans to support copy to clipboard (markdown code) for notes? #195 Changed the copy-button to a generic one added a safeguard and a message to the copy button if copying is not possible * Some code cleanups --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com>
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-1/+1
2024-04-03fix: Minor fixes to small screens to render admin panel and settings in full ↵MohamedBassem1-1/+1
width
2024-03-31refactor: Extract the action confirming dialog into its own componentMohamedBassem1-44/+26
2024-03-23feature(web): Add dark mode supportMohamedBassem2-2/+4
2024-03-18feature(web): Add the ability to change passwordsMohamedBassem1-0/+132
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem3-23/+23
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem3-0/+290