Figured out that I can use a single endpoint for a tons of additionalPOST requests, which has opened up a lot of doors. Started to create a robust add option. Also added a template button as an idea, but need to see what's possible
This commit is contained in:
@ -151,6 +151,14 @@ li {
|
||||
padding: 8px 16px 8px 12px;
|
||||
}
|
||||
|
||||
.man-csv-opts {
|
||||
display: flex
|
||||
|
||||
}
|
||||
.csv-upload {
|
||||
align-items: right;
|
||||
}
|
||||
|
||||
.navoption {
|
||||
color: var(--background);
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user