add composer-unused, comprehensive docs, and project restructure
- Add icanhazstring/composer-unused as dev dependency for dependency hygiene checks
- Add German documentation (docs/) covering architecture, conventions, workflows, and developer checklists
- Add API layer (ApiAuth, ApiBootstrap, ApiResponse), audit, scheduler, custom fields, and SSO services
- Add Microsoft OIDC SSO, API token management, and user lifecycle features
- Add swagger-ui vendor integration and OpenAPI spec
- Add production Docker setup and bin/ scripts
- Update composer dependencies, config, templates, and frontend assets throughout
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 15:27:35 +01:00
|
|
|
@layer components {
|
2026-03-13 22:21:37 +01:00
|
|
|
/* List toolbar — page-size selector, filter toggle, and search controls above grids. */
|
2026-03-04 15:56:58 +01:00
|
|
|
.app-list-toolbar {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: flex-end;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
margin-bottom: calc(var(--app-spacing) * 1);
|
|
|
|
|
}
|
2026-02-04 23:31:53 +01:00
|
|
|
|
2026-03-04 15:56:58 +01:00
|
|
|
.app-list-toolbar > * {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
--app-form-element-spacing-horizontal: 10px;
|
|
|
|
|
--app-form-element-spacing-vertical: 6px;
|
2026-03-22 15:47:55 +01:00
|
|
|
font-size: var(--text-sm) !important;
|
2026-03-04 15:56:58 +01:00
|
|
|
height: auto !important;
|
|
|
|
|
}
|
|
|
|
|
.app-list-toolbar > * > * {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
--app-form-element-spacing-horizontal: 10px;
|
|
|
|
|
--app-form-element-spacing-vertical: 6px;
|
2026-03-22 15:47:55 +01:00
|
|
|
font-size: var(--text-sm) !important;
|
2026-03-04 15:56:58 +01:00
|
|
|
height: auto !important;
|
|
|
|
|
}
|
|
|
|
|
.app-list-toolbar > * > * > * {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
--app-form-element-spacing-horizontal: 10px;
|
|
|
|
|
--app-form-element-spacing-vertical: 6px;
|
2026-03-22 15:47:55 +01:00
|
|
|
font-size: var(--text-sm) !important;
|
2026-03-04 15:56:58 +01:00
|
|
|
height: auto !important;
|
|
|
|
|
}
|
2026-02-04 23:31:53 +01:00
|
|
|
|
2026-03-04 15:56:58 +01:00
|
|
|
.app-list-toolbar > button {
|
|
|
|
|
padding: 6px 10px;
|
|
|
|
|
}
|
2026-02-04 23:31:53 +01:00
|
|
|
|
2026-03-04 15:56:58 +01:00
|
|
|
.app-list-toolbar
|
|
|
|
|
input:not(
|
|
|
|
|
[type="checkbox"],
|
|
|
|
|
.app-list-toolbar [type="radio"],
|
|
|
|
|
.app-list-toolbar [type="range"],
|
|
|
|
|
.app-list-toolbar [type="file"]
|
|
|
|
|
):is(
|
|
|
|
|
[type="date"],
|
|
|
|
|
[type="datetime-local"],
|
|
|
|
|
[type="month"],
|
|
|
|
|
[type="time"],
|
|
|
|
|
[type="week"]
|
|
|
|
|
) {
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
2026-02-04 23:31:53 +01:00
|
|
|
|
2026-03-04 15:56:58 +01:00
|
|
|
.app-list-toolbar > label > span {
|
|
|
|
|
display: block;
|
2026-03-22 15:47:55 +01:00
|
|
|
font-size: var(--text-xs) !important;
|
2026-03-04 15:56:58 +01:00
|
|
|
}
|
|
|
|
|
|
2026-03-05 11:17:42 +01:00
|
|
|
.app-list-toolbar .app-grid-page-size select {
|
|
|
|
|
min-width: 84px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-list-toolbar .app-grid-page-size {
|
|
|
|
|
margin-inline-start: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.app-list-toolbar .app-grid-page-size {
|
|
|
|
|
margin-inline-start: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-04 15:56:58 +01:00
|
|
|
.app-list-toolbar
|
|
|
|
|
.multi-select
|
|
|
|
|
.multi-select-header
|
|
|
|
|
.multi-select-header-placeholder {
|
2026-03-22 15:47:55 +01:00
|
|
|
font-size: var(--text-sm);
|
2026-03-04 15:56:58 +01:00
|
|
|
}
|
2026-02-04 23:31:53 +01:00
|
|
|
|
2026-03-04 15:56:58 +01:00
|
|
|
.app-list-toolbar .multi-select .multi-select-header,
|
|
|
|
|
.app-list-toolbar .multi-select .multi-select-option,
|
|
|
|
|
.app-list-toolbar .multi-select .multi-select-all {
|
2026-02-04 23:31:53 +01:00
|
|
|
min-height: unset;
|
|
|
|
|
padding-left: 5px;
|
2026-03-04 15:56:58 +01:00
|
|
|
}
|
2026-02-04 23:31:53 +01:00
|
|
|
|
2026-03-04 15:56:58 +01:00
|
|
|
.app-list-toolbar .multi-select {
|
2026-02-04 23:31:53 +01:00
|
|
|
width: 200px !important;
|
2026-03-04 15:56:58 +01:00
|
|
|
}
|
2026-02-04 23:31:53 +01:00
|
|
|
|
2026-03-04 15:56:58 +01:00
|
|
|
.app-list-toolbar span.multi-select-header-option {
|
2026-02-04 23:31:53 +01:00
|
|
|
background: transparent !important;
|
|
|
|
|
border: 0 !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
padding-left: 3px !important;
|
2026-03-22 15:47:55 +01:00
|
|
|
font-size: var(--text-xs) !important;
|
2026-03-04 15:56:58 +01:00
|
|
|
}
|
add composer-unused, comprehensive docs, and project restructure
- Add icanhazstring/composer-unused as dev dependency for dependency hygiene checks
- Add German documentation (docs/) covering architecture, conventions, workflows, and developer checklists
- Add API layer (ApiAuth, ApiBootstrap, ApiResponse), audit, scheduler, custom fields, and SSO services
- Add Microsoft OIDC SSO, API token management, and user lifecycle features
- Add swagger-ui vendor integration and OpenAPI spec
- Add production Docker setup and bin/ scripts
- Update composer dependencies, config, templates, and frontend assets throughout
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 15:27:35 +01:00
|
|
|
}
|