[feature] Allow import/export/creation of domain allows via admin panel (#2264)

* it's happening!

* aaa

* fix silly whoopsie

* it's working pa! it's working ma!

* model report parameters

* shuffle some more stuff around

* getting there

* oo hoo

* finish tidying up for now

* aaa

* fix use form submit errors

* peepee poo poo

* aaaaa

* ffff

* they see me typin', they hatin'

* boop

* aaa

* oooo

* typing typing tappa tappa

* almost done typing

* weee

* alright

* push it push it real good doo doo doo doo doo doo

* thingy no worky

* almost done

* mutation modifers not quite right

* hmm

* it works

* view blocks + allows nicely

* it works!

* typia install

* the old linterino

* linter plz
This commit is contained in:
tobi 2023-10-17 12:46:06 +02:00 committed by GitHub
commit 637f188ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
77 changed files with 4154 additions and 1690 deletions

View file

@ -498,7 +498,7 @@ span.form-info {
}
}
.instance-list {
.domain-permissions-list {
p {
margin-top: 0;
}
@ -612,7 +612,7 @@ span.form-info {
padding: 0.75rem;
}
.instance-list .filter {
.domain-permissions-list .filter {
flex-direction: column;
}
}
@ -809,7 +809,7 @@ button.with-padding {
animation-fill-mode: forwards;
}
.suspend-import-list {
.domain-perm-import-list {
.checkbox-list-wrapper {
overflow-x: auto;
display: grid;
@ -844,7 +844,7 @@ button.with-padding {
#icon {
align-self: center;
.already-blocked {
.permission-already-exists {
color: $green1;
}
@ -875,6 +875,12 @@ button.with-padding {
align-items: center;
}
.form-field.radio {
display: flex;
flex-direction: column;
margin-left: 0.5rem;
}
.button-grid {
display: inline-grid;
grid-template-columns: auto auto auto;