-
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.
chore: file structure refactor for app-vite-react
- Loading branch information
Showing
90 changed files
with
5,093 additions
and
5,747 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
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" | ||
} |
40 changes: 20 additions & 20 deletions
40
packages/mern-sample-app/app-vite-react/public/locales/hr/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 HR", | ||
"setDarkMode": "Tamni način rada", | ||
"setLightMode": "Svijetli način rada", | ||
"systemLanguage": "Jezik", | ||
"accountSettings": "Postavke Računa", | ||
"appTheme": "Tema", | ||
"apps": "Aplikacije", | ||
"borderRadius": "Radijus ruba", | ||
"doSearch": "Pretraži", | ||
"calendar": "Kalendar", | ||
"cards": "Kartice", | ||
"dashboard": "Kontrolna ploča", | ||
"accountSettings": "Postavke Računa", | ||
"pages": "Stranice", | ||
"login": "Prijava", | ||
"register": "Registracija", | ||
"doSearch": "Pretraži", | ||
"error": "Greška", | ||
"userInterface": "Korisničko Sučelje", | ||
"typography": "Tipografija", | ||
"icons": "Ikone", | ||
"cards": "Kartice", | ||
"tables": "Tablice", | ||
"forms": "Forme", | ||
"apps": "Aplikacije", | ||
"calendar": "Kalendar", | ||
"icons": "Ikone", | ||
"invoice": "Račun", | ||
"user": "Korisnik", | ||
"rolesAndPermissions": "Uloge i Dozvole", | ||
"list": "Lista", | ||
"view": "Pregled", | ||
"login": "Prijava", | ||
"pages": "Stranice", | ||
"register": "Registracija", | ||
"rolesAndPermissions": "Uloge i Dozvole", | ||
"setDarkMode": "Tamni način rada", | ||
"setLightMode": "Svijetli način rada", | ||
"systemLanguage": "Jezik", | ||
"systemLayout": "Izgled", | ||
"systemLayoutHorizontal": "Horizontalni dizajn", | ||
"systemLayoutSidebar": "Dizajn sa bočnom trakom", | ||
"systemLayoutHorizontal": "Horizontalni dizajn" | ||
"tables": "Tablice", | ||
"test": "Test HR", | ||
"typography": "Tipografija", | ||
"user": "Korisnik", | ||
"userInterface": "Korisničko Sučelje", | ||
"view": "Pregled" | ||
} |
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
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
packages/mern-sample-app/app-vite-react/src/app/components/Datatable/components/index.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export * from "./DatatableContainer"; | ||
export * from "./DtSortableCell"; |
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s/Datatable/impl/ClientDatatable/types.ts → ...s/Datatable/impl/ClientDatatable/types.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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s/Datatable/impl/ServerDatatable/types.ts → ...s/Datatable/impl/ServerDatatable/types.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
2 changes: 2 additions & 0 deletions
2
packages/mern-sample-app/app-vite-react/src/app/components/Datatable/impl/index.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export * from "./ClientDatatable"; | ||
export * from "./ServerDatatable"; |
4 changes: 4 additions & 0 deletions
4
packages/mern-sample-app/app-vite-react/src/app/components/Datatable/index.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export * from "./Datatable"; | ||
export * from "./types"; | ||
export * from "./components"; | ||
export * from "./impl"; |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...rc/components/semantics/Footer/Footer.tsx → ...eact/src/app/components/Footer/Footer.tsx
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.