Skip to content

Commit

Permalink
feat: rm vuetify
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaweb3 committed May 27, 2023
1 parent 270cd1b commit 1a2d0cd
Show file tree
Hide file tree
Showing 107 changed files with 151 additions and 104 deletions.
23 changes: 2 additions & 21 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,35 +1,16 @@
<script setup lang="ts">
import { useTheme } from 'vuetify';
import { useThemeConfig } from '@/plugins/vuetify/@core/composable/useThemeConfig';
import { hexToRgb } from '@/plugins/vuetify/@layouts/utils';
import { themeChange } from 'theme-change';
import { onMounted } from 'vue';
import TxDialog from './components/TxDialog.vue';
const {
syncInitialLoaderTheme,
syncVuetifyThemeWithTheme: syncConfigThemeWithVuetifyTheme,
isAppRtl,
} = useThemeConfig();
const { global } = useTheme();
// ℹ️ Sync current theme with initial loader theme
syncInitialLoaderTheme();
syncConfigThemeWithVuetifyTheme();
onMounted(() => {
themeChange(false);
});
</script>

<template>
<!-- ℹ️ This is required to set the background color of active nav link based on currently active global theme's primary -->
<VApp
:style="`--v-global-theme-primary: ${hexToRgb(
global.current.value.colors.primary
)}`"
>
<div>
<RouterView />
<TxDialog />
</VApp>
</div>
</template>
Binary file added src/assets/images/avatars/avatar-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatars/avatar-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/images/iconify-svg/vertical-nav-header-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/misc/pricing-illustration-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/misc/pricing-illustration-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/misc/pricing-illustration-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/misc/triangle-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/misc/triangle-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/misc/trophy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/pages/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/pages/2.png
Binary file added src/assets/images/pages/3.png
Binary file added src/assets/images/pages/401.png
Binary file added src/assets/images/pages/404.png
Binary file added src/assets/images/pages/5.jpg
Binary file added src/assets/images/pages/500.png
Binary file added src/assets/images/pages/6.png
Binary file added src/assets/images/pages/background-1.jpg
Binary file added src/assets/images/pages/background-2.jpg
Binary file added src/assets/images/pages/background-3.jpg
Binary file added src/assets/images/pages/misc-401-object.png
Binary file added src/assets/images/pages/misc-404-object.png
Binary file added src/assets/images/pages/misc-500-object.png
Binary file added src/assets/images/pages/misc-coming-soon.png
Binary file added src/assets/images/pages/misc-mask-dark.png
Binary file added src/assets/images/pages/misc-mask-light.png
Binary file added src/assets/images/pages/pixinvent-qr.png
Binary file added src/assets/images/pages/pose-fs-9.png
Binary file added src/assets/images/pages/puma-shoes.jpeg
10 changes: 10 additions & 0 deletions src/assets/images/svg/discord.svg
8 changes: 8 additions & 0 deletions src/assets/images/svg/gift.svg
8 changes: 8 additions & 0 deletions src/assets/images/svg/keyboard.svg
Loading

0 comments on commit 1a2d0cd

Please sign in to comment.