aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/preview (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature(web): Add syntax highlighting to code blocks and a quick copy ↵kamtschatka2024-06-091-4/+2
| | | | | | | | | | | | | | | | | 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>
* feature: Full page archival with monolith. Fixes #132MohamedBassem2024-05-261-0/+18
|
* ui(web): Set tag input field in preview modal to 100% width to fix overflow ↵Cari2024-05-191-2/+2
| | | | | | | issues on select dropdown (#165) ui(web): Fixed issue with rounded corners on tag input field in preview modal ui(web): Adjusted styles for labels and fields in preview modal for visual consistency
* feature(web): Clicking an image in the preview modal will open it in a new ↵Cari2024-05-161-6/+12
| | | | tab (#159)
* 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: Take full page screenshots #143 (#148)kamtschatka2024-05-121-2/+4
| | | | | | Added the fullPage flag to take full screen screenshots updated the UI accordingly to properly show the screenshots instead of scaling it down Co-authored-by: kamtschatka <simon.schatka@gmx.at>
* 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
* ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem2024-04-242-2/+12
|
* fix: Use next/image for serving bookmark imagesMohamedBassem2024-04-201-5/+14
|
* feature: Download images and screenshotsMohamedBassem2024-04-203-36/+95
|
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-186-6/+6
|
* feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem2024-04-152-36/+180
|
* fix(web): Fix some JS console errors in the preview pageMohamedBassem2024-04-142-6/+15
|
* feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2024-04-141-1/+1
|
* feature: Add PDF support (#88)Ahmad Mujahid2024-04-111-17/+22
| | | | | | | | | | | | | | | | | | | * feature: Add PDF support * fix: PDF feature enhancements * fix: Freeze expo-share-intent version to prevent breaking changes * fix: set endOfLine to auto for cross-platform development * fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues * fix: enhancing PDF feature * fix: Allowing null in fiename for backward compatibility * fix: update pnpm file with pnpm 9.0.0-alpha-8 * fix:(web): PDF Preview for web
* refactor(web): Move the tooltip provider to the root of the appMohamedBassem2024-04-072-85/+77
|
* feature: Extract hook logic into separate package and add a new action bar ↵MohamedBassem2024-04-075-0/+381
in bookmark preview