mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-07 14:22:12 +00:00
Merge branch 'main' of https://github.com/jjaffeux/discourse-rewind
This commit is contained in:
commit
bbab3a8f6f
@ -112,8 +112,16 @@ export default class Rewind extends Component {
|
||||
<div class={{concatClass "rewind-report" report.identifier}}>
|
||||
{{#if (eq report.identifier "reactions")}}
|
||||
<Reactions @report={{report}} />
|
||||
<Reactions @report={{report}} />
|
||||
<Reactions @report={{report}} />
|
||||
<Reactions @report={{report}} />
|
||||
|
||||
{{else if (eq report.identifier "activity-calendar")}}
|
||||
<ActivityCalendar @report={{report}} />
|
||||
<ActivityCalendar @report={{report}} />
|
||||
<ActivityCalendar @report={{report}} />
|
||||
<ActivityCalendar @report={{report}} />
|
||||
|
||||
{{/if}}
|
||||
{{!-- {{else if (eq report.identifier "fbff")}}
|
||||
<FBFF @report={{report}} />
|
||||
|
@ -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;
|
||||
|
BIN
public/images/bg-1.png
Normal file
BIN
public/images/bg-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 500 KiB |
BIN
public/images/bg-2.png
Normal file
BIN
public/images/bg-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
x
Reference in New Issue
Block a user