aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-04feat: add extra instrumentation in the otel traces (#2453)Mohamed Bassem1-0/+1
2025-12-15feat: Add unified reader settings with local overrides (#2230)Evan Simkowitz1-0/+3
* Add initial impl * fix some format inconsistencies, add indicator in user settings when local is out of sync * Fix sliders in user settings, unify constants and formatting * address CodeRabbit suggestions * add mobile implementation * address coderabbit nitpicks * fix responsiveness of the reader settings popover * Move more of the web UI strings to i18n * update translations for more coverage * remove duplicate logic/definitions * fix android font family * add shared reading setting hook between web and mobile * unify reader settings context for both web and mobile * remove unused export * address coderabbit suggestions * fix tests
2025-07-19fix: Run workers in prod without tsx. Fixes #1673Mohamed Bassem1-0/+1
2025-07-17feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz1-0/+1
* feat(mobile): add user setting for default bookmark view mode * regen db migration script * clean up implementation * Update docs/docs/07-Development/01-setup.md * Update GEMINI.md * use local setting instead of storing value in db * improve start-dev.sh to also handle for db migration * rename mobileBookmarkClickDefaultViewMode to defaultBookmarkView for consistency
2025-07-06chore: Excluded unneeded docker context using dockerignoreMohamed Bassem1-0/+1
2024-12-29chore: Add aider to gitignoreMohamed Bassem1-1/+2
2024-12-28fix(mobile): Add support for self signed certs in android. Fixes #381 (#416)CrypticC3s4r1-1/+6
Co-authored-by: MohamedBassem <me@mbassem.com>
2024-12-22chore: Add aider to gitignoreMohamed Bassem1-1/+2
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka1-0/+4
* 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>
2024-03-19build: Fix build by committing next-env.d.tsMohamedBassem1-1/+0
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem1-0/+1
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+3
2024-03-11mobile: Prepare to merge into main repoMohamedBassem1-35/+0
2024-03-05breaking: Using DATA_DIR env variable instead of DATABASE_URLMohamedBassem1-1/+1
2024-03-04feature: Initial attempt at making the app a PWAMohamedBassem1-0/+8
2024-02-23db: Migrate from prisma to drizzleMohamedBassem1-1/+1
2024-02-08Migrating away from bun to yarnMohamedBassem1-0/+1
2024-02-06Structure the repo into workspacesMohamedBassem1-7/+7
2024-02-06Move the web app into a subdirMohamedBassem1-0/+0
2024-02-05Init NextAuthMohamedBassem1-0/+3