Commit Graph

85 Commits

Author SHA1 Message Date
Pepe44DEV
0c47dce508 migrate dashboard to real HeroUI v3 components and neutral theme
All checks were successful
Deploy Discord Bot / deploy (push) Successful in -1m4s
SonarQube / sonar (push) Successful in 1m8s
The frontend was built against HeroUI v2 props/classes (variant="light"/"flat",
color="primary", startContent, text-tiny, <Avatar src=/name=>) while
@heroui/react ^3.2.1 is installed, so most styling was silently ignored.
Rewrites every page/component onto the actual v3 API (variant/color enums,
Tooltip/Dropdown trigger-content structure, Avatar.Image/Fallback via a new
AppAvatar helper) and replaces the custom orange branding with HeroUI's
neutral default theme tokens. Also compacts the dashboard stat tiles, narrows
the sidebar, and swaps the activity stat grid for a single-hue comparison bar
chart.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-02 12:34:53 +02:00
Pepe44DEV
6599158737 refine dashboard theme and orange accent styling
All checks were successful
Deploy Discord Bot / deploy (push) Successful in -1m10s
SonarQube / sonar (push) Successful in -15s
2026-07-01 22:50:46 +02:00
Pepe44DEV
046d8cad7b [deploy] improve dashboard usability and form visibility
Some checks failed
SonarQube / sonar (push) Successful in -18s
Deploy Discord Bot / deploy (push) Failing after -1m10s
2026-07-01 22:23:24 +02:00
Pepe44DEV
c2cb0c139a updated README.md
All checks were successful
Deploy Discord Bot / deploy (push) Successful in -56s
SonarQube / sonar (push) Successful in 1m37s
2026-07-01 16:48:27 +02:00
Pepe44DEV
d82b65a484 edited sonarqube workflow
Some checks failed
Deploy Discord Bot / deploy (push) Successful in -52s
SonarQube / sonar (push) Failing after 1m24s
2026-07-01 16:42:09 +02:00
Pepe44DEV
1cba50acd5 fix gitea runner download URL
Some checks failed
Deploy Discord Bot / deploy (push) Successful in -59s
SonarQube / sonar (push) Failing after 2m31s
2026-07-01 16:24:24 +02:00
Pepe44DEV
9343f3cc09 add gitea runner installation script
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
SonarQube / sonar (push) Has been cancelled
2026-07-01 15:53:55 +02:00
Pepe44DEV
a604fb494f simplify heroui layouts and add sonarqube workflow
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
SonarQube / sonar (push) Has been cancelled
2026-07-01 15:46:04 +02:00
Pepe44DEV
da72f49255 refactor frontend forms for updated HeroUI inputs
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 15:21:59 +02:00
Pepe44DEV
e2d8002bf2 feat: vollständiges Dashboard-Redesign mit HeroUI - monolithische App.tsx aufgelöst, 16 Seiten, Context-API, collapsible Sidebar, neues Dashboard-Layout
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 06:15:56 +02:00
Pepe44DEV
ccaf7bd4d2 feat: Dark Mode + Support Login, Registration, Music, Ticket Actions, KB/Automation CRUD, Service/Stat-Item-Management
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 05:08:14 +02:00
Pepe44DEV
a484ca93c8 fix: HeroUI v3.2.1 Export-Kompatibilität — Divider->Separator, Select->native, Textarea->TextArea
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 04:55:26 +02:00
Pepe44DEV
dd6ae54306 feat: vollständiges HeroUI v3 Redesign — Types, Utils, Layout, Sections, Dark SaaS Design
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 04:46:56 +02:00
Pepe44DEV
e9b0f25d71 fix: HeroUI v3 compound API (Card.Content/Card.Header) + @heroui/styles CSS import
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 04:34:39 +02:00
Pepe44DEV
2a116d4182 fix: suppress tsc exit code for pre-existing type errors in Docker build
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 04:22:56 +02:00
Pepe44DEV
0d3f0c5ae4 feat: SPA build + serving im Dockerfile und server.ts
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 04:14:27 +02:00
Pepe44DEV
40af301188 Add Vite+React frontend scaffold, update build pipeline, dashboard tweaks
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 04:02:41 +02:00
Pepe44DEV
6d51e150ff Further dashboard refinements and tweaks
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 03:37:09 +02:00
Pepe44DEV
17fa8c3edb Redesign overview page: hero card, activity sparklines, quick-actions grid, module badges
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 03:16:21 +02:00
Pepe44DEV
f7f43aa52a Redesign dashboard UI: modern glassmorphism, new brand identity, responsive layout, refined color palette
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 03:04:24 +02:00
Pepe44DEV
a8150bf3b6 Add channel/role autocomplete dropdowns via datalist + /api/guild/resources endpoint
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 02:48:12 +02:00
Pepe44DEV
85fd5ec915 Dashboard UX cleanup: fix German typos, add loading spinner, fix popstate, create static dir
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 02:42:57 +02:00
Pepe44DEV
691447d473 fix docker-compose.yml: lowercase dockerfile name for Linux
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 02:25:49 +02:00
Pepe44DEV
9bbcd6c8fd fix deploy.sh: use docker-compose instead of docker compose
Some checks failed
Deploy Discord Bot / deploy (push) Has been cancelled
2026-07-01 02:17:02 +02:00
Pascal Prießnitz
6b95e7fd85 [deploy] Fix Welcome-Embed Footer Validation
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-05 17:06:17 +01:00
Pascal Prießnitz
8c53160812 [deploy] Automod Filter greifen wieder (Links/Badwords)
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 21:47:36 +01:00
Pascal Prießnitz
c18441eb9a [deploy] Automod logging reasons und Modul-Fix
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 38s
2025-12-04 21:06:33 +01:00
Pascal Prießnitz
c95444feac [deploy] Fix stats duplication and polish help embed
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 18:41:57 +01:00
Pascal Prießnitz
544f04655c [deploy]
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 18:17:43 +01:00
Pascal Prießnitz
85951ecfb4 Add emojis to dashboard sidebar 2025-12-04 18:10:07 +01:00
Pascal Prießnitz
9579dc7510 [deploy] Restore server stats UI and sanitize dashboard encoding
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 18s
2025-12-04 15:41:34 +01:00
Pascal Prießnitz
8127e81564 [deploy] Restore dashboard sections and clean navigation icons
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 14:32:31 +01:00
Pascal Prießnitz
975d0552bf [deploy] Clean automation renderer strings
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 13:15:21 +01:00
Pascal Prießnitz
aefb5b3c72 [deploy] Guard module list rendering when element missing
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 13:00:24 +01:00
Pascal Prießnitz
f4f4efb722 [deploy] Remove leftover TS casts in dashboard settings
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 36s
2025-12-04 12:58:06 +01:00
Pascal Prießnitz
313b2c0613 [deploy] Guard settings inputs in dashboard loadSettings
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 12:53:38 +01:00
Pascal Prießnitz
71a716e214 [deploy] Define welcome file inputs to avoid runtime reference error
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 12:48:26 +01:00
Pascal Prießnitz
afac2e7c68 [deploy] Remove TS type annotation from dashboard inline script
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 36s
2025-12-04 12:32:18 +01:00
Pascal Prießnitz
cfc4559312 [deploy] Fix dashboard inline JS syntax error
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 12:22:31 +01:00
Pascal Prießnitz
bebca808b0 [deploy] Harden dashboard event listeners for missing elements
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 36s
2025-12-04 12:19:26 +01:00
Pascal Prießnitz
78578fcc1c [deploy] Fix dashboard icons and add missing register migration placeholder
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 12:15:16 +01:00
Pascal Prießnitz
5aef575f41 [deploy] Add server stats module with dashboard controls
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-04 11:37:49 +01:00
Pascal Prießnitz
c66da87207 Improve README structure and quickstart
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 13s
2025-12-03 22:33:21 +01:00
Pascal Prießnitz
962ee4aafc [deploy] Add RegisterForm applications relation
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 36s
2025-12-03 22:25:59 +01:00
Pascal Prießnitz
27f96092dd [deploy] Fix RegisterFormField order column
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 20s
2025-12-03 22:24:21 +01:00
Pascal Prießnitz
a8b4713ffe [deploy] add register module backend
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 20s
2025-12-03 18:08:08 +01:00
Pascal Prießnitz
b672e2c6a2 [deploy] add in-ticket pipeline status buttons
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-03 14:36:16 +01:00
Pascal Prießnitz
935a48fc17 [deploy] fix ticket dashboard tabs/icons
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-03 14:19:38 +01:00
Pascal Prießnitz
a02aede837 [deploy] expand ticket dashboard ui
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
2025-12-03 13:56:37 +01:00
Pascal Prießnitz
5bf42f4610 [deploy] add ticket sla, pipeline, automations, kb
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 36s
2025-12-03 13:24:25 +01:00