diff --git a/package.json b/package.json index a0fce7e026..8f55e00b6b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ ] }, "scripts": { - "bootstrap": "pnpm --filter=nocodb-sdk install && pnpm --filter=nocodb-sdk run build && pnpm --filter=nocodb --filter=nc-gui --filter=playwright install", + "bootstrap": "pnpm --filter=nocodb-sdk install && pnpm --filter=nocodb-sdk run build && pnpm --filter=nocodb --filter=nc-mail-templates --filter=nc-gui --filter=playwright install", "start:frontend": "pnpm --filter=nc-gui run dev", "start:backend": "pnpm --filter=nocodb run start", "lint:staged:playwright": "cd ./tests/playwright; pnpm dlx lint-staged; cd -", diff --git a/packages/nc-gui/assets/nc-icons/bell.svg b/packages/nc-gui/assets/nc-icons/bell.svg new file mode 100644 index 0000000000..de7f88412d --- /dev/null +++ b/packages/nc-gui/assets/nc-icons/bell.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/packages/nc-gui/assets/nc-icons/check-circle.svg b/packages/nc-gui/assets/nc-icons/check-circle.svg new file mode 100644 index 0000000000..f1e9436075 --- /dev/null +++ b/packages/nc-gui/assets/nc-icons/check-circle.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue b/packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue index 12cb350266..1054b38e58 100644 --- a/packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue +++ b/packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue @@ -55,127 +55,139 @@ onMounted(() => {