🚸 Improve UX and QoL

This commit is contained in:
WalkxCode
2022-06-01 19:53:57 +02:00
parent c258003ec5
commit 5758019923
19 changed files with 12109 additions and 17365 deletions

View File

@@ -12,7 +12,7 @@ export default function ModuleEnabler(props: any) {
key={module.title}
size="md"
checked={config.modules?.[module.title]?.enabled ?? false}
label={`Enable ${module.title} module`}
label={`Enable ${module.title}`}
onChange={(e) => {
setConfig({
...config,

View File

@@ -92,7 +92,7 @@ function SettingsMenu(props: any) {
color: 'gray',
}}
>
tip: You can upload your config file by dragging and dropping it onto the page
Tip: You can upload your config file by dragging and dropping it onto the page!
</Text>
<Group position="center" direction="row" mr="xs">
<Group spacing={0}>