diff --git a/assets/javascripts/discourse/components/rewind.gjs b/assets/javascripts/discourse/components/rewind.gjs index 693323b..9c16a84 100644 --- a/assets/javascripts/discourse/components/rewind.gjs +++ b/assets/javascripts/discourse/components/rewind.gjs @@ -112,8 +112,16 @@ export default class Rewind extends Component {
{{#if (eq report.identifier "reactions")}} + + + + {{else if (eq report.identifier "activity-calendar")}} + + + + {{/if}} {{!-- {{else if (eq report.identifier "fbff")}} diff --git a/assets/stylesheets/common/card.scss b/assets/stylesheets/common/card.scss index 0baa675..9b04838 100644 --- a/assets/stylesheets/common/card.scss +++ b/assets/stylesheets/common/card.scss @@ -1,6 +1,6 @@ .rewind-card { - box-shadow: 0 0 0 1px var(--primary-300), 0 0 0 4px var(--primary-100); - border-radius: calc(var(--d-border-radius) / 2); + box-shadow: 0 0 0 1px var(--primary-200); + border-radius: var(--d-border-radius); display: flex; flex-direction: column; text-align: center; diff --git a/public/images/bg-1.png b/public/images/bg-1.png new file mode 100644 index 0000000..38c150c Binary files /dev/null and b/public/images/bg-1.png differ diff --git a/public/images/bg-2.png b/public/images/bg-2.png new file mode 100644 index 0000000..b0cf15a Binary files /dev/null and b/public/images/bg-2.png differ