-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(object-storage):add sort feature (#4464)
- Loading branch information
1 parent
f4e61a6
commit 87269b7
Showing
12 changed files
with
524 additions
and
217 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
frontend/packages/ui/src/components/icons/SortPolygonDownIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { createIcon } from '@chakra-ui/react'; | ||
|
||
const SortPolygonUpIcon = createIcon({ | ||
displayName: 'SortPolygonIcon', | ||
viewBox: '0 0 7 5', | ||
d: 'M3.33873 4.19508C3.61963 4.47761 4.07678 4.47761 4.35768 4.19508L6.63781 1.90173C7.08838 1.44854 6.76739 0.676758 6.12833 0.676758H1.56808C0.929025 0.676758 0.608031 1.44854 1.0586 1.90173L3.33873 4.19508Z' | ||
}); | ||
export default SortPolygonUpIcon; |
8 changes: 8 additions & 0 deletions
8
frontend/packages/ui/src/components/icons/SortPolygonUpIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { createIcon } from '@chakra-ui/react'; | ||
|
||
const SortPolygonUpIcon = createIcon({ | ||
displayName: 'SortPolygonIcon', | ||
viewBox: '0 0 7 5', | ||
d: 'M3.33873 1.15843C3.61963 0.875901 4.07678 0.875902 4.35768 1.15843L6.63781 3.45179C7.08838 3.90497 6.76739 4.67676 6.12833 4.67676H1.56808C0.929025 4.67676 0.608031 3.90497 1.0586 3.45179L3.33873 1.15843Z' | ||
}); | ||
export default SortPolygonUpIcon; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.