-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule console
updated
18 files
+2 −0 | .gitignore | |
+1 −0 | src/App.tsx | |
+131 −0 | src/components/RootSelectorMenu.tsx | |
+322 −0 | src/components/ShareButton.tsx | |
+2 −0 | src/i18n/en/actions.json | |
+4 −1 | src/i18n/en/pages.json | |
+4 −2 | src/i18n/en/resources.json | |
+4 −0 | src/i18n/en/specs.json | |
+3 −1 | src/i18n/it/actions.json | |
+4 −1 | src/i18n/it/pages.json | |
+4 −2 | src/i18n/it/resources.json | |
+4 −0 | src/i18n/it/specs.json | |
+2 −4 | src/layout/MyAppBar.tsx | |
+6 −6 | src/pages/dashboard/Dashboard.tsx | |
+174 −6 | src/provider/authProvider.ts | |
+4 −0 | src/resources/projects/config.tsx | |
+30 −2 | src/resources/projects/create.tsx | |
+120 −51 | src/resources/projects/list.tsx |