Skip to content

Feature/fe updates#21

Open
Its-Lakshitha wants to merge 13 commits intodevfrom
feature/FE-updates
Open

Feature/fe updates#21
Its-Lakshitha wants to merge 13 commits intodevfrom
feature/FE-updates

Conversation

@Its-Lakshitha
Copy link
Copy Markdown
Owner

No description provided.

Add Filament UI assets (CSS, fonts, favicons, and numerous JS components for forms, tables, widgets, notifications, and schemas) under public/. Integrate Filament by updating resources/views/layouts/app.blade.php and adjusting vite.config.js so the app can serve/build the new frontend assets. This brings the Filament admin UI static files into the project for immediate use.
Refactor EmailVerificationPromptController to use Illuminate\Routing\Controller, remove the explicit union return type, and simplify the post-verification redirect to redirect()->intended('/'), while still returning the auth.verify-email view when needed. Update composer.json to a simplified Laravel project layout and bump core dependencies (e.g. laravel/framework ^12.50, laravel/fortify, blade icons packages) removing many dev-only entries and extra scripts. Add generated bootstrap cache files (bootstrap/cache/services.php and packages.php) and remove the bootstrap/cache/.gitignore. Also include minor updates to routes/auth.php and package-lock.json as part of the dependency/config changes.
Update composer.json to require filament and Bootstrap Icons packages; update bootstrap/cache packages and services to register Filament service providers (actions, forms, infolists, notifications, query-builder, schemas, support, tables, widgets), Livewire, anourvalar/eloquent-serialize facade alias, Davidhsianturi BladeBootstrapIcons provider, Kirschbaum PowerJoins, and RyanChandler BladeCaptureDirective. These changes integrate Filament UI components and icon support into the application.
Replace default auth form components with custom markup and styles for login and register views: add page titles, placeholders, styled inputs, buttons, remember/forgot flows, and sign-up/login links. Overhaul guest layout to include favicons, new fonts, background image, auth card wrapper, inline CSS utilities (auth-input, auth-btn, auth-label, etc.) and a branded logo. Update navigation to hide socials on small screens, add desktop auth buttons/menu for guest/auth states with dropdown, and restyle the mobile menu to include auth actions. UI-only changes; no backend logic modified.
@Its-Lakshitha Its-Lakshitha self-assigned this Mar 7, 2026
@Its-Lakshitha Its-Lakshitha added the implementation implemented a feature label Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

implementation implemented a feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant