Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENG-1950] Improve UI structure #2799

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
506e6c1
refactored Filters.tsx and designed date range API
Sep 22, 2024
ca6d5ef
progress on implementation
Sep 22, 2024
5941d63
completed implementing previous filters
Sep 22, 2024
295b716
tweaks wip
Sep 22, 2024
5582653
packages
Sep 22, 2024
9ba33fb
tweaks + srt support
Sep 25, 2024
d8ffe86
Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…
iLynxcat Oct 31, 2024
88d9040
Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…
iLynxcat Oct 31, 2024
8c5dff1
Add devices module and integrate device management into API; enhance …
jamiepine Nov 5, 2024
cb81cfa
Make overview cards composable
jamiepine Nov 5, 2024
fe218fc
Implement lazy loading for overview cards and add CardWrapper for hot…
jamiepine Nov 5, 2024
167170d
use default card configurations and fix responsive grid sizings
jamiepine Nov 5, 2024
e1a0988
Implement .sdvolume file read/write operations. Enhance storage bar r…
jamiepine Nov 6, 2024
2da3ec6
storage meter, volume alerts and ui tweaks
jamiepine Nov 6, 2024
b41b92a
fix update lib stats + 0.5.0 version bump
jamiepine Nov 6, 2024
a277d05
0.5.0 lock
jamiepine Nov 6, 2024
0fa0a74
some experimental cards, will be feature flagged before merge
jamiepine Nov 7, 2024
b55310a
ignore swift vscode extension index files
iLynxcat Nov 7, 2024
a5ef958
add migration to remove old `storage_statistics`
iLynxcat Nov 7, 2024
7b1355e
relocate small screen override
iLynxcat Nov 7, 2024
43d9d2b
refresh the forbidden 404 page
iLynxcat Nov 7, 2024
bf0fb51
bring account tab back temp
jamiepine Nov 7, 2024
9a0ac02
Merge branch 'eng-1950-improve-ui-structure' of github.com:spacedrive…
iLynxcat Nov 10, 2024
7ee1065
Merge branch 'main' into eng-1896-add-date-range-to-search-options
jamiepine Dec 9, 2024
51a58f7
Merge branch 'main' into eng-1950-improve-ui-structure
jamiepine Dec 10, 2024
a12c337
Merge branch 'eng-1896-add-date-range-to-search-options' into eng-195…
jamiepine Dec 10, 2024
9df4b07
swapy
jamiepine Dec 10, 2024
83651c1
wip
jamiepine Dec 10, 2024
36d3faa
working point
jamiepine Dec 10, 2024
04a12d0
fix types
jamiepine Dec 10, 2024
21e985c
better swappy
jamiepine Dec 10, 2024
483e749
better search
jamiepine Dec 10, 2024
331ea45
better swappy
jamiepine Dec 10, 2024
440d1b8
performance fix
jamiepine Dec 10, 2024
04bab6c
yes
jamiepine Dec 10, 2024
e93477f
checkpoint
jamiepine Dec 10, 2024
841ce12
checkpoint
jamiepine Dec 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cspell/project_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ rspcws
rywalker
sanjay
sdvol
sdvolume
sharma
skippable
spacedrive
Expand All @@ -67,6 +68,7 @@ spacetunnel
specta
storedkey
stringly
swapy
thumbstrips
tobiaslutke
tokio
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ playwright-report
.spacedrive
dev.db-journal
.build/
# swift vscode extension index
.index-build/
.swiftpm
/core/migration_test
sd_init.json
Expand Down
Loading