Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.1 #123

Merged
merged 58 commits into from
Jan 29, 2023
Merged

0.4.1 #123

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
53d694e
(#99) Fixed color selection on firefox
joeywangzr Jan 15, 2023
bc34a44
(#19) fixed selection color error for firefox browser
joeywangzr Jan 15, 2023
72930e2
Merge branch 'main' into 0.4.1
Ynng Jan 15, 2023
7e22a96
fixed analytics
Ynng Jan 16, 2023
f2188c0
Added document title to all pages
Ynng Jan 16, 2023
762136a
Closes #28, fixed browser history navigation in file explorer
Ynng Jan 16, 2023
94313b2
added isReady to InstanceContext
Ynng Jan 16, 2023
d20fc4f
hotfix: removed empty notifications
Ynng Jan 16, 2023
e7b19f3
minor improvements to button,
Ynng Jan 16, 2023
e8b50ad
added eslint-plugin-tailwindcss
Ynng Jan 16, 2023
40a393a
removed some unused imports
Ynng Jan 17, 2023
1940847
fixed fale conflict classname
Ynng Jan 17, 2023
46688d9
added more tailwind autocompletes to settings.json
Ynng Jan 17, 2023
de05326
added rcon toggle
NicholasLin718 Jan 17, 2023
21ad3f7
button refactor, added tailwindMerge and class-variance-authority
Ynng Jan 17, 2023
da83bca
(#19) fixed selection for chrome and firefox
joeywangzr Jan 17, 2023
0ab86bf
remove random comment
joeywangzr Jan 17, 2023
a65e81e
added password field to implement rcon password setting
NicholasLin718 Jan 18, 2023
db5de1c
Merge branch '0.4.1' of https://github.com/Lodestone-Team/dashboard i…
NicholasLin718 Jan 18, 2023
c0f1da1
disabled some eslintrc warnings
Ynng Jan 18, 2023
7dd7856
fixed build issues regarding button active state
Ynng Jan 18, 2023
5c01105
Merge branch '0.4.1' of https://github.com/Lodestone-Team/dashboard i…
NicholasLin718 Jan 18, 2023
5a154d3
resolved build issues involving color and active props for Button
NicholasLin718 Jan 18, 2023
4a2c837
removed css truncate and text-ellipsis conflict
NicholasLin718 Jan 18, 2023
a2a2930
fixed some button styling in top nav
Ynng Jan 19, 2023
1591346
undid package lock changes
NicholasLin718 Jan 19, 2023
86f85a2
made password visibility icon visible at all times
NicholasLin718 Jan 19, 2023
e96d227
fixed login bug on "enter" key press
NicholasLin718 Jan 19, 2023
37ac9f1
fixed bug in login when "enter" key is pressed
NicholasLin718 Jan 19, 2023
533fdf8
removed google analytics for development
NicholasLin718 Jan 19, 2023
80041ae
resolved build issues involving color and active props for Button
NicholasLin718 Jan 19, 2023
8dd0f90
removed css truncate and text-ellipsis conflict
NicholasLin718 Jan 19, 2023
0d4bf47
removed a few useless console logs
Ynng Jan 19, 2023
50bab51
changed deleted color to intention
NicholasLin718 Jan 19, 2023
11283ed
added type to buttons
NicholasLin718 Jan 19, 2023
fb0a52e
removed unnecessary constraint for reactGA
NicholasLin718 Jan 19, 2023
a6e380f
Merge branch '0.4.1' of https://github.com/Lodestone-Team/dashboard i…
NicholasLin718 Jan 19, 2023
0cddd25
Merge branch '0.4.1' of https://github.com/Lodestone-Team/dashboard i…
NicholasLin718 Jan 19, 2023
322dd24
Merge pull request #115 from Lodestone-Team/RCONsetting
NicholasLin718 Jan 19, 2023
cbfc1c8
added button types to login page
NicholasLin718 Jan 19, 2023
3e47de8
fixed "enter" not working in many forms
Ynng Jan 19, 2023
c6a8da7
closes #101, editted toml regex to not use lookbehind
Ynng Jan 19, 2023
c39a05d
closes #109, added refetch interval to core info in setup page
Ynng Jan 19, 2023
437ac8a
moved some api stuff from util.ts to apis.ts
Ynng Jan 19, 2023
0b8b93e
added modal and toast for major/minor version differences
NicholasLin718 Jan 22, 2023
d10f268
made changes to modal and toast to match standard
NicholasLin718 Jan 22, 2023
5cf03fa
Merge pull request #120 from Lodestone-Team/mismatchVersion
NicholasLin718 Jan 23, 2023
c65b567
added semver and more information in warning toast + refactoring
NicholasLin718 Jan 23, 2023
60c2677
replaced setError with setStatus for overall form errors in new core …
NicholasLin718 Jan 26, 2023
c57eb5f
Revert "replaced setError with setStatus for overall form errors in n…
NicholasLin718 Jan 26, 2023
60f1b8e
moved version mismatch warnings higher up in the component tree, now …
NicholasLin718 Jan 26, 2023
b9508d7
Issue 98: firefox crash when using insecure websocket in a mixed cont…
Ynng Jan 28, 2023
9c484f3
added toast ids to prevent duplicate toasts on sign in
NicholasLin718 Jan 28, 2023
d32c807
Merge branches '0.4.1' and '0.4.1' of https://github.com/Lodestone-Te…
NicholasLin718 Jan 28, 2023
4f4a254
Added overall form errors (#121)
NicholasLin718 Jan 28, 2023
387e435
#106 login page redesigns (#117)
Arcslogger Jan 28, 2023
7eb2ae9
runned cargo update
Ynng Jan 29, 2023
7e93e41
bumped version
Ynng Jan 29, 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
16 changes: 14 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": [
"plugin:@typescript-eslint/recommended",
"next/core-web-vitals",
"plugin:tailwindcss/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:storybook/recommended",
"prettier"
],
Expand All @@ -21,6 +22,10 @@
{
"name": "next/router",
"message": "Please use react-router-dom instead"
},
{
"name": "tailwind-merge",
"message": "Please use \"myTwMerge\" from \"utils.ts\" instead"
}
],
"@next/next/no-img-element": "off",
Expand All @@ -32,6 +37,13 @@
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
]
],
"tailwindcss/migration-from-tailwind-2": ["off"]
},
"plugins": ["tailwindcss"],
"settings": {
"tailwindcss": {
"callees": ["cn", "clsx", "variants"]
}
}
}
12 changes: 6 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"cSpell.words": [
"clsx",
"Formik",
"reduxjs"
],
"cSpell.words": ["clsx", "Formik", "reduxjs"],

"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
Expand All @@ -16,5 +12,9 @@
"typescript",
"typescriptreact"
],
"liveServer.settings.port": 5521
"liveServer.settings.port": 5521,
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
"ClassName\\s*=\\s*[`\"']([^`\"']*)"
]
}
Loading