diff --git a/MEETING_SCHEDULE.md b/MEETING_SCHEDULE.md index 671da36fa1..695a19855f 100644 --- a/MEETING_SCHEDULE.md +++ b/MEETING_SCHEDULE.md @@ -3,6 +3,34 @@ Dear community! We're excited to announce bi-weekly office hours. +## #5 Q&A + +Dear community, + +This week's office hour is dedicated for you to drop by and ask any questions you may have about ZITADEL. We are happy to discuss anything, from Actions to Zero downtime deployments. + +Join us on the stage or ask your questions in the chat next Wednesday in the office hours channel on Discord. We're looking forward to have a nice chat with you. + +**What to expect:** + +* **Q&A Session**: Ask your questions and feel free to join the discussion to help others getting their questions answered + +**Details:** + +* **Target Audience:** Developers and IT Ops personnel using ZITADEL +* **Topic:** Q\&A session +* **When**: Wednesday 25th of September 6 pm UTC +* **Duration**: about 1 hour +* **Platform:** Zitadel Discord Server (Join us here: https://discord.gg/zitadel-927474939156643850?event=1286221582838272000 ) + +**In the meantime:** + +If you have questions upfront, feel free to already post them in the chat of the [office hours channel](https://zitadel.com/office-hours) on our Discord server :gigi: + +We look forward to seeing you there\! + +**P.S.** Spread the word\! Share this announcement with your fellow ZITADEL users who might be interested 📢 + ## #4 Login UI deepdive Dear community, diff --git a/console/package.json b/console/package.json index 1631a206d6..e68ccec202 100644 --- a/console/package.json +++ b/console/package.json @@ -28,7 +28,7 @@ "@fortawesome/angular-fontawesome": "^0.13.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-brands-svg-icons": "^6.4.2", - "@grpc/grpc-js": "^1.11.1", + "@grpc/grpc-js": "^1.11.2", "@netlify/framework-info": "^9.8.13", "@ngx-translate/core": "^15.0.0", "angular-oauth2-oidc": "^15.0.1", @@ -42,14 +42,14 @@ "google-protobuf": "^3.21.2", "grpc-web": "^1.4.1", "i18n-iso-countries": "^7.7.0", - "libphonenumber-js": "^1.11.4", + "libphonenumber-js": "^1.11.8", "material-design-icons-iconfont": "^6.1.1", "moment": "^2.29.4", "ngx-color": "^9.0.0", "opentype.js": "^1.3.4", "rxjs": "~7.8.0", "tinycolor2": "^1.6.0", - "tslib": "^2.6.2", + "tslib": "^2.7.0", "uuid": "^10.0.0", "zone.js": "~0.13.3" }, @@ -60,16 +60,16 @@ "@angular-eslint/eslint-plugin-template": "18.0.0", "@angular-eslint/schematics": "16.2.0", "@angular-eslint/template-parser": "18.3.0", - "@angular/cli": "^16.2.14", + "@angular/cli": "^16.2.15", "@angular/compiler-cli": "^16.2.5", - "@angular/language-service": "^18.2.2", - "@bufbuild/buf": "^1.39.0", + "@angular/language-service": "^18.2.4", + "@bufbuild/buf": "^1.41.0", "@types/file-saver": "^2.0.7", "@types/google-protobuf": "^3.15.3", "@types/jasmine": "~5.1.4", "@types/jasminewd2": "~2.0.13", "@types/jsonwebtoken": "^9.0.6", - "@types/node": "^22.5.2", + "@types/node": "^22.5.5", "@types/opentype.js": "^1.3.8", "@types/qrcode": "^1.5.2", "@types/uuid": "^10.0.0", @@ -77,7 +77,7 @@ "@typescript-eslint/parser": "^5.60.1", "codelyzer": "^6.0.2", "eslint": "^8.50.0", - "jasmine-core": "~5.2.0", + "jasmine-core": "~5.3.0", "jasmine-spec-reporter": "~7.0.0", "karma": "^6.4.2", "karma-chrome-launcher": "^3.2.0", diff --git a/console/src/app/modules/user-grants/user-grants.component.html b/console/src/app/modules/user-grants/user-grants.component.html index efca9f74ec..82de67c8bb 100644 --- a/console/src/app/modules/user-grants/user-grants.component.html +++ b/console/src/app/modules/user-grants/user-grants.component.html @@ -154,10 +154,25 @@ + + {{ 'PROJECT.GRANT.STATE' | translate }} + + + {{ 'USER.DATA.STATE' + grant.state | translate }} + + + + - +