aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/settings/layout.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* feat: Hide AI settings tab if inference is not configured. #1781Mohamed Bassem2025-07-261-19/+19
|
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-131-57/+75
|
* fix: Fix i18n in the new stats pageMohamed Bassem2025-07-061-1/+1
|
* feat: Add new user stats page. Fixes #1523Mohamed Bassem2025-07-061-0/+6
|
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-241-6/+11
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-271-0/+6
| | | | | | | | | | | | | | | | | * Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models
* feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem2025-02-231-0/+6
|
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-191-0/+6
|
* refactor: Refactor sidebar into a shared componentMohamed Bassem2024-12-301-24/+62
|
* ui: Redesign the settings page and move it to its own layoutMohamed Bassem2024-10-271-0/+34