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

[improve][UI] update dependencies && remove useless code #164

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

baicie
Copy link

@baicie baicie commented May 8, 2024

Purpose of this pull request

Check list

@hailin0
Copy link
Contributor

hailin0 commented May 8, 2024

Please add running screenshots

@davidzollo davidzollo added the First-time contributor First-time contributor label May 8, 2024
Comment on lines -18 to -35
import { defineComponent, computed, watch, ref } from 'vue'
import { useSettingStore } from '@/store/setting'
import { useThemeStore } from '@/store/theme'
import themeList from '@/themes'
import {
NConfigProvider,
NMessageProvider,
NDialogProvider,
NMessageProvider,
darkTheme,
dateZhCN,
dateEnUS,
zhCN,
enUS
dateZhCN,
enUS,
zhCN
} from 'naive-ui'
import { useThemeStore } from '@/store/theme'
import { useSettingStore } from '@/store/setting'
import type {
CustomThemeCommonVars,
ThemeCommonVars
} from 'naive-ui/es/config-provider/src/interface'
import { computed, defineComponent, watch } from 'vue'
import { useI18n } from 'vue-i18n'
import themeList from '@/themes'
import type { GlobalThemeOverrides } from 'naive-ui'
import type { Ref } from 'vue'
import type { CustomThemeCommonVars, ThemeCommonVars } from 'naive-ui/es/config-provider/src/interface'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@baicie I think these are non essential changes that need to be made, and there is no need to format them

}
)
}
)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above, and so on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
First-time contributor First-time contributor
Projects
None yet
4 participants