Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/bootstrap and font awesome #6

Merged
merged 17 commits into from
Aug 18, 2024

Conversation

GingertronMk1
Copy link
Owner

No description provided.

 M _docker/plugins/default-login.php
 M app/Models/Person.php
 M app/Models/Team.php
 M database/factories/TeamFactory.php
 M resources/views/layouts/app.blade.php
 M resources/views/team/index.blade.php
 M routes/auth.php
 M tests/Feature/Auth/PasswordUpdateTest.php
 M app/View/Components/Input.php
 M resources/views/components/input.blade.php
 M resources/views/layouts/app.blade.php
 M resources/views/team/index.blade.php
 M resources/views/layouts/navigation.blade.php
 M resources/views/components/input.blade.php
 M resources/views/layouts/navigation.blade.php
 M resources/views/layouts/navigation.blade.php
 M app/Http/Controllers/CompetitionController.php
 M app/Http/Controllers/GameController.php
 M app/Http/Controllers/PersonController.php
 M app/Http/Controllers/PositionController.php
 M app/Http/Controllers/SportController.php
 M app/Http/Controllers/TeamController.php
 M app/Models/Game.php
 M app/Models/Position.php
 M app/Providers/AppServiceProvider.php
 M database/factories/CompetitionFactory.php
 M database/factories/GameFactory.php
 M database/factories/PersonFactory.php
 M database/factories/PositionFactory.php
 M database/factories/SportFactory.php
 M database/factories/TeamFactory.php
 M resources/views/auth/login.blade.php
 M resources/views/competition/create.blade.php
 M resources/views/competition/edit.blade.php
 M resources/views/competition/index.blade.php
 M resources/views/game/create.blade.php
 M resources/views/game/edit.blade.php
 M resources/views/game/index.blade.php
 M resources/views/person/create.blade.php
 M resources/views/person/edit.blade.php
 M resources/views/position/create.blade.php
 M resources/views/position/edit.blade.php
 M resources/views/position/index.blade.php
 M resources/views/sport/index.blade.php
 M stubs/controller.model.stub
 M app/Http/Controllers/Auth/AuthenticatedSessionController.php
 M app/Http/Controllers/LocalLoginAsUserController.php
 M app/Models/Game.php
 M app/Models/Position.php
 M app/Providers/AppServiceProvider.php
 M app/View/Components/Input.php
AM bin/util/exec
AM bin/util/install
 M composer.json
 M database/factories/PositionFactory.php
 M database/factories/SportFactory.php
 M database/migrations/0001_01_01_000000_create_users_table.php
 M routes/auth.php
?? .github/
?? bin/util/start
 M bin/util/exec
 M bin/util/install
 M bin/util/start
 M bin/util/install
 M .github/workflows/testing.yaml
 M app/Console/Commands/MakeEntity.php
 M app/Http/Controllers/Auth/ConfirmablePasswordController.php
 M app/Http/Controllers/Auth/EmailVerificationNotificationController.php
 M app/Http/Controllers/Auth/EmailVerificationPromptController.php
 M app/Http/Controllers/Auth/PasswordController.php
 M app/Http/Controllers/Auth/VerifyEmailController.php
 M app/Http/Controllers/LocalLoginAsUserController.php
 M app/Http/Controllers/ProfileController.php
 M app/Http/Requests/Auth/LoginRequest.php
 M app/Http/Requests/ProfileUpdateRequest.php
 M app/Models/Competition.php
 M app/Models/Game.php
 M app/Models/Person.php
 M app/Models/Position.php
 M app/Models/Sport.php
 M app/Models/Team.php
 M app/Models/User.php
 M app/View/Components/Input.php
 M composer.json
 M database/factories/PositionFactory.php
 M stubs/model.stub
@GingertronMk1 GingertronMk1 enabled auto-merge (squash) August 18, 2024 19:25
@GingertronMk1 GingertronMk1 merged commit b8d0434 into main Aug 18, 2024
2 checks passed
@GingertronMk1 GingertronMk1 deleted the feature/bootstrap-and-font-awesome branch August 18, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant