Daniel Schumacher Daniel
Daniel pushed to staging at Daniel/webshop 2026-06-25 02:57:48 +02:00
eafd890297 feat: update landing page icons for retail, gastronomy, and hybrid modules
Daniel pushed to staging at Daniel/webshop 2026-06-25 02:55:01 +02:00
af44f4b3be feat: Add Orders link to navbar dropdown for partner role
Daniel pushed to staging at Daniel/webshop 2026-06-25 02:47:03 +02:00
b2656345e8 feat: Send email confirmation with PDF attachment upon successful order
Daniel pushed to staging at Daniel/webshop 2026-06-25 02:37:56 +02:00
7cad819df8 fix: Invalidate user list cache on company creation and refresh page on popup creation
Daniel pushed to staging at Daniel/webshop 2026-06-25 02:32:09 +02:00
b537ca50cf feat: Add email field to end_customers table and UI screens
b9e6559bff style: Update warning title for unassigned users
Compare 2 commits »
Daniel pushed to staging at Daniel/webshop 2026-06-25 02:23:50 +02:00
2f96552fe8 revert: Remove group by partner option from end customers view
Daniel pushed to staging at Daniel/webshop 2026-06-25 02:18:52 +02:00
6a2fc16f75 feat: Add group by partner option to company end customers list
Daniel pushed to staging at Daniel/webshop 2026-06-25 02:17:59 +02:00
0ff4df2a12 feat: Add end customer view for companies with CRUD and partner assignment
Daniel pushed to staging at Daniel/webshop 2026-06-25 02:11:08 +02:00
ef9422908d feat: list end customers in companies admin and improve dark/light mode contrast across all admin components
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:58:33 +02:00
bf27c62f62 feat: add button and modal to display users (partners) of a company in companies management page
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:57:37 +02:00
5a2edef0df feat: add search field to companies list page
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:52:04 +02:00
a1ad75c2db feat: add delivery address migration, update companies server actions and rewrite companies page to support creation and edit of full address
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:43:51 +02:00
85df922498 feat: make company selection mandatory for partner role and add inline company creation in UserDialog
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:41:50 +02:00
67a2c2a67b feat: add hideLocked checkbox to filter out gesperrt users by default
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:38:04 +02:00
07c2758b73 feat: add first_name and last_name to users and implement inline editing in user-list
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:33:55 +02:00
30a9de0e6d style: clarify user deletion blocking message and offer to lock instead
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:33:36 +02:00
24929494a6 feat: check for existing orders before user deletion and offer to lock instead
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:30:09 +02:00
86d71b2441 fix: improve deleteUser error logging and handling to prevent silent DB failures
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:29:00 +02:00
744302e8ab fix: resolve popover cutoff inside table by setting overflow-visible and adding debug logging for companies
Daniel pushed to staging at Daniel/webshop 2026-06-25 01:25:49 +02:00
396f135e87 fix: resolve infinite loading on user deletion by adding try-finally and deleting from public.users first