-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: show sub-spaces and parent (#618)
* feat: show sub-spaces * feat: show parent space * fix(ui): fix issue when content is on 2 lines * fix: add turbo and verified property needed for the space cards * fix: fix typing * fix: fix typing * refactor: code DRY-ing * fix(ui): show all sub-spaces on same line with horizontal scroll * fix: remove unnecessary div * refactor: improve variable name * fix: improve typing * fix(ui): add gradient to horizontal scroll * chore: reverting obsolete changes * fix: disable sidebar swipe inside horizontal scroll content * fix: fix line break on flex * Update apps/ui/src/App.vue Co-authored-by: Chaitanya <[email protected]> * fix: fix html structure to be compatible with no-sidebar-swipe detection * fix: use proper type instead of any * fix: improve type * Update apps/ui/src/networks/offchain/api/index.ts Co-authored-by: Chaitanya <[email protected]> * fix: fix missing import * fix(ui): fix missing padding inside overflow-x-scroll element --------- Co-authored-by: Chaitanya <[email protected]>
- Loading branch information
Showing
8 changed files
with
150 additions
and
22 deletions.
There are no files selected for viewing
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
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
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