refactor: rename remaining mikrotik references to tod across CI, helm, frontend, and observability
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
import { useState, useCallback } from 'react'
|
||||
|
||||
const STORAGE_KEY = 'mikrotik-simple-mode'
|
||||
const STORAGE_KEY = 'tod-simple-mode'
|
||||
|
||||
type ConfigMode = 'simple' | 'standard'
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ export const useUIStore = create<UIState>()(
|
||||
},
|
||||
}),
|
||||
{
|
||||
name: 'mikrotik-ui-state',
|
||||
name: 'tod-ui-state',
|
||||
partialize: (state) => ({
|
||||
sidebarCollapsed: state.sidebarCollapsed,
|
||||
theme: state.theme,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const THEME_STORAGE_KEY = 'mikrotik-ui-state'
|
||||
const THEME_STORAGE_KEY = 'tod-ui-state'
|
||||
|
||||
export type Theme = 'dark' | 'light'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user