wip bsky client for the web & android
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: rm placeholder toasts

vi 89172d5a 398b9ac2

+10 -10
+10 -10
src/components/UI/Toast/ToastStack.vue
··· 25 25 } 26 26 27 27 const toasts = ref<Toast[]>([ 28 - { 29 - id: 1, 30 - message: 'This is a success toast!', 31 - type: ToastType.Success, 32 - }, 33 - { 34 - id: 2, 35 - message: 'This is an error toast!', 36 - type: ToastType.Error, 37 - }, 28 + // { 29 + // id: 1, 30 + // message: 'This is a success toast!', 31 + // type: ToastType.Success, 32 + // }, 33 + // { 34 + // id: 2, 35 + // message: 'This is an error toast!', 36 + // type: ToastType.Error, 37 + // }, 38 38 ]) 39 39 </script> 40 40