aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/preview/AttachmentBox.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-1/+3
| | | | | | | | | | | | | * 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: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-281-0/+2
| | | | | | | | | | | | | | | | | | | | | * Allow downloading more content from a webpage and index it #215 Added a worker that allows downloading videos depending on the environment variables refactored the code a bit added new video asset updated documentation * Some tweaks * Drop the dependency on the yt-dlp wrapper * Update openapi specs * Dont log an error when the url is not supported * Better handle supported websites that dont download anything --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* refactor: Start tracking bookmark assets in the assets tableMohamedBassem2024-10-061-55/+57
|
* feature: Allow attaching custom banners to notes. Fixes: #106MohamedBassem2024-10-051-3/+9
|
* feature(web): Show attachments and allow users to manipulate them.MohamedBassem2024-09-221-0/+209