-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ✨ new design for group by (#488)
* feat: ✨ new group by design init * feat: ✨ added slight shadow and animation * refactor: 🔥 removed old settings + bump * fix: 🐛 resolved
- Loading branch information
1 parent
7d18c52
commit 041bf4e
Showing
6 changed files
with
163 additions
and
235 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,8 +1,9 @@ | ||
<html> | ||
<head> | ||
<script type="module" src="./src/index.tsx" ></script> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
</body> | ||
</html> | ||
<head> | ||
<link rel="stylesheet" href="https://cdn.eds.equinor.com/font/equinor-font.css" /> | ||
<script type="module" src="./src/index.tsx"></script> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
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
115 changes: 0 additions & 115 deletions
115
...es/workspace-fusion/src/modules/garden/components/workspace-header/GardenViewSettings.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.