mandant-crm/frontend/components
Tim Stollberg 570f17e8b8 feat(frontend): commit uncommitted settings, custom fields, and import work
This local working tree had accumulated a substantial amount of
finished-but-never-committed frontend work: custom client fields
(replacing the old static ClientFields with a dynamic
ClientCustomFieldCard + useCustomFields), CSV import
(useImport + settings/import page), history type management
(useHistoryTypes + settings/history-types page), an admin-only route
middleware, several new icon components, a shared useApiFetch
composable, and a client detail page restructure ([id].vue ->
[id]/index.vue). None of it had ever been pushed, so production was
running a stale build that was already linking to routes/components
that didn't exist server-side (missing IconSettings, 404s on
/settings/import, etc). This commit brings the repo in line with
local state.
2026-07-18 16:27:19 +07:00
..
client feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
history feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
IconArrowDown.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
IconArrowLeft.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
IconArrowUp.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
IconClose.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
IconEdit.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
IconEye.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
IconEyeOff.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
IconLogout.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
IconPrint.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
IconSettings.vue fix(frontend): add missing IconSettings component 2026-07-18 16:25:27 +07:00
IconTrash.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00
LogoutButton.vue feat(frontend): commit uncommitted settings, custom fields, and import work 2026-07-18 16:27:19 +07:00