-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: tree-ui and path crumbs (#179)
* feat: tree ui * feat: crumbs and tree lines * feat: shorten annotation names + improve validation layouts * refactor: traverse the tree * chore: re-organize stories * feat: "show more" description link Co-authored-by: lottamus <[email protected]> Co-authored-by: Jakub Rożek <[email protected]>
- Loading branch information
1 parent
9e58adf
commit 1453f28
Showing
24 changed files
with
3,151 additions
and
1,102 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
<!--NEED TO SET BODY FONT SIZE TO UI-KIT BASE SINCE WE USE REMS --> | ||
<style> | ||
html, | ||
body { | ||
padding: 0; | ||
margin: 0; | ||
|
||
font-size: 14px; | ||
} | ||
|
||
#root { | ||
height: 100%; | ||
} | ||
</style> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet" /> |
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.