aboutsummaryrefslogtreecommitdiffstats
path: root/apps/browser-extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature(extension): Add a context menu to open your hoarder saves. Fixes ↵kamtschatka2024-06-094-1/+66
| | | | | | | | | | | | | | | | | #188 (#206) * Feature request: Browser extension "Open your Hoarder saves" #188 Adds a context menu entry when a hoarder instance is configured and removes it again, if it is not configured anymore * Feature request: Browser extension "Open your Hoarder saves" #188 moved storage related functions to settings.ts fixed issues with context menu registration * only fire callback when the settings change --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com>
* release(extension): Bump extension version to 1.2.1MohamedBassem2024-05-251-1/+1
|
* fix(extension): Drop the https restriction in firefox. Fixes #23kamtschatka2024-05-251-0/+3
| | | | | added csp rule to allow firefox to connect to http endpoints Co-authored-by: kamtschatka <simon.schatka@gmx.at>
* release(extension): Release version 1.2.0MohamedBassem2024-04-231-1/+1
|
* feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem2024-04-2311-8/+549
|
* ui(extension): Use shadcn and better dark mode supportMohamedBassem2024-04-2317-100/+352
|
* fix: Delete the API key on logout from phone or extensionMohamedBassem2024-04-094-43/+11
|
* feature: Extract hook logic into separate package and add a new action bar ↵MohamedBassem2024-04-072-10/+11
| | | | in bookmark preview
* fix(extension): Bump extension version to 1.2.2 to fix the incorrectly ↵MohamedBassem2024-04-011-1/+1
| | | | uploaded bundle to chrome store
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-3011-23/+35
|
* ui(extension): Update logo and bump versionMohamedBassem2024-03-293-5/+4
|
* fix(extension): Fix ugly looking popup in dark mode. Fixes #30MohamedBassem2024-03-272-10/+8
|
* fix: Fix allow links with trailing slashes in extension configuration. Fixes #18MohamedBassem2024-03-271-1/+1
|
* feature: Prepare the extension for submission to mozilla addon storeMohamedBassem2024-03-265-0/+5
|
* ui: Migrate to the new logo everywhereMohamedBassem2024-03-264-0/+0
|
* chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem2024-03-231-2/+0
|
* build: Upgrade pnpm to v9 alpha, might regret it laterMohamedBassem2024-03-191-1/+1
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-146-7/+6
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-1430-0/+761