Skip to content

Commit 62d91a7

Browse files
committed
Get rid of vuestic for good
1 parent e70434c commit 62d91a7

File tree

4 files changed

+2
-104
lines changed

4 files changed

+2
-104
lines changed

components.d.ts

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,57 +8,32 @@ export {}
88
declare module 'vue' {
99
export interface GlobalComponents {
1010
AtAnchor: typeof import('./src/components/markdown-elements/AtAnchor.vue')['default']
11-
'AtAnchor.ce': typeof import('./src/components/custom-elements/AtAnchor.ce.vue')['default']
1211
AtImg: typeof import('./src/components/markdown-elements/AtImg.vue')['default']
13-
'AtImg.ce': typeof import('./src/components/custom-elements/AtImg.ce.vue')['default']
1412
AtLink: typeof import('./src/components/markdown-elements/AtLink.vue')['default']
15-
'AtLink.ce': typeof import('./src/components/custom-elements/AtLink.ce.vue')['default']
1613
AtStyle: typeof import('./src/components/markdown-elements/AtStyle.vue')['default']
17-
'AtStyle.ce': typeof import('./src/components/custom-elements/AtStyle.ce.vue')['default']
1814
AtWebStylesheet: typeof import('./src/components/markdown-elements/AtWebStylesheet.vue')['default']
19-
'AtWebStylesheet.ce': typeof import('./src/components/custom-elements/AtWebStylesheet.ce.vue')['default']
2015
AtWebTitle: typeof import('./src/components/markdown-elements/AtWebTitle.vue')['default']
21-
'AtWebTitle.ce': typeof import('./src/components/custom-elements/AtWebTitle.ce.vue')['default']
2216
BlueskyPost: typeof import('./src/components/markdown-elements/BlueskyPost.vue')['default']
23-
'BlueskyPost.ce': typeof import('./src/components/custom-elements/BlueskyPost.ce.vue')['default']
24-
BlueskyPostce: typeof import('./src/components/custom-elements/BlueskyPostce.vue')['default']
25-
'BlueskyPostEmbed.ce': typeof import('./src/components/custom-elements/BlueskyPostEmbed.ce.vue')['default']
2617
BlueskyProfileCard: typeof import('./src/components/markdown-elements/BlueskyProfileCard.vue')['default']
27-
'BlueskyProfileCard.ce': typeof import('./src/components/custom-elements/BlueskyProfileCard.ce.vue')['default']
2818
BlueskyProfileFeed: typeof import('./src/components/markdown-elements/BlueskyProfileFeed.vue')['default']
29-
'BlueskyProfileFeed.ce': typeof import('./src/components/custom-elements/BlueskyProfileFeed.ce.vue')['default']
30-
copy: typeof import('./src/components/custom-elements/BlueskyPostEmbed.ce copy.vue')['default']
3119
EightyEightThirtyOneBadge: typeof import('./src/components/markdown-elements/EightyEightThirtyOneBadge.vue')['default']
32-
'EightyEightThirtyOneBadge.ce': typeof import('./src/components/custom-elements/EightyEightThirtyOneBadge.ce.vue')['default']
3320
LesbiBadge: typeof import('./src/components/markdown-elements/LesbiBadge.vue')['default']
34-
'LesbiBadge.ce': typeof import('./src/components/custom-elements/LesbiBadge.ce.vue')['default']
3521
MarkdownRenderer: typeof import('./src/components/MarkdownRenderer.vue')['default']
3622
MonacoEditor: typeof import('./src/components/MonacoEditor.vue')['default']
3723
NewBlink: typeof import('./src/components/markdown-elements/NewBlink.vue')['default']
38-
'NewBlink.ce': typeof import('./src/components/custom-elements/NewBlink.ce.vue')['default']
3924
NewMarquee: typeof import('./src/components/markdown-elements/NewMarquee.vue')['default']
4025
OmitVanillaCss: typeof import('./src/components/markdown-elements/OmitVanillaCss.vue')['default']
41-
'OmitVanillaCss.ce': typeof import('./src/components/custom-elements/OmitVanillaCss.ce.vue')['default']
4226
OnekoKitty: typeof import('./src/components/markdown-elements/OnekoKitty.vue')['default']
43-
'OnekoKitty.ce': typeof import('./src/components/custom-elements/OnekoKitty.ce.vue')['default']
4427
PModal: typeof import('./src/components/PModal.vue')['default']
4528
RenderJson: typeof import('./src/components/markdown-elements/RenderJson.vue')['default']
4629
RingLink: typeof import('./src/components/markdown-elements/RingLink.vue')['default']
47-
'RingLink.ce': typeof import('./src/components/custom-elements/RingLink.ce.vue')['default']
4830
RouterLink: typeof import('vue-router')['RouterLink']
4931
RouterView: typeof import('vue-router')['RouterView']
5032
SignInGate: typeof import('./src/components/SignInGate.vue')['default']
5133
SocialLink: typeof import('./src/components/markdown-elements/SocialLink.vue')['default']
5234
SpotifyPlayer: typeof import('./src/components/markdown-elements/SpotifyPlayer.vue')['default']
5335
UsePico: typeof import('./src/components/UsePico.vue')['default']
5436
UserbarBadge: typeof import('./src/components/markdown-elements/UserbarBadge.vue')['default']
55-
'UserbarBadge.ce': typeof import('./src/components/custom-elements/UserbarBadge.ce.vue')['default']
56-
VaButton: typeof import('vuestic-ui')['VaButton']
57-
VaForm: typeof import('vuestic-ui')['VaForm']
58-
VaInput: typeof import('vuestic-ui')['VaInput']
59-
VaModal: typeof import('vuestic-ui')['VaModal']
60-
VaSelect: typeof import('vuestic-ui')['VaSelect']
6137
WebampPlayer: typeof import('./src/components/markdown-elements/WebampPlayer.vue')['default']
62-
'WebampPlayer.ce': typeof import('./src/components/custom-elements/WebampPlayer.ce.vue')['default']
6338
}
6439
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
"vscode-uri": "^3.0.8",
5959
"vue": "^3.5.13",
6060
"vue-router": "^4.5.0",
61-
"vue-shadow-dom": "^4.2.0",
62-
"vuestic-ui": "^1.10.3"
61+
"vue-shadow-dom": "^4.2.0"
6362
},
6463
"devDependencies": {
6564
"@tsconfig/node22": "^22.0.0",

pnpm-lock.yaml

Lines changed: 0 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/SignInGate.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<script setup lang="ts">
2-
import { ref, watch } from 'vue';
2+
import { ref } from 'vue';
33
44
import { authenticateIfNecessary, user } from '@/lib/atproto/signed-in-user';
55
import { watchImmediate } from '@vueuse/core';
6-
import { VaButton, VaInput, VaModal } from 'vuestic-ui';
76
87
defineProps<{
98
signInButtonClass?: string;

0 commit comments

Comments
 (0)