19-05-2026 Rebrand Pressekonto, Hub-Flux UI und Legacy-Media-Migration

Umbenennung presseportale → pressekonto in Domains, Themes und Dokumentation.
Design-Tokens, Portal-Shell, Customer-Dashboard, Auth- und Admin-PM-Views.
Artisan-Befehl migrate:legacy-media mit Tests und Hub-Flux-Entwicklungsdocs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Kevin Adametz 2026-05-19 16:36:13 +00:00
parent 092ee0e918
commit 0a3e52d603
112 changed files with 8464 additions and 1649 deletions

View file

@ -40,7 +40,7 @@ test('admin can create a category-bound footer code', function () {
LivewireVolt::test('admin.footer-codes.create')
->set('title', 'Wirtschafts-Disclaimer')
->set('content', '<p>Powered by Presseportale</p>')
->set('content', '<p>Powered by Pressekonto</p>')
->set('portal', Portal::Both->value)
->set('language', 'de')
->set('priority', 10)

View file

@ -8,7 +8,7 @@ test('admin portal page renders with the portal vite manifest', function () {
$admin = User::factory()->superAdmin()->create();
$this->actingAs($admin)
->get('https://presseportale.test/admin/companies')
->get('https://pressekonto.test/admin/companies')
->assertSuccessful()
->assertSee('Firmen');
});