mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[PR #205] [MERGED] feat(core-blocks): CB-397 add process snackbar to show disconnecting … #1531
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#1531
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/205
Author: @devnaumov
Created: 11/3/2020
Status: ✅ Merged
Merged: 11/5/2020
Merged by: @Wroud
Base:
devel← Head:feat/processing-snackbar📝 Commits (8)
c33174dfeat(core-blocks): CB-397 add process snackbar to show disconnecting process3549b23feat(core-blocks): CB-397 add copyrights, moved mounted logic to snackbarWrapperd11af14refactor(core-blocks): CB-397be1b4a3refactor(core-blocks): CB-397 add actions:empty selector, moved details button to parent component4e7dd2erefactor(core-blocks): CB-397 formatingfe4f85erefactor(core-blocks): CB-397 useSnackbarTimeout remove interface5366c74refactor(core-blocks): CB-397 remove onClose conditional check in snackbar.tsx31574d6refactor: CB-397 cleanup📊 Changes
18 files changed (+580 additions, -73 deletions)
View changed files
📝
webapp/packages/core-blocks/src/Snackbars/ActionSnackbar.tsx(+8 -8)➕
webapp/packages/core-blocks/src/Snackbars/ProcessSnackbar.tsx(+70 -0)📝
webapp/packages/core-blocks/src/Snackbars/Snackbar.tsx(+14 -32)➕
webapp/packages/core-blocks/src/Snackbars/SnackbarMarkups/SnackbarBody.tsx(+59 -0)➕
webapp/packages/core-blocks/src/Snackbars/SnackbarMarkups/SnackbarContent.tsx(+29 -0)➕
webapp/packages/core-blocks/src/Snackbars/SnackbarMarkups/SnackbarFooter.tsx(+42 -0)➕
webapp/packages/core-blocks/src/Snackbars/SnackbarMarkups/SnackbarStatus.tsx(+41 -0)➕
webapp/packages/core-blocks/src/Snackbars/SnackbarMarkups/SnackbarWrapper.tsx(+83 -0)📝
webapp/packages/core-blocks/src/index.ts(+1 -0)➕
webapp/packages/core-blocks/src/useErrorDetails.tsx(+37 -0)➕
webapp/packages/core-blocks/src/useStateDelay.tsx(+29 -0)📝
webapp/packages/core-connections/src/ConnectionsManagerService.ts(+30 -5)📝
webapp/packages/core-events/src/INotification.ts(+22 -3)📝
webapp/packages/core-events/src/NotificationService.ts(+58 -9)➕
webapp/packages/core-events/src/ProcessNotificationController.ts(+49 -0)📝
webapp/packages/core-notifications/src/NotificationsItem/NotificationItemController.ts(+1 -8)📝
webapp/packages/core-notifications/src/NotificationsItem/NotificationsItem.tsx(+6 -7)📝
webapp/packages/plugin-data-export/src/ExportNotification/ExportNotification.tsx(+1 -1)📄 Description
…process
CB-397
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.