Commit 5c37184
authored
feat: structured file manager (#1423)
## Description
## Linear Ticket
## What type of PR is this? (check all applicable)
- [ ] π‘ (feat) - A new feature (non-breaking change which adds
functionality)
- [ ] π (refactor) - Code Refactoring - A code change that neither fixes
a bug nor adds a feature
- [ ] π (fix) - Bug Fix (non-breaking change which fixes an issue)
- [ ] π (perf) - Optimization
- [ ] π (docs) - Documentation - Documentation only changes
- [ ] π (test) - Tests - Adding missing tests or correcting existing
tests
- [ ] βοΈ (ci) - Continuous Integrations - Changes to our CI
configuration files and scripts (example scopes: Travis, Circle,
BrowserStack, SauceLabs)
- [ ] βοΈ (chore) - Chores - Other changes that don't modify src or test
files
- [ ] β©οΈ (revert) - Reverts - Reverts a previous commit(s).
<!--
For a timely review/response, please avoid force-pushing additional
commits if your PR already received reviews or comments.
Before submitting a Pull Request, please ensure you've done the
following:
- π·ββοΈ Create small PRs. In most cases this will be possible.
- β
Provide tests for your changes.
- π Use descriptive commit messages (as described below).
- π Update any related documentation and include any relevant
screenshots.
Commit Message Structure (all lower-case):
<type>(optional ticket number): <description>
[optional body]
-->1 parent f90ac5f commit 5c37184
File tree
93 files changed
+3329
-744
lines changed- .vscode
- e2e
- fixtures
- pages
- project
- files
- triggers
- utils
- src
- assets
- image/icons
- templates
- components
- atoms
- icons
- molecules
- popover
- organisms
- configuration
- dashboard/templates
- tabs
- deployments/sessions/table
- filters
- files
- sidebar
- topbar/project
- constants
- components
- enums
- components
- factories
- hooks
- interfaces
- components
- dropdown
- store
- locales/en
- buttons
- errors
- files
- modals
- tabs
- validations
- store
- stories/components/atoms
- types
- components
- hooks
- utilities
- validations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+3329
-744
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
22 | 40 | | |
23 | 41 | | |
24 | 42 | | |
25 | 43 | | |
26 | 44 | | |
27 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
28 | 48 | | |
29 | 49 | | |
30 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
39 | 86 | | |
40 | 87 | | |
41 | | - | |
| 88 | + | |
42 | 89 | | |
43 | 90 | | |
44 | 91 | | |
| |||
91 | 138 | | |
92 | 139 | | |
93 | 140 | | |
94 | | - | |
| 141 | + | |
95 | 142 | | |
96 | 143 | | |
97 | 144 | | |
| |||
108 | 155 | | |
109 | 156 | | |
110 | 157 | | |
111 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
112 | 161 | | |
113 | 162 | | |
0 commit comments