Skip to content

Commit 80c1c7c

Browse files
aasimkhan30Aasim Khan
andauthored
Adding a dialog shell to unify dialog styling in webviews. (#21489)
* Add dialog shell and database icon components; enhance drop database functionality * Add create and drop database icons; update localization strings for database actions * Remove warning callout from DropDatabaseDialogPage component * Remove unused warning icon import from DropDatabaseDialogPage component * Add ObjectExplorerFilterContent component and refactor ObjectExplorerFilterPage * Remove "Filter Settings" entry from localization files * Refactor ObjectExplorerFilterContent to improve table column definitions and add keyboard navigation support * Add breadcrumb navigation support to ObjectExplorerFilter and update related components * Enhance Backup and Restore Database dialogs with theme-based icons and improve layout responsiveness * Refactor DacpacDialogForm and DacpacDialogPage to use DialogPageShell for improved layout and structure * Add ChangePasswordIcon component and refactor ChangePasswordDialog to use DialogPageShell * Add modal mode support to ConnectionGroupDialog and update related components * Refactor ConnectionGroupDialog to use DialogPageShell and improve layout with a new shellBody style * Add connection group icons for light and dark themes in ConnectionGroupWebviewController * Add SVG icons for database operations and update controllers to use them * Add FeedbackIcon component and integrate it into UserSurveyPage with privacy notice enhancements * Add privacy notice translations and update feedback processing message * Refactor PublishProjectDialog to use DialogPageShell and improve layout with new styles * Add AddFirewallRule icons and integrate into dialog component with improved layout * PR feedback * Add "Filter Settings" localization to bundle and XLIFF files * Remove onChange handler for username input in ChangePasswordDialog * Refactor DialogPageShell to support content width presets and update related components to use new maxContentWidth prop * Adjust padding and gap values in useStyles for improved layout consistency * fixing import. * Update content width presets and adjust padding for improved layout in DialogPageShell * Refactor dialog modes to use 'standalone' instead of 'shell' and introduce ConnectionSubDialogDisplayType for consistency across components * Remove redundant privacy statements and related translations for clarity and consistency * Revert "Add breadcrumb navigation support to ObjectExplorerFilter and update related components" This reverts commit 55cf71f. * Refactor privacy content layout to use grid for improved structure and styling * Add localization for subnet IP range labels in firewall rule component * removing id from icon * Remove deprecated warning messages and update localization for firewall rule component * Refactor DropDatabaseIcon SVG by removing clipPath for improved rendering --------- Co-authored-by: Aasim Khan <aasimkhan@gmail.com>
1 parent 59bf223 commit 80c1c7c

58 files changed

Lines changed: 2421 additions & 1781 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extensions/mssql/l10n/bundle.l10n.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"Delete": "Delete",
7979
"Expand": "Expand",
8080
"Collapse": "Collapse",
81-
"Filter Settings": "Filter Settings",
8281
"Select All": "Select All",
8382
"Copy": "Copy",
8483
"Copy with Headers": "Copy with Headers",
@@ -124,6 +123,7 @@
124123
"Previous": "Previous",
125124
"OK": "OK",
126125
"Learn more": "Learn more",
126+
"Filter Settings": "Filter Settings",
127127
"Clear All": "Clear All",
128128
"And": "And",
129129
"Contains": "Contains",
@@ -260,6 +260,15 @@
260260
"message": "Add my client IP ({0})",
261261
"comment": ["{0} is the IP address of the client"]
262262
},
263+
"Add my subnet IP range": "Add my subnet IP range",
264+
"From/Label for the start IP address in the firewall rule IP range": {
265+
"message": "From",
266+
"comment": ["Label for the start IP address in the firewall rule IP range"]
267+
},
268+
"To/Label for the end IP address in the firewall rule IP range": {
269+
"message": "To",
270+
"comment": ["Label for the end IP address in the firewall rule IP range"]
271+
},
263272
"Search workspaces...": "Search workspaces...",
264273
"Loading Fabric Accounts": "Loading Fabric Accounts",
265274
"Fabric Account": "Fabric Account",
@@ -414,8 +423,8 @@
414423
"Submit": "Submit",
415424
"Not likely at all": "Not likely at all",
416425
"Extremely likely": "Extremely likely",
426+
"Privacy notice": "Privacy notice",
417427
"Privacy Statement": "Privacy Statement",
418-
"Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions...": "Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions...",
419428
"Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum.": "Microsoft will process the feedback you submit pursuant to your organization’s instructions in order to improve your and your organization’s experience with this product. If you have any questions about the use of feedback data, please contact your tenant administrator. Processing of feedback data is governed by the Microsoft Products and Services Data Protection Addendum between your organization and Microsoft, and the feedback you submit is considered Personal Data under that addendum.",
420429
"Results ({0})/{0} is the keyboard shortcut for the results tab": {
421430
"message": "Results ({0})",
@@ -1170,6 +1179,7 @@
11701179
"-": "-",
11711180
"Drop active connections": "Drop active connections",
11721181
"Delete backup and restore history": "Delete backup and restore history",
1182+
"I understand this action is permanent and irreversible": "I understand this action is permanent and irreversible",
11731183
"Drop": "Drop",
11741184
"Dropping database": "Dropping database",
11751185
"Data-tier Application": "Data-tier Application",
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)