Merge branch 'backups' into 'develop'
Account backups See merge request soapbox-pub/soapbox-fe!415
This commit is contained in:
commit
b60ae75608
8 changed files with 14 additions and 0 deletions
BIN
app/soapbox/actions/backups.js
Normal file
BIN
app/soapbox/actions/backups.js
Normal file
Binary file not shown.
BIN
app/soapbox/features/backups/index.js
Normal file
BIN
app/soapbox/features/backups/index.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/reducers/backups.js
Normal file
BIN
app/soapbox/reducers/backups.js
Normal file
Binary file not shown.
Binary file not shown.
|
@ -80,6 +80,7 @@
|
|||
@import 'components/accordion';
|
||||
@import 'components/server-info';
|
||||
@import 'components/admin';
|
||||
@import 'components/backups';
|
||||
|
||||
// Holiday
|
||||
@import 'holiday/halloween';
|
||||
|
|
13
app/styles/components/backups.scss
Normal file
13
app/styles/components/backups.scss
Normal file
|
@ -0,0 +1,13 @@
|
|||
.backup {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid var(--brand-color--faint);
|
||||
|
||||
a {
|
||||
color: var(--brand-color--hicontrast);
|
||||
}
|
||||
|
||||
&--pending {
|
||||
font-style: italic;
|
||||
color: var(--primary-text-color--faint);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue