29eab87c71
feat: impl multi file/dir moving
...
Co-authored-by: Ona <no-reply@ona.com >
2025-09-21 17:03:50 +00:00
a331276c43
build: add environment variables template
...
- Add .env.sample with Convex and WorkOS configuration
- Include both server and client-side environment variables
Co-authored-by: Ona <no-reply@ona.com >
2025-09-21 16:06:59 +00:00
6323a3f41c
docs: add project guidelines and commit conventions
...
- Add AGENTS.md with tech stack, project structure, and code styles
- Add dev/docs/dashboard.md with frontend-specific guidelines
- Include conventional commit types with examples
Co-authored-by: Ona <no-reply@ona.com >
2025-09-21 16:05:39 +00:00
bc1f655aab
fix: auto focus new dir name input on create dir
...
Co-authored-by: Ona <no-reply@ona.com >
2025-09-21 15:45:40 +00:00
de8a53d7a8
feat: double click to open directory in dir table
2025-09-21 15:18:32 +00:00
39c0268ded
fix: ctx menu sometimes not opening immediately
2025-09-21 15:16:22 +00:00
19535396ad
fix: directory table multi select
2025-09-21 15:12:05 +00:00
7eefe2b96e
feat: allow file drop on path breadcrumb
2025-09-20 23:54:27 +00:00
0f5b1f79ff
refactor: directory path handling
...
intsead of storing path as field in directories table, it is derived on demand, because it makes moving directories a heck lot eaiser
Co-authored-by: Ona <no-reply@ona.com >
2025-09-20 23:23:28 +00:00
cd2c10fbed
refactor: extract file drop logic into hook
...
Co-authored-by: Ona <no-reply@ona.com >
2025-09-20 22:43:31 +00:00
d6b693b54b
feat: basic file drag and drop
2025-09-20 22:25:01 +00:00
daae016cf3
fix: image preview dialog mobile layout
2025-09-20 20:16:51 +00:00
40b9c84b15
feat: add download btn to img preview dialog
2025-09-20 20:05:50 +00:00
367e248062
feat: impl image preview dialog
2025-09-20 19:55:20 +00:00
ddd2afb879
fix: breadcrumb all files link
2025-09-20 13:29:23 +00:00
6310a15c78
fix: regenerate routes
2025-09-20 13:21:13 +00:00
75ee997d04
refactor: remove file route
2025-09-20 13:20:15 +00:00
c10edc0df2
feat: add placeholder /home page
2025-09-20 13:19:41 +00:00
4dec5e5bb5
feat: make file upload dir id required
2025-09-19 23:17:13 +00:00
8b699a8f51
fix: directory link in dir table
...
Co-authored-by: Ona <no-reply@ona.com >
2025-09-19 23:16:31 +00:00
4812fcc0a2
refactor: top level dir + moved route
...
create a root directory entry in table for each user and move file browser under /directories/$id
2025-09-19 23:01:44 +00:00
9fbd5e678a
feat: impl file rename
2025-09-18 00:14:16 +00:00
2f181cef45
fix: click on selected row should do nothing
2025-09-17 23:21:33 +00:00
341fb9661b
feat: impl file table selection
2025-09-17 23:19:37 +00:00
a445bba183
feat: impl file path breadcrumb nav
2025-09-17 22:47:55 +00:00
44ce32fd84
feat: basic directory navigation
2025-09-17 00:04:12 +00:00
c7fb40e8eb
refactor: use path util
2025-09-16 23:18:53 +00:00
691798c56d
feat: new path util package
2025-09-16 23:17:19 +00:00
68ca8cbccd
refactor: move convex into packages
2025-09-16 23:17:01 +00:00
223a594479
refactor: convert to monorepo
...
Co-authored-by: Ona <no-reply@ona.com >
2025-09-16 23:01:40 +00:00
59e14a9c9a
feat: record abs path of dirs
2025-09-16 22:36:26 +00:00
a0f50ebb96
feat: remove sidebar trigger
2025-09-16 22:16:53 +00:00
882f1a4900
feat: update sidebar and files page layout
2025-09-16 00:24:10 +00:00
ad1800861e
fix: file upload btn
2025-09-15 23:31:03 +00:00
61237b1383
feat: tweak file table col sizes
2025-09-15 23:27:56 +00:00
060cbdbdf5
feat: make file icon in table smaller
2025-09-15 23:04:38 +00:00
5271064068
feat: hook syncUser to login callback
...
Co-authored-by: Ona <no-reply@ona.com >
2025-09-15 22:58:23 +00:00
8916142e04
feat: add auth to convex fns
2025-09-15 21:44:41 +00:00
f06064fc81
feat: log out and auth redirect
2025-09-14 23:23:15 +00:00
65cac6f97b
feat: update theme
...
Co-authored-by: Ona <no-reply@ona.com >
2025-09-14 23:22:53 +00:00
02506181e9
feat: initial auth config
2025-09-14 21:46:38 +00:00
1d2ef37827
feat: add user id field to directories
2025-09-14 18:50:49 +00:00
27c8d72a5b
feat: add mime type field to files
2025-09-14 18:49:28 +00:00
59402f473f
feat: impl directory delete
...
Co-authored-by: Ona <no-reply@ona.com >
2025-09-14 18:12:29 +00:00
f32af46261
chore: git cred import username from env var
2025-09-14 14:57:15 +00:00
edf7b5a6ef
chore: fix gpg key import
2025-09-14 14:56:02 +00:00
56a01b3f72
chore: add git setup script
...
Co-authored-by: Ona <no-reply@ona.com >
2025-09-14 11:41:17 +00:00
1e17351a04
chore: add tailscale as devcontainer feat
2025-09-14 11:00:16 +00:00
a67a8795d8
feat: impl file delete
...
Co-authored-by: Ona <no-reply@ona.com >
2025-09-14 10:59:49 +00:00
aa3c086f03
chore: delete vscode settings file
2025-09-14 00:53:20 +00:00