diff --git a/apps/d.d0rich.me/src/features/tonconnect/stores/tonConnectStore.ts b/apps/d.d0rich.me/src/features/tonconnect/stores/tonConnectStore.ts index c4502e51..804d9b19 100644 --- a/apps/d.d0rich.me/src/features/tonconnect/stores/tonConnectStore.ts +++ b/apps/d.d0rich.me/src/features/tonconnect/stores/tonConnectStore.ts @@ -17,7 +17,11 @@ export const useTonConnectStore = defineStore('ton-connect', () => { window.location.origin + '/tonconnect' + (config.network === 'TESTNET' ? '-testnet' : '') + - '-manifest.json' + '-manifest.json', + language: 'en', + uiPreferences: { + borderRadius: 'none' + } }) ) const buttonRootId = ref(null) diff --git a/apps/d.d0rich.me/src/layout/components/DSidebar.vue b/apps/d.d0rich.me/src/layout/components/DSidebar.vue index c4b0d095..09de4ec9 100644 --- a/apps/d.d0rich.me/src/layout/components/DSidebar.vue +++ b/apps/d.d0rich.me/src/layout/components/DSidebar.vue @@ -1,5 +1,6 @@ + diff --git a/apps/d.d0rich.me/src/widgets/SidebarMenu.vue b/apps/d.d0rich.me/src/widgets/SidebarMenu.vue new file mode 100644 index 00000000..21a00b53 --- /dev/null +++ b/apps/d.d0rich.me/src/widgets/SidebarMenu.vue @@ -0,0 +1,7 @@ + + +