Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
22be2bf
✨ Updating utils
JosueGalRe Nov 2, 2022
27a650c
🚚 Moved theme to its own file
JosueGalRe Nov 2, 2022
03ceeb0
✨ Created router
JosueGalRe Nov 2, 2022
7f92a2b
✨ Added new wrapper using RRD Outlet component
JosueGalRe Nov 2, 2022
cdd7183
💄 Removed unnecessary styles
JosueGalRe Nov 2, 2022
728aaef
✨ Applied new router
JosueGalRe Nov 2, 2022
68a4d13
🚧 Very basic reorganization of pages
JosueGalRe Nov 2, 2022
7ac4b16
Merge branch 'master' of https://github.com/AlsoSylv/react-tauri
JosueGalRe Nov 2, 2022
ef7387c
Merge branch 'master' into feature/new-app-distribution
JosueGalRe Nov 18, 2022
1d1a9c1
Merge branch 'master' into feature/new-app-distribution
JosueGalRe Nov 19, 2022
f5915d7
🏷️ Added new types
JosueGalRe Nov 20, 2022
7712aac
♻️ New utils and constants
JosueGalRe Nov 20, 2022
b0ab0bd
✨ Adapt query params to new API
JosueGalRe Nov 20, 2022
1fb7188
♻️ Handle initial data differently
JosueGalRe Nov 20, 2022
96894f0
Merge remote-tracking branch 'origin/master' into feature/new-app-dis…
JosueGalRe Nov 21, 2022
42b51c4
🚧 Style rearrangement
JosueGalRe Nov 29, 2022
1f5e81c
🔧 Config updated
JosueGalRe Nov 29, 2022
18b6122
Merge remote-tracking branch 'origin/master' into feature/new-app-dis…
JosueGalRe Nov 29, 2022
8ff7fd0
🔧 Updating dependencies
JosueGalRe Dec 31, 2022
73b026e
Merge remote-tracking branch 'origin/master' into feature/new-app-dis…
JosueGalRe Dec 31, 2022
e2cadea
🚧 Updated some skeletons, moved stats
JosueGalRe Dec 31, 2022
8ed2a08
✨ Added color to stats info based on percentage
JosueGalRe Jan 17, 2023
d28cff7
🔧 Added pnpm lock
JosueGalRe Jan 17, 2023
a59847a
Merge remote-tracking branch 'origin/master' into feature/new-app-dis…
JosueGalRe Jan 17, 2023
6438595
💚 Removed failing type, and replaced build target
JosueGalRe Jan 17, 2023
255fed1
🔧 Updated to safari15
JosueGalRe Jan 17, 2023
d039d06
Merge remote-tracking branch 'origin/master' into feature/new-app-dis…
JosueGalRe Jan 19, 2023
04752a8
🚧 WIP: MIGHT BE DELETED
JosueGalRe Jan 19, 2023
caa63e9
Merge remote-tracking branch 'origin/master' into feature/new-app-dis…
JosueGalRe Mar 7, 2023
b7fc7b0
⬆️ Upgrade dependencies
JosueGalRe Mar 7, 2023
f86e951
🐛 Fixed merge error
JosueGalRe Mar 7, 2023
b0351e0
Merge remote-tracking branch 'origin/master' into feature/new-app-dis…
JosueGalRe Mar 10, 2023
e30f4d1
Merge remote-tracking branch 'origin/master' into feature/new-app-dis…
JosueGalRe Mar 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,576 changes: 1,151 additions & 425 deletions package-lock.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,39 @@
"tauri": "tauri"
},
"dependencies": {
"@babel/core": "^7.19.6",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@babel/core": "^7.21.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.10",
"@tauri-apps/api": "^1.1.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.12",
"@tauri-apps/api": "^1.2.0",
"material-ui-popup-state": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"vite": "^3.1.8",
"vite-tsconfig-paths": "^3.5.1"
"react-router-dom": "^6.8.2",
"vite": "^3.2.5",
"vite-tsconfig-paths": "^3.6.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.1.0",
"@types/babel__core": "^7.1.19",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-react": "^2.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"@tauri-apps/cli": "^1.2.3",
"@types/babel__core": "^7.20.0",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vitejs/plugin-react": "^2.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-redux": "^4.0.0",
"prettier": "2.7.1",
"typescript": "^4.6.4",
"typescript": "^4.9.5",
"vite": "^3.0.2"
}
}
Loading