-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1347 from rommapp/refactor/frontend-layouts
chore: Refactor frontend layouts
- Loading branch information
Showing
101 changed files
with
2,006 additions
and
1,874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,25 +18,25 @@ runtimes: | |
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) | ||
lint: | ||
enabled: | ||
- markdownlint@0.42.0 | ||
- eslint@9.14.0 | ||
- markdownlint@0.43.0 | ||
- eslint@9.16.0 | ||
- [email protected] | ||
- bandit@1.7.10 | ||
- bandit@1.8.0 | ||
- [email protected] | ||
- [email protected].296 | ||
- [email protected].332 | ||
- git-diff-check | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected].2 | ||
- prettier@3.3.3 | ||
- ruff@0.7.3 | ||
- [email protected].3 | ||
- prettier@3.4.2 | ||
- ruff@0.8.2 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- trufflehog@3.83.6 | ||
- trufflehog@3.85.0 | ||
- [email protected] | ||
ignore: | ||
- linters: [ALL] | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<template> | ||
<v-app> | ||
<v-main class="h-100"> | ||
<router-view /> | ||
</v-main> | ||
</v-app> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.