Commit 3ea117d
authored
Reskin auto-drive (#456)
* Update components structure to use atomic pattern
* feat: create new landing page
* feat: create landing layout
* feat: create anonymous role in hasura
* feat: add public file explorer
* feat: create a new sidebar for mobile compatibility
* refactor: update AccountInformation and LandingHeader components for improved structure and mobile compatibility
* feat: add new color variants for light accent and danger in Tailwind config and globals CSS; update Button component styles
* fix: update Button component variant from lightAccent to outline in FileTableRow
* feat: add details view to public explorer
* improve login & logout redirects
* refactor: update router dependencies in AppLayout and LandingLayout for improved navigation handling
* move explorer to dashboard and remove the need for logging in
* refactor: remove session dependency from ObjectDownloadModal to simplify metadata fetching logic
* fix: downloads stalled on anon user
* refactor: rearrange component structure in AppLayout for better organization and clarity
* refactor: remove authentication check from object reporting handler to streamline error handling
* refactor: simplify reportFile function by removing authentication checks and headers
* refactor: clean up middleware and layout components by removing unused code and logging
* refactor: update login callback URL to include default network ID for improved routing
* refactor: update images and remove console log from App component for cleaner code
* feat: ensure that the user + subcription is updated
* refactor: remove object ownership fields from global files query
* refactor: eliminate owners field from object summary in global files query
* test: increase timeout for S3 SDK integration test to prevent timeouts
* feat: enable dark mode support in Tailwind configuration
* feat: add explore button to landing hero section
* feat: add metric reporting for object reporting in controller
* refactor: remove unused NavItem import from HeroSection component1 parent af04d30 commit 3ea117d
File tree
184 files changed
+5188
-2244
lines changed- backend
- __tests__/integration/s3-sdk
- src/app/controllers
- frontend
- gql
- public
- src
- app
- [chain]
- [...not-found]
- drive
- admin
- developers
- fs/[cid]
- global
- metadata/[cid]
- profile
- search/[cid]
- trash
- explorer
- [cid]
- faqs
- onboarding
- components
- AccountInformation
- FileTables/common
- Home
- ObjectDetails
- FilePreview
- ToasterSetup
- UploadedObjectInformation
- atoms
- common
- LandingHeader
- icons
- layouts
- molecules
- AccountInformation
- DefaultPasswordModal
- FAQs
- FilePreview
- LandingHeader
- NetworkDropdown
- SearchBar
- Sidebar
- Table
- UploadButton
- organisms
- FileTable
- FilesToBeReviewed
- ObjectDetails
- UserAsyncDownloads
- UserTable
- views
- AdminPanel
- Developers
- FileExplorer
- FileSystem
- GlobalFiles
- LandingHome
- NotFound
- Onboarding
- Profile
- PublicFileDetails
- SearchResult
- TrashFiles
- UserFiles
- constants
- contexts
- globalStates
- hooks
- services
- gql
- common
- utils
- hasura/metadata/databases/default/tables
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
184 files changed
+5188
-2244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
452 | 453 | | |
453 | 454 | | |
454 | 455 | | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
459 | 465 | | |
460 | 466 | | |
461 | 467 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
10 | 19 | | |
11 | 20 | | |
12 | 21 | | |
| |||
0 commit comments