diff --git a/theseus_gui/src/assets/icons/hammer.svg b/theseus_gui/src/assets/icons/hammer.svg new file mode 100644 index 000000000..4005a9159 --- /dev/null +++ b/theseus_gui/src/assets/icons/hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/theseus_gui/src/assets/icons/index.js b/theseus_gui/src/assets/icons/index.js index 6f730ae48..d1b04b872 100644 --- a/theseus_gui/src/assets/icons/index.js +++ b/theseus_gui/src/assets/icons/index.js @@ -4,4 +4,5 @@ export { default as BrowseIcon } from './folder-search.svg' export { default as LoginIcon } from './log-in.svg' export { default as StopIcon } from './stop-circle.svg' export { default as TerminalIcon } from './terminal-square.svg' +export { default as HammerIcon } from './hammer.svg' export { default as UsersIcon } from './users.svg' diff --git a/theseus_gui/src/pages/instance/Options.vue b/theseus_gui/src/pages/instance/Options.vue index f5f9fce92..2326a4e0d 100644 --- a/theseus_gui/src/pages/instance/Options.vue +++ b/theseus_gui/src/pages/instance/Options.vue @@ -1,135 +1,412 @@ + + - - - diff --git a/theseus_gui/src/store/theme.js b/theseus_gui/src/store/theme.js index 6b7c11b96..108e1007e 100644 --- a/theseus_gui/src/store/theme.js +++ b/theseus_gui/src/store/theme.js @@ -5,7 +5,6 @@ export const useTheming = defineStore('themeStore', { themeOptions: ['light', 'dark'], collapsedNavigation: false, selectedTheme: 'dark', - darkTheme: true, }), actions: { setThemeState(newTheme) {