index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-20
fix(web): Remove editor card from tags page
MohamedBassem
1
-1
/
+0
2024-03-20
feature(web): Add support for removing items from lists
MohamedBassem
3
-13
/
+66
2024-03-20
chore: Bump nextjs version to 14.1.4
MohamedBassem
2
-2
/
+2
2024-03-20
ui(web): Show an overlay when dragging is active
MohamedBassem
3
-19
/
+41
2024-03-20
fix(web): Greatly improve the search feeling by removing the flicker
MohamedBassem
9
-79
/
+93
2024-03-20
fix(mobile): Fix flicker on search
MohamedBassem
8
-70
/
+105
2024-03-20
docs: Add docs for installation, configuration and development
MohamedBassem
1
-1
/
+5
2024-03-19
fix(workers): Drop the restriction of the tags being lowercase and without sp...
MohamedBassem
1
-2
/
+2
2024-03-19
landing: Add the auto generated privacy policy
MohamedBassem
1
-0
/
+217
2024-03-19
refactor: Move landing page to its own app to deploy it separately
MohamedBassem
18
-7
/
+395
2024-03-19
build: Fix build by committing next-env.d.ts
MohamedBassem
1
-0
/
+5
2024-03-19
feature: A new landing page
MohamedBassem
5
-3
/
+95
2024-03-19
fix(web): Show editor card when there are no bookmarks
MohamedBassem
1
-1
/
+1
2024-03-19
fix(web): Only show demo mode banner in demo mode
MohamedBassem
1
-1
/
+3
2024-03-19
build: Upgrade pnpm to v9 alpha, might regret it later
MohamedBassem
2
-2
/
+2
2024-03-19
feature(web): Add support for demo mode
MohamedBassem
11
-14
/
+74
2024-03-19
fix: Remove flicker from search bar
MohamedBassem
2
-9
/
+4
2024-03-19
refactor: Change asset storage to be the filesystem instead of sqlite
MohamedBassem
4
-34
/
+26
2024-03-19
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
20
-50
/
+551
2024-03-18
feature(web): Add the ability to change passwords
MohamedBassem
2
-0
/
+134
2024-03-17
feature(web): A better tags editor using react select with auto complete and ...
MohamedBassem
3
-129
/
+121
2024-03-17
feature: Implemente pagination support
MohamedBassem
6
-20
/
+66
2024-03-17
fix(mobile): Fix premature rendering of the app if the setting is not loaded
MohamedBassem
2
-4
/
+26
2024-03-17
refactor: Prepare for pagination by dropping querying bookmarks by id
MohamedBassem
12
-55
/
+35
2024-03-17
ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its ...
MohamedBassem
6
-197
/
+179
2024-03-16
ui(web): Reduce debounce duration to 10ms in search bar
MohamedBassem
1
-1
/
+1
2024-03-16
ui(web): Add an editor card inline in the bookmark grid and remove the top na...
MohamedBassem
7
-150
/
+123
2024-03-15
ui(web): Change the text in cards to be less aggressive
MohamedBassem
3
-3
/
+3
2024-03-15
release(mobile): Bump version to 1.2.4
MohamedBassem
1
-1
/
+1
2024-03-15
ui(mobile): New header style in the app
MohamedBassem
12
-114
/
+163
2024-03-15
fix(mobile): Scroll to the top when the main tab is clicked
MohamedBassem
3
-9
/
+15
2024-03-15
ui(mobile): Change the creation buttons to be under a menu
MohamedBassem
2
-12
/
+42
2024-03-15
fix(mobile): Enable receiving shares from web pages as well
MohamedBassem
1
-1
/
+1
2024-03-15
fix(mobile): Bump expo-share-intent version and remove the hacks around the o...
MohamedBassem
4
-63
/
+28
2024-03-15
ui(mobile): Add a chevron to the list items in the list view
MohamedBassem
1
-1
/
+3
2024-03-15
feat(mobile): Add tag viewing page
MohamedBassem
2
-2
/
+34
2024-03-15
refactor: Move tag fetching to trpc to reuse in the mobile app
MohamedBassem
1
-24
/
+12
2024-03-15
mobile: Revamp bookmark card's action bar
MohamedBassem
2
-57
/
+92
2024-03-15
mobile: Fix keyboard interactions in search and signin form
MohamedBassem
2
-50
/
+64
2024-03-15
mobile: Bump version to 1.2.1
MohamedBassem
1
-1
/
+1
2024-03-15
mobile: Fix the naming of the lists screen
MohamedBassem
1
-8
/
+8
2024-03-15
mobile: Revert the margins around the cards
MohamedBassem
5
-9
/
+7
2024-03-14
fix: Fix the allowed origins in CORS to match the prod extension id
MohamedBassem
1
-1
/
+1
2024-03-14
docker: Fix dockerfiles to adapt to the new repo structure
MohamedBassem
2
-10
/
+4
2024-03-14
lint: Lint and format the entire repo with the new configs
MohamedBassem
114
-399
/
+401
2024-03-14
structure: Create apps dir and copy tooling dir from t3-turbo repo
MohamedBassem
182
-0
/
+8982