mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[PR #357] [MERGED] feat(core-dialogs): CB-853 auth dialogs redesign #1634
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1634
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dbeaver/cloudbeaver/pull/357
Author: @devnaumov
Created: 4/28/2021
Status: ✅ Merged
Merged: 5/12/2021
Merged by: @Wroud
Base:
devel← Head:feat/auth-dialog-redesign📝 Commits (3)
233f43efeat(core-dialogs): CB-853 auth dialogs redesignee87216feat(core-dialogs): CB-853 pass ErrorMessage as childrena7ef7aefeat(core-dialogs): CB-853 remove z-index from ErrorMessage blocks📊 Changes
16 files changed (+285 additions, -325 deletions)
View changed files
📝
webapp/packages/core-blocks/src/Containers/ColoredContainer.tsx(+5 -3)📝
webapp/packages/core-blocks/src/Containers/Container.tsx(+5 -3)📝
webapp/packages/core-blocks/src/Containers/Group.tsx(+5 -3)📝
webapp/packages/core-blocks/src/ErrorMessage.tsx(+36 -30)📝
webapp/packages/core-connections/src/DatabaseAuthDialog/DBAuthDialogFooter.tsx(+15 -6)📝
webapp/packages/core-connections/src/DatabaseAuthDialog/DatabaseAuthDialog.tsx(+62 -62)📝
webapp/packages/core-connections/src/DatabaseAuthDialog/SSHAuthForm.tsx(+33 -46)📝
webapp/packages/core-dialogs/src/CommonDialog/CommonDialog/CommonDialogWrapper.tsx(+9 -9)📝
webapp/packages/core-dialogs/src/CommonDialog/CommonDialog/styles.ts(+10 -9)📝
webapp/packages/plugin-authentication/src/Administration/Users/UserForm/UserForm.tsx(+1 -1)📝
webapp/packages/plugin-authentication/src/Dialog/AuthDialog.tsx(+20 -41)📝
webapp/packages/plugin-authentication/src/Dialog/AuthDialogFooter.tsx(+14 -8)📝
webapp/packages/plugin-authentication/src/Dialog/AuthProviderForm/AuthProviderForm.tsx(+18 -21)➖
webapp/packages/plugin-authentication/src/Dialog/AuthProviderForm/formStyles.ts(+0 -25)📝
webapp/packages/plugin-connection-template/src/ConnectionDialog/ConnectionDialog.tsx(+51 -57)📝
webapp/packages/plugin-data-export/src/Dialog/ProcessorConfigureDialog.tsx(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.