Use grid to organise settings in admin, my-account
authorRigel Kent <sendmemail@rigelk.eu>
Sun, 8 Mar 2020 16:33:40 +0000 (17:33 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Tue, 10 Mar 2020 15:23:40 +0000 (16:23 +0100)
commit482fa503e545e00252e25eee7b3e0f7d421cf9d4
tree4aa27a683656ced173fe48b914cfd7d65b289717
parent3b20bdd6dc7402b0723e038c57f0606131e20e54
Use grid to organise settings in admin, my-account
23 files changed:
client/src/app/+about/about.component.html
client/src/app/+admin/admin.component.html
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss
client/src/app/+admin/plugins/shared/toggle-plugin-type.scss
client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.scss
client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.scss
client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html
client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.scss
client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html
client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
client/src/app/+my-account/my-account-settings/my-account-settings.component.html
client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss
client/src/app/+my-account/shared/actor-avatar-info.component.ts
client/src/app/shared/forms/markdown-textarea.component.scss
client/src/app/shared/menu/top-menu-dropdown.component.html
client/src/sass/application.scss
client/src/sass/bootstrap.scss
client/src/sass/include/_mixins.scss
config/default.yaml
server/tests/api/server/config.ts
server/tests/client.ts