Commit Graph
89 Commits
Author SHA1 Message Date
iridium34 fd61f14ffe Add Printers and Printertypes modules with CRUD functionality, migrations, and UI components. 2026-01-24 11:23:37 +01:00
iridium34 563b0e750e Add Spareparts module with CRUD functionality and UI components. 2026-01-24 10:15:45 +01:00
iridium34 af0cf8bed9 - Add CSP headers in guest.blade.php for enhanced security.
- Update Vite config with proper server settings, including CORS configuration for `ddev.site` domains.
- Upgrade dependencies in `package-lock.json`, including versions for Rollup and TailwindCSS packages.
2026-01-21 04:25:01 +01:00
iridium34 c7671b93b1 Refactored Filament Livewire components and views. Introduced separate CreateFilament component with route-based navigation. Simplified and cleaned up code by removing legacy modals and unused properties. Updated migrations, table layouts, and styles for consistency. 2025-12-15 01:20:04 +01:00
iridium34 4759df9077 Added Extruder Livewire components with Create, Edit, Show, and Index. Introduced corresponding routes, views, and navigation updates. Enhanced Buildplate and Manufacturer views for improved linking and consistency. 2025-12-14 04:33:55 +01:00
iridium34 95f0154235 Refactored Manufacturer and Buildplate Livewire components. Introduced create, edit, and show components with route-based navigation. Updated views for consistency and cleaned up unused modals and legacy code. Adjusted styles and table layouts. 2025-12-14 02:30:52 +01:00
iridium34 ac812ed142 Refactored Color Livewire components, added CreateColor, EditColor, and ShowColor components. Updated views, navigation, and Tailwind color schemes. Adjusted database migrations for consistency. 2025-12-14 01:39:16 +01:00
iridium34 7e79d1d034 Renamed and reorganized Livewire components, namespaces, and views for improved file structure and clarity. Introduced filaments.show and filaments.edit routes. Updated database migrations and navigation routes accordingly. Upgraded dependencies in composer. 2025-12-13 03:10:31 +01:00
iridium34 85b97ed3b1 Removed all controller and view files related to Colors, Filaments, Filament Types, and Manufacturers. 2025-12-12 03:14:07 +01:00
iridium34 3d209903f9 Merge remote-tracking branch 'origin/laravel-12' into laravel-12 2025-12-12 00:35:18 +01:00
iridium34 f464f3940b Expanded and reorganized README with detailed setup, stack, and environment information. 2025-12-12 00:34:57 +01:00
iridium34 395bde3fdd Added Color Variation Jet 400 - 950 2025-11-18 23:51:19 +01:00
iridium34 4dbf69b68f Updated composer.json 2025-11-18 23:44:27 +01:00
iridium34 75800bf6cc Updated Color scheme 2025-11-18 01:40:29 +01:00
iridium34 34bea2b44f Updated Color scheme 2025-11-11 19:29:44 +01:00
iridium34 d96c1c335f Updated tailwindcss 2025-11-10 21:22:31 +01:00
iridium34 e9eb86c30a Updated Buildplate Forms 2025-11-10 21:12:26 +01:00
iridium34 d306b5af84 Updated Buildplate Forms 2025-11-10 21:00:56 +01:00
iridium34 1e951c5109 Updated Buildplate Forms 2025-11-10 20:40:28 +01:00
iridium34 4594853fd2 updated Buildplate View 2025-09-07 12:18:42 +02:00
iridium34 902ffeb0ae created Buildplate View & Route 2025-09-07 11:49:02 +02:00
iridium34 d251a2265a created BuildplateSeeder 2025-09-07 11:41:59 +02:00
iridium34 a92d1f0466 adjusted orders blade 2025-04-23 17:05:59 +02:00
iridium34 9def3cae3e created basic Order Page 2025-04-23 16:38:55 +02:00
iridium34 bd75ace0c6 created Oder Model 2025-04-23 16:29:39 +02:00
iridium34 995f61632b created OrderStatus Model, Table & Seeder 2025-04-23 16:28:02 +02:00
iridium34 71f3a01ed2 adjusted Dashboard 2025-04-23 15:48:00 +02:00
iridium34 dd5892292b created Settings Page 2025-04-23 15:42:46 +02:00
iridium34 b2ac0db2de fixed create filament 2025-04-22 19:50:15 +02:00
iridium34 1f10d68542 fixed filament.blade.php 2025-04-22 19:25:54 +02:00
iridium34 cf81ce810b created Filament View with Livewire 2025-04-22 18:45:56 +02:00
iridium34 77b1b85f1e changed hierachy 2025-04-22 17:51:25 +02:00
iridium34 db33f9db49 createt Manufacturer Livewire Component 2025-04-22 17:50:32 +02:00
iridium34 6160ce6edd fixed Color & Type View and Tables 2025-04-22 17:48:38 +02:00
iridium34 07114a53c6 changed colorset 2025-04-22 15:02:23 +02:00
iridium34 98bd3ec660 reworked and recolored Table Component 2025-03-17 01:36:38 +01:00
iridium34 c642a437da fixed footer text opacity 2025-03-16 02:58:27 +01:00
iridium34 003e600a38 fixed editing and deleting of colors 2025-03-16 02:54:42 +01:00
iridium34 820058dab0 created color search function 2025-03-16 02:11:38 +01:00
iridium34 9b3913b68c fixed Database Error while creating new color 2025-03-16 01:33:15 +01:00
iridium34 990630ab2e published pagination from livewire 2025-03-16 00:47:40 +01:00
iridium34 4af3ba628c adjusted footer padding 2025-03-16 00:42:53 +01:00
iridium34 2f19be09de refactored header.blade 2025-03-16 00:41:01 +01:00
iridium34 78e7338aa8 added modal compatibility 2025-03-15 23:17:40 +01:00
iridium34 2e7f484eba changed livewire component names 2025-03-15 23:16:46 +01:00
iridium34 82b63aa682 fixed routing 2025-03-15 22:57:33 +01:00
Iridium34 dba15d99aa Merge branch 'LivewireViews' into 'laravel-12'
changed app.blade.php

See merge request iridium34/FilamentLaravel!6
2025-03-15 21:54:41 +00:00
Iridium34 5f2ce420c5 Merge branch 'laravel-12' into 'LivewireViews'
# Conflicts:
#   resources/views/components/footer.blade.php
#   resources/views/components/layouts/app.blade.php
#   routes/web.php
2025-03-15 21:54:38 +00:00
iridium34 7f877abf1d Merge branch 'laravel-12' of http://gitlab.aridia.nl/iridium34/FilamentLaravel into laravel-12 2025-03-15 22:51:29 +01:00
iridium34 efb3f34415 changed app.blade.php 2025-03-15 21:08:18 +01:00