Skip to content

Commit

Permalink
Improved layout Heading
Browse files Browse the repository at this point in the history
  • Loading branch information
kreaweb.be committed Jun 9, 2024
1 parent 7dbc1df commit 4f14003
Show file tree
Hide file tree
Showing 58 changed files with 59 additions and 163 deletions.
1 change: 1 addition & 0 deletions public/build/assets/app-BBdJOvt0.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/build/assets/app-C7jJlvQe.css

This file was deleted.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/app.css": {
"file": "assets/app-C7jJlvQe.css",
"file": "assets/app-BBdJOvt0.css",
"src": "resources/css/app.css",
"isEntry": true
},
Expand Down
4 changes: 1 addition & 3 deletions resources/views/about.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('app.about') }}
</h2>
{{ __('app.about') }}
</x-slot>

<div class="w-full py-5 space-y-5">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/api/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('api.api_tokens') }}
</h2>
{{ __('api.api_tokens') }}
</x-slot>

<div class="w-full py-5 space-y-5">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/auth/confirm-password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('auth.confirm_password') }}
</h2>
{{ __('auth.confirm_password') }}
</x-slot>

<x-authentication-card>
Expand Down
4 changes: 1 addition & 3 deletions resources/views/auth/forgot-password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('auth.forgot_password') }}
</h2>
{{ __('auth.forgot_password') }}
</x-slot>

<x-authentication-card>
Expand Down
4 changes: 1 addition & 3 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('auth.login') }}
</h2>
{{ __('auth.login') }}
</x-slot>

<x-authentication-card>
Expand Down
4 changes: 1 addition & 3 deletions resources/views/auth/register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('auth.register') }}
</h2>
{{ __('auth.register') }}
</x-slot>

<x-authentication-card>
Expand Down
4 changes: 1 addition & 3 deletions resources/views/auth/reset-password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('auth.reset_password') }}
</h2>
{{ __('auth.reset_password') }}
</x-slot>

<x-authentication-card>
Expand Down
4 changes: 1 addition & 3 deletions resources/views/auth/two-factor-challenge.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('auth.2_factor_authentification') }}
</h2>
{{ __('auth.2_factor_authentification') }}
</x-slot>

<x-authentication-card>
Expand Down
4 changes: 1 addition & 3 deletions resources/views/auth/verify-email.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('auth.verify_email') }}
</h2>
{{ __('auth.verify_email') }}
</x-slot>

<x-authentication-card>
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/developer/dependencies.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('app.dependencies') }}
</h2>
{{ __('app.dependencies') }}
</x-slot>

<div class="grow max-w-5xl overflow-x-auto py-5 dark:text-neutral-200">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/developer/people.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.people') }}
</h2>
{{ __('person.people') }}
</x-slot>

<div class="py-10 w-full">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/developer/session.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('app.session') }}
</h2>
{{ __('app.session') }}
</x-slot>

<div class="grow max-w-5xl overflow-x-auto py-5 dark:text-neutral-200">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/developer/teams.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('team.teams') }}
</h2>
{{ __('team.teams') }}
</x-slot>

<div class="py-10 w-full">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/developer/test.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">Test</h2>
Test
</x-slot>

<div class="grow max-w-5xl overflow-x-auto py-5 dark:text-neutral-200">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/developer/users.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('user.users') }}
</h2>
{{ __('user.users') }}
</x-slot>

<div class="py-10 w-full">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/gedcom/export.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('team.export') }}
</h2>
{{ __('team.export') }}
</x-slot>

<div class="w-full py-5 space-y-5">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/gedcom/import.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('team.import') }}
</h2>
{{ __('team.import') }}
</x-slot>

<div class="w-full py-5 space-y-5">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/add/child.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.add_child') }}
</h2>
{{ __('person.add_child') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/add/father.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.add_father') }}
</h2>
{{ __('person.add_father') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/add/mother.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.add_mother') }}
</h2>
{{ __('person.add_mother') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/add/partner.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.add_relationship') }}
</h2>
{{ __('person.add_relationship') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/add/person.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.add_person_in_team', ['team' => auth()->user()->currentTeam->name]) }}
</h2>
{{ __('person.add_person_in_team', ['team' => auth()->user()->currentTeam->name]) }}
</x-slot>

<div class="w-full py-5 space-y-5">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/ancestors.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.ancestors') }}
</h2>
{{ __('person.ancestors') }}
</x-slot>

<div class="w-full py-5 space-y-5">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/birthdays.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('birthday.birthdays') }}
</h2>
{{ __('birthday.birthdays') }}
</x-slot>

<div class="overflow-x-auto py-5 space-y-5">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/chart.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('app.family_chart') }}
</h2>
{{ __('app.family_chart') }}
</x-slot>

<div class="w-full py-5 space-y-5">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/descendants.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.descendants') }}
</h2>
{{ __('person.descendants') }}
</x-slot>

<div class="w-full py-5 space-y-5">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/edit/contact.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.edit_contact') }}
</h2>
{{ __('person.edit_contact') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/edit/death.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.edit_death') }}
</h2>
{{ __('person.edit_death') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/edit/family.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.edit_family') }}
</h2>
{{ __('person.edit_family') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/edit/partner.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.edit_relationship') }}
</h2>
{{ __('person.edit_relationship') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/edit/photos.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.photos') }}
</h2>
{{ __('person.photos') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/edit/profile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.edit_profile') }}
</h2>
{{ __('person.edit_profile') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/files.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('person.files') }}
</h2>
{{ __('person.files') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/history.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('app.history') }}
</h2>
{{ __('app.history') }}
</x-slot>

<div class="w-full py-5 space-y-5 overflow-x-auto">
Expand Down
4 changes: 1 addition & 3 deletions resources/views/back/people/search.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<x-app-layout>
<x-slot name="heading">
<h2 class="font-semibold text-gray-800 dark:text-gray-100">
{{ __('app.search') }}
</h2>
{{ __('app.search') }}
</x-slot>

<div class="w-full py-5 space-y-5">
Expand Down
Loading

0 comments on commit 4f14003

Please sign in to comment.