rcgit

/ karakeep
follow | order: default date topo
Age Commit message Author Files +/-
feature: Add APIs to create new lists and bookmarks Mohamed Bassem 4 -10/+37
fix: Increase list name size to max 40 chars up from 20. Fixes #254 MohamedBassem 1 -1/+1
feature(extension): Allow adding tags and lists to newly hoarded bookmarks MohamedBassem 16 -9/+617
feature: Nested lists (#110). Fixes #62
* feature: Add support for nested lists
* prevent moving the parent to a subtree
Mohamed Bassem 25 -402/+2084
refactor: Move the shared types to the shared package MohamedBassem 53 -241/+260
format: Add missing lint and format, and format the entire repo MohamedBassem 57 -192/+255
feature(web): Add support for removing items from lists MohamedBassem 5 -16/+96
feature(web): Add support for demo mode MohamedBassem 13 -19/+89
refactor: Extract trpc logic into its package MohamedBassem 51 -1536/+1793