-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Working on palette edit ema * Working on palette. Finished functionallity * Refactor, separate to components * Working on Palette testing. * Replaced hardcoded values with scss variables * Working on refactor and PR suggestions * Lint * Work in PR suggestions. * Working on PR suggestions * Refactor component. Now each contenttype and contentlet have input inside. * Fix SonarQ issue * Fix drag and drop on contentTypes and contentlets * Fixed test on EmaStore * Reduced mocks lenght for sonarQ issue * Reduced mocks again. * Replaced mock of Content Types * Moved mocks to appropiate place. Removed mocks file * Added scroll to contentlets * Make PR suggestions * Finished PR suggestions * Restore .env.local.example * Fix paginate issue * Fixed UI on Palette. Updated shadows on all project * Installed dotcms lib * Fixed overflows and drag on thumbnail --------- Co-authored-by: Freddy Montes <[email protected]>
- Loading branch information
1 parent
cbcb467
commit 31695f9
Showing
64 changed files
with
132,334 additions
and
575 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
width: 100%; | ||
|
||
&:hover { | ||
box-shadow: $md-shadow-5; | ||
box-shadow: $shadow-m; | ||
} | ||
|
||
p-button { | ||
|
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
Oops, something went wrong.