diff --git a/admin/components.d.ts b/admin/components.d.ts index 47636873f..60b676ba2 100644 --- a/admin/components.d.ts +++ b/admin/components.d.ts @@ -82,6 +82,7 @@ declare module 'vue' { IPhCaretDown: typeof import('~icons/ph/caret-down')['default'] IPhCaretUpFill: typeof import('~icons/ph/caret-up-fill')['default'] IPhEnvelope: typeof import('~icons/ph/envelope')['default'] + IPhXCircle: typeof import('~icons/ph/x-circle')['default'] NavBar: typeof import('./src/components/NavBar.vue')['default'] NotFoundPage: typeof import('./src/components/NotFoundPage.vue')['default'] OpenCreationsTable: typeof import('./src/components/Tables/OpenCreationsTable.vue')['default'] @@ -97,7 +98,8 @@ declare module 'vue' { UserQuery: typeof import('./src/components/UserQuery.vue')['default'] } export interface ComponentCustomProperties { + vBModal: typeof import('bootstrap-vue-next')['vBModal'] vBToggle: typeof import('bootstrap-vue-next')['vBToggle'] vBTooltip: typeof import('bootstrap-vue-next')['vBTooltip'] } -} + diff --git a/admin/run/server.js b/admin/run/server.js index b5078a0cf..730fa03b5 100644 --- a/admin/run/server.js +++ b/admin/run/server.js @@ -4,7 +4,7 @@ const path = require('path') // Host & Port const hostname = '127.0.0.1' -const port = process.env.PORT || 8080 +const port = import.meta.env.PORT || 8080 // Express Server const app = express() diff --git a/admin/src/App.vue b/admin/src/App.vue index c272136a9..126cebb70 100644 --- a/admin/src/App.vue +++ b/admin/src/App.vue @@ -3,16 +3,13 @@ + - diff --git a/admin/src/components/CreationTransactionList.vue b/admin/src/components/CreationTransactionList.vue index eb954f313..9eeb9055a 100644 --- a/admin/src/components/CreationTransactionList.vue +++ b/admin/src/components/CreationTransactionList.vue @@ -1,16 +1,16 @@ - diff --git a/admin/src/components/DeletedUserFormular.vue b/admin/src/components/DeletedUserFormular.vue index cf39d9570..1cf535582 100644 --- a/admin/src/components/DeletedUserFormular.vue +++ b/admin/src/components/DeletedUserFormular.vue @@ -1,127 +1,95 @@ - +