Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(edit-ema): Fix UI Content Palette #27061 #27182

Merged
merged 32 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2e29a38
Working on palette edit ema
KevinDavilaDotCMS Dec 20, 2023
b34996a
Merge branch 'master' into 27061-edit-ema-create-and-reuse-content-fr…
KevinDavilaDotCMS Dec 20, 2023
33ffd41
Working on palette. Finished functionallity
KevinDavilaDotCMS Dec 22, 2023
0432ff0
Refactor, separate to components
KevinDavilaDotCMS Dec 24, 2023
df51b02
Working on Palette testing.
KevinDavilaDotCMS Dec 26, 2023
709bdbd
Replaced hardcoded values with scss variables
KevinDavilaDotCMS Dec 26, 2023
8d853ad
Working on refactor and PR suggestions
KevinDavilaDotCMS Dec 27, 2023
de3198a
Lint
KevinDavilaDotCMS Dec 27, 2023
967526b
Work in PR suggestions.
KevinDavilaDotCMS Dec 27, 2023
fdf30c2
Working on PR suggestions
KevinDavilaDotCMS Dec 27, 2023
bf84f55
Refactor component. Now each contenttype and contentlet have input in…
KevinDavilaDotCMS Dec 27, 2023
9105ca1
Merge with master
KevinDavilaDotCMS Dec 27, 2023
fe03c94
Fix SonarQ issue
KevinDavilaDotCMS Dec 27, 2023
06b5927
Fix drag and drop on contentTypes and contentlets
KevinDavilaDotCMS Dec 28, 2023
d6f5919
Merged with master
KevinDavilaDotCMS Dec 28, 2023
176ec32
Fixed test on EmaStore
KevinDavilaDotCMS Dec 28, 2023
2463e18
Reduced mocks lenght for sonarQ issue
KevinDavilaDotCMS Dec 28, 2023
265e586
Reduced mocks again.
KevinDavilaDotCMS Dec 28, 2023
1379b63
Replaced mock of Content Types
KevinDavilaDotCMS Dec 28, 2023
0d540a2
Moved mocks to appropiate place. Removed mocks file
KevinDavilaDotCMS Dec 28, 2023
a9c2aff
Added scroll to contentlets
KevinDavilaDotCMS Dec 28, 2023
986714c
Make PR suggestions
KevinDavilaDotCMS Dec 28, 2023
1fdec7f
Finished PR suggestions
KevinDavilaDotCMS Jan 2, 2024
c7a31fc
Restore .env.local.example
KevinDavilaDotCMS Jan 2, 2024
cc78023
Fix paginate issue
KevinDavilaDotCMS Jan 2, 2024
42bcfe4
Fixed UI on Palette. Updated shadows on all project
KevinDavilaDotCMS Jan 4, 2024
da38924
Merge with master
KevinDavilaDotCMS Jan 4, 2024
b5fa080
Installed dotcms lib
KevinDavilaDotCMS Jan 4, 2024
d46a93b
Merge with master
KevinDavilaDotCMS Jan 5, 2024
adc5614
Fixed overflows and drag on thumbnail
KevinDavilaDotCMS Jan 5, 2024
100791c
Merge branch 'master' into 27061-edit-ema-create-and-reuse-content-fr…
KevinDavilaDotCMS Jan 7, 2024
473c6d0
Merge branch 'master' into 27061-edit-ema-create-and-reuse-content-fr…
fmontes Jan 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
For more information regarding dotCMS security polices and known security issues see our documentation site:
https://dotcms.com/docs/latest/security-and-privacy


## Supported Versions

dotCMS is commited to backporting security fixes to our LTS version. For an up to date list of which versions are supported, please see:
dotCMS is commited to backporting security fixes to our LTS version. For an up to date list of which versions are supported, please see:
https://www.dotcms.com/docs/latest/current-releases

When possible, dotCMS will also provide a workaround that can remediate a security issue without having to update you dotCMS version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:host {
background: $color-palette-gray-200;
box-shadow: $md-shadow-4;
box-shadow: $shadow-m;
display: flex;
height: 100%;
padding: $spacing-4;
Expand Down Expand Up @@ -44,7 +44,7 @@

.dot-apps-configuration-detail__container {
background-color: $white;
box-shadow: $md-shadow-4;
box-shadow: $shadow-m;
display: flex;
flex-direction: column;
overflow-y: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
p-avatar {
align-self: baseline;
border-radius: 50%;
box-shadow: $md-shadow-2;
box-shadow: $shadow-s;
cursor: pointer;
margin: 0 $spacing-4 0 $spacing-4;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
width: 100%;

&:hover {
box-shadow: $md-shadow-5;
box-shadow: $shadow-m;
}

p-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:host {
background: $color-palette-gray-200;
box-shadow: $md-shadow-4;
box-shadow: $shadow-m;
display: flex;
height: 100%;
min-width: 75.25rem;
Expand Down Expand Up @@ -50,7 +50,7 @@

.dot-apps-configuration__container {
background-color: $white;
box-shadow: $md-shadow-4;
box-shadow: $shadow-m;
overflow-y: auto;
width: 100%;
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@use "variables" as *;

:host {
box-shadow: $md-shadow-4;
box-shadow: $shadow-m;
display: block;
transition: box-shadow $basic-speed ease-in;
border-radius: $border-radius-sm;

&:hover {
box-shadow: $md-shadow-3;
box-shadow: $shadow-s;
cursor: pointer;
}

Expand Down Expand Up @@ -82,7 +82,7 @@ p-header {

p-avatar {
border-radius: 50%;
box-shadow: $md-shadow-2;
box-shadow: $shadow-s;
margin: 0 $spacing-3 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

.dot-apps__container {
background-color: $white;
box-shadow: $md-shadow-4;
box-shadow: $shadow-m;
overflow-y: auto;
padding-top: $spacing-4;
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dot-whats-changed,
.dot-edit__iframe {
background: $white;
border-radius: $border-radius-xs;
box-shadow: $md-shadow-4;
box-shadow: $shadow-m;
flex-grow: 1;
overflow: hidden;
}
Expand Down Expand Up @@ -57,7 +57,7 @@ dot-whats-changed,
.dot-edit__page-wrapper--deviced & {
flex-grow: 0;
border-radius: 10px;
box-shadow: $md-shadow-6;
box-shadow: $shadow-l;
background: $white;
background: linear-gradient(135deg, $white 0%, rgba(240, 240, 240, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.results-seo-tool__main-card {
width: 47.6rem;
border-radius: $border-radius-xl;
box-shadow: $md-shadow-6;
box-shadow: $shadow-l;
margin: $spacing-4 $spacing-6;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:host {
&:hover {
box-shadow: $md-shadow-5;
box-shadow: $shadow-m;
transition: box-shadow 0.35s ease-in-out;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.dot-pages__container {
background-color: $white;
box-shadow: $md-shadow-4;
box-shadow: $shadow-m;
padding: $spacing-4 $spacing-5 0;
width: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $number-link-icon-size: 2.28rem;

.dot-starter-top-main__block {
border-radius: $border-radius-md;
box-shadow: $md-shadow-7;
box-shadow: $shadow-l;

align-content: space-between;
border-bottom: 1px solid $color-palette-gray-300;
Expand Down Expand Up @@ -195,7 +195,7 @@ $number-link-icon-size: 2.28rem;
.dot-starter-bottom__block {
background-color: $white;
border-bottom: 1px solid $color-palette-gray-300;
box-shadow: $md-shadow-4;
box-shadow: $shadow-m;
display: flex;
flex-grow: 1;
height: 100%;
Expand Down
Loading