| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: remove unused trpc files from web and mobile | Mohamed Bassem | 2026-02-01 | 1 | -1/+1 |
| | | |||||
| * | refactor: migrate trpc to the new react query integration mode (#2438) | Mohamed Bassem | 2026-02-01 | 1 | -4/+8 |
| | | | | | | | | | | * refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client | ||||
| * | fix: only trigger search autocomplete on first search char | Mohamed Bassem | 2025-12-20 | 1 | -2/+7 |
| | | |||||
| * | feat: add is:broken search qualifier for broken links (#2225) | Mohamed Bassem | 2025-12-08 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | Add a new search qualifier `is:broken` that allows users to filter bookmarks with broken or failed links. This matches the functionality on the broken links settings page, where a link is considered broken if: - crawlStatus is "failure" - crawlStatusCode is less than 200 - crawlStatusCode is greater than 299 The qualifier supports negation with `-is:broken` to find working links. Changes: - Add brokenLinks matcher type definition - Update search query parser to handle is:broken qualifier - Implement query execution logic for broken links filtering - Add autocomplete support with translations - Add parser tests - Update search query language documentation Co-authored-by: Claude <noreply@anthropic.com> | ||||
| * | feat: autocomplete search terms (#2178) | Mohamed Bassem | 2025-11-29 | 1 | -0/+555 |
| * refactor(web): split search autocomplete logic * some improvements * restructure the code * fix typesafety * add feed suggestions * fix | |||||
