aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/preview (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Start tracking bookmark assets in the assets tableMohamedBassem2024-10-061-55/+57
|
* feature: Allow attaching custom banners to notes. Fixes: #106MohamedBassem2024-10-052-3/+27
|
* feature: Persevere the source URL of clipped texts from the extension.MohamedBassem2024-10-051-10/+1
| | | | Fixes #448
* feature(web): Show attachments and allow users to manipulate them.MohamedBassem2024-09-222-0/+211
|
* feature(web): Manage tags in bulk actionsMohamedBassem2024-09-011-2/+2
|
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-015-16/+20
| | | | | | | | | | | | | | | | | * 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>
* feature: add support for PDF links. Fixes #28 (#216)kamtschatka2024-06-221-2/+14
| | | | | | | | | | | | | | | | | * feature request: pdf support #28 Added a new sourceUrl column to the asset bookmarks Added transforming a link bookmark pointing at a pdf to an asset bookmark made sure the "View Original" link is also shown for asset bookmarks that have a sourceURL updated gitignore for IDEA * remove pdf parsing from the crawler * extract the http logic into its own function to avoid duplicating the post-processing actions (openai/index) * Add 5s timeout to the content type fetch --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* 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