-
Notifications
You must be signed in to change notification settings - Fork 0
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 #21 from brunotot/file-structure-refactor-frontend
chore: file structure refactor for app-vite-react
- Loading branch information
Showing
151 changed files
with
2,057 additions
and
1,755 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
4 changes: 3 additions & 1 deletion
4
packages/mern-sample-app/app-node-express/src/decorators/config/DecoratorMetadata.ts
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
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
8 changes: 0 additions & 8 deletions
8
...mern-sample-app/app-node-express/src/infrastructure/repository/impl/ErrorLogRepository.ts
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
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
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
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
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
40 changes: 20 additions & 20 deletions
40
packages/mern-sample-app/app-vite-react/public/locales/en/translation.json
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 |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"test": "Test EN", | ||
"setDarkMode": "Dark mode", | ||
"setLightMode": "Light mode", | ||
"systemLanguage": "Language", | ||
"accountSettings": "Account Settings", | ||
"appTheme": "Theme", | ||
"apps": "Apps", | ||
"borderRadius": "Border radius", | ||
"doSearch": "Search", | ||
"calendar": "Calendar", | ||
"cards": "Cards", | ||
"dashboard": "Dashboard", | ||
"accountSettings": "Account Settings", | ||
"pages": "Pages", | ||
"login": "Login", | ||
"register": "Register", | ||
"doSearch": "Search", | ||
"error": "Error", | ||
"userInterface": "User Interface", | ||
"typography": "Typography", | ||
"icons": "Icons", | ||
"cards": "Cards", | ||
"tables": "Tables", | ||
"forms": "Forms", | ||
"apps": "Apps", | ||
"calendar": "Calendar", | ||
"icons": "Icons", | ||
"invoice": "Invoice", | ||
"user": "User", | ||
"rolesAndPermissions": "Roles & Permissions", | ||
"list": "List", | ||
"view": "View", | ||
"login": "Login", | ||
"pages": "Pages", | ||
"register": "Register", | ||
"rolesAndPermissions": "Roles & Permissions", | ||
"setDarkMode": "Dark mode", | ||
"setLightMode": "Light mode", | ||
"systemLanguage": "Language", | ||
"systemLayout": "Layout", | ||
"systemLayoutHorizontal": "Horizontal view", | ||
"systemLayoutSidebar": "Sidebar view", | ||
"systemLayoutHorizontal": "Horizontal view" | ||
"tables": "Tables", | ||
"test": "Test EN", | ||
"typography": "Typography", | ||
"user": "User", | ||
"userInterface": "User Interface", | ||
"view": "View" | ||
} |
Oops, something went wrong.