| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(extension): Add theme and dynamic icon support (#1894) | qixing-jk | 2025-09-07 | 6 | -29/+217 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: add theme selection support to browser extension - integrate theme settings with plugin settings storage - add theme selector dropdown to options page - implement custom ThemeProvider using plugin settings - include new Select UI component for theme selection * feat(extension): add dynamic icon theme switching (#1100) Add updateIcon() function to dynamically change extension icon based on selected theme (light/dark/system). Update icon on initial load and when settings change to reflect current theme preference. Closes #1100 * fix(extension): switch dark mode strategy from media to selector This allows manual control over dark mode via class toggling rather than relying on the OS/browser preference. * fix(extension): move icon update logic to content script The `window` object is inaccessible in the background script, causing icon updates to fail. This change relocates the icon update logic to the content script where `window.matchMedia` is available. - Remove `updateIcon` function from background script - Add icon update logic to `ThemeProvider` component - Consolidate theme and icon updates in single effect * feat(settings): make theme field required in settings schema Remove optional flag from theme field to enforce presence in settings validation schema. * deps: Upgrade the extension deps * minor fixes --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | deps: Upgrade the extension deps | MohamedBassem | 2025-09-07 | 1 | -2/+2 |
| | | |||||
| * | fix: fix assets being marked as pending summarization | Mohamed Bassem | 2025-09-07 | 1 | -0/+7 |
| | | |||||
| * | feat(web): render AI summary in markdown (#1869) | Youen Chéné | 2025-09-07 | 2 | -5/+12 |
| | | | | | | * feat: wrap bookmark summary with MarkdownReadonly component to render Markdown properly. * fix: hydration errors because of the markdown component | ||||
| * | feat: add gif asset type support (#1876) | Drashi | 2025-09-07 | 1 | -2/+8 |
| | | | | | | | | | | * feat: add gif asset type support * skip inference for gis --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | fix: don't mark inferenace job as failed when there's no content. fixes #1666 | Mohamed Bassem | 2025-09-07 | 2 | -7/+32 |
| | | |||||
| * | fix: fix pdf detection when the header contains charset. fix: #1677 | Mohamed Bassem | 2025-09-07 | 1 | -2/+16 |
| | | |||||
| * | fix(web): Fix deleting the action in the rule engine auto saves. fixes #1858 | Mohamed Bassem | 2025-09-07 | 1 | -0/+1 |
| | | |||||
| * | fix: Fix feed worker to fetch feeds with proxy | Mohamed Bassem | 2025-09-06 | 3 | -50/+58 |
| | | |||||
| * | fix: Change the inferance working logging when disabled to be a debug log level | Mohamed Bassem | 2025-09-06 | 2 | -2/+2 |
| | | |||||
| * | fix: Dont attempt to fetch rss if the user if out of quota | Mohamed Bassem | 2025-09-06 | 1 | -0/+13 |
| | | |||||
| * | refactor: Extract quota logic into its own class | Mohamed Bassem | 2025-09-06 | 3 | -15/+13 |
| | | |||||
| * | fix: Reduce polling interval on meilisearch tasks | Mohamed Bassem | 2025-09-06 | 1 | -1/+1 |
| | | |||||
| * | fix: Don't enqueue video tasks when video downlaod is disabled | Mohamed Bassem | 2025-09-06 | 1 | -8/+10 |
| | | |||||
| * | fix(landing): fixed typo in FAQ (#1893) | Midhun Sudhir | 2025-09-06 | 1 | -1/+1 |
| | | |||||
| * | fix: Incremental polling interval for ongoing crawls | Mohamed Bassem | 2025-08-31 | 3 | -17/+6 |
| | | |||||
| * | release(mobile): Bump mobile version to 1.8.0 | MohamedBassem | 2025-08-31 | 1 | -3/+3 |
| | | |||||
| * | fix(mobile): Use uncontrolled inputs for signin page | MohamedBassem | 2025-08-31 | 1 | -57/+30 |
| | | |||||
| * | feat(mobile): Add a default server address during signin | MohamedBassem | 2025-08-31 | 1 | -14/+78 |
| | | |||||
| * | deps: Drop ronionoss icons | MohamedBassem | 2025-08-31 | 3 | -17/+12 |
| | | |||||
| * | fix(mobile): Fix text bookmark editor | MohamedBassem | 2025-08-31 | 6 | -379/+444 |
| | | |||||
| * | fix(mobile): Disable the save button when bookmark is being saved | MohamedBassem | 2025-08-31 | 1 | -2/+2 |
| | | |||||
| * | fix: show login button in the landing page on mobile | Mohamed Bassem | 2025-08-30 | 1 | -0/+23 |
| | | |||||
| * | fix: fix long worker log lines when downloading base64 images | Mohamed Bassem | 2025-08-30 | 1 | -1/+3 |
| | | |||||
| * | fix: Respect wal mode for the queue db | Mohamed Bassem | 2025-08-30 | 1 | -1/+1 |
| | | |||||
| * | fix: handle list with slashes in their names and truncate long list names. ↵ | Mohamed Bassem | 2025-08-30 | 4 | -591/+86 |
| | | | | | fixes #1597 | ||||
| * | feat: Add a bookmark skeleton for search | Mohamed Bassem | 2025-08-27 | 2 | -2/+86 |
| | | |||||
| * | feat(mobile): Retheme the mobile app (#1872) | Mohamed Bassem | 2025-08-26 | 45 | -417/+1835 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add nativewindui * migrate to nativewindui text * Replace buttons with nativewindui buttons * Use nativewindui search input * fix the divider color * More changes * fix manage tag icon * fix styling of bookmark card * fix ios compilation * fix search clear * fix tag pill border color * Store theme setting in app settings * fix setting color appearance * fix coloring of search input * fix following system theme * add a save button to info * fix the grey colors on android * fix icon active tint color * drop the use of TextField | ||||
| * | fix(mobile): Fix crash in android webview | MohamedBassem | 2025-08-25 | 1 | -2/+2 |
| | | |||||
| * | feat(mobile): Add edit menu item to bookmark card | MohamedBassem | 2025-08-24 | 1 | -3/+12 |
| | | |||||
| * | fix(mobile): Change the icon of the share button | MohamedBassem | 2025-08-24 | 1 | -2/+2 |
| | | |||||
| * | feat: Add delete button and creation dates to mobile info page | MohamedBassem | 2025-08-24 | 1 | -33/+78 |
| | | |||||
| * | u18n: Update french translation.json (#1866) | Vivien | 2025-08-24 | 1 | -1/+1 |
| | | | | Better french 🥖 | ||||
| * | fix: fix nextjs warning about dialog without title in bookmark preview | MohamedBassem | 2025-08-24 | 2 | -1/+13 |
| | | |||||
| * | fix(web): fix query getting rest when bookmark preview is closed. fixes #1521 | MohamedBassem | 2025-08-24 | 4 | -17/+34 |
| | | |||||
| * | fix(web): Fix hydration errors in add api key page | MohamedBassem | 2025-08-23 | 1 | -14/+7 |
| | | |||||
| * | fix: preserve selected section in link preview in query params | MohamedBassem | 2025-08-23 | 1 | -2/+4 |
| | | |||||
| * | fix: Hide bookmark global actions when there's no bookmark grid shown | MohamedBassem | 2025-08-23 | 3 | -3/+27 |
| | | |||||
| * | fix(security): Add CSP policies on asset serving path | MohamedBassem | 2025-08-23 | 1 | -0/+1 |
| | | |||||
| * | fix: dangling assets created by changing crawling config | MohamedBassem | 2025-08-22 | 1 | -5/+6 |
| | | |||||
| * | fix(workers): Drop the withTimeout wrappers | MohamedBassem | 2025-08-22 | 2 | -10/+2 |
| | | |||||
| * | feat: Export prometheus metrics from the workers | MohamedBassem | 2025-08-22 | 14 | -5/+111 |
| | | |||||
| * | fix: Remove dev indicator config from nextjs config | MohamedBassem | 2025-08-22 | 1 | -4/+0 |
| | | |||||
| * | fix(web): Fix dark mode titles for public lists | MohamedBassem | 2025-08-22 | 1 | -4/+4 |
| | | |||||
| * | feat: Add confirmations to background job actions | MohamedBassem | 2025-08-22 | 2 | -25/+40 |
| | | |||||
| * | feat: A redesigned background jobs page. #1551 | MohamedBassem | 2025-08-21 | 4 | -202/+499 |
| | | |||||
| * | Revert "deps: Upgrade nextjs to 15.5" | MohamedBassem | 2025-08-20 | 6 | -26/+37 |
| | | | | | This reverts commit be420c9aebb0f2d343a0c94327fddc089f56d402. | ||||
| * | deps: Upgrade nextjs to 15.5 | MohamedBassem | 2025-08-20 | 6 | -37/+26 |
| | | |||||
| * | fix(web): Suppress hydration warning on root html | MohamedBassem | 2025-08-20 | 1 | -1/+5 |
| | | |||||
| * | deps: Upgrade expo & nextjs to react 19 (#1565) | Mohamed Bassem | 2025-08-20 | 25 | -216/+358 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error | ||||
