diff --git a/.all-contributorsrc b/.all-contributorsrc index 1787418b03..d473b894eb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -864,6 +864,15 @@ "contributions": [ "code" ] + }, + { + "login": "dolsem", + "name": "Denis Olsem", + "avatar_url": "https://avatars.githubusercontent.com/u/14323955?v=4", + "profile": "https://github.com/dolsem", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 4534588a55..b7a0a980f9 100644 --- a/README.md +++ b/README.md @@ -453,6 +453,7 @@ Our mission is to provide the most powerful no-code interface for databases whic
Santam Chakraborty

🌍
Ikko Ashimine

💻
Asheer Rizvi

💻 +
Denis Olsem

💻 diff --git a/packages/nc-gui/components.d.ts b/packages/nc-gui/components.d.ts index 3458e922f2..6eaa24df25 100644 --- a/packages/nc-gui/components.d.ts +++ b/packages/nc-gui/components.d.ts @@ -224,6 +224,7 @@ declare module '@vue/runtime-core' { MdiViewListOutline: typeof import('~icons/mdi/view-list-outline')['default'] MdiWhatsapp: typeof import('~icons/mdi/whatsapp')['default'] MdiXml: typeof import('~icons/mdi/xml')['default'] + MiCircleWarning: typeof import('~icons/mi/circle-warning')['default'] PhFileCsv: typeof import('~icons/ph/file-csv')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] diff --git a/packages/nc-gui/components/cell/Checkbox.vue b/packages/nc-gui/components/cell/Checkbox.vue index 0705a02495..abc49e68d5 100644 --- a/packages/nc-gui/components/cell/Checkbox.vue +++ b/packages/nc-gui/components/cell/Checkbox.vue @@ -42,9 +42,15 @@ function onClick() {