[ENG-35541] New console dashboard home#3248
Merged
Conversation
* feat: new layout home * feat: add responsive layout for home view
…omponents refactor: adjust home components
we use yarn-lock not package-lock
gdsantana
previously approved these changes
Mar 11, 2026
Update all imports to use the new teams service from @/services/v2/teams/teams-service. Remove deprecated make-teams-base-url helper and its associated test file as they are no longer needed with the new service structure.
#3367) * feat: standardize skeleton loading pattern across edit views - Create reusable skeleton components (ActionBarSkeleton, BreadcrumbSkeleton, FieldsetSkeleton, FormSkeletonGenerator, InputSkeleton, SwitchSkeleton, TabsSkeleton) to eliminate duplication across views - Add FormSkeleton configs for Domains, DataStream, EdgeConnectors, EdgeFunctions, EdgeApplicationsErrorResponses, NetworkLists, Users, YourSettings and EditViewSkeleton for EdgeDNS, EdgeNode, Workload - Refactor EdgeApplications EditViewSkeleton to use new skeleton components - Use overlay pattern in Domains EditView to mount form before skeleton hides, preventing dropdown loading flash after skeleton disappears - Add settle-based dirty tracking in edit-form-block to handle async field callbacks (e.g. selectCertificate) before activating unsaved changes detection - Fix checkValueInList in FieldDropdownLazyLoader to search grouped data, preventing redundant loadSelectedValue calls that caused false dirty state - Add onLoaded emit to FieldDropdownLazyLoader and MultiSelectLazyLoader * feat: implement skeleton loading pattern for your settings view * feat(workload): add skeleton loading to edit view form * refactor(templates): replace watch+setTimeout with provide/inject and improve variable naming Replace fragile debounce-based dirty tracking (watch + setTimeout 300ms) in edit-form-block with deterministic provide/inject + Promise.all pattern. Rename single-letter and unclear loop variables across skeleton components and fieldDropdownLazyLoader for clean code compliance.
* feat: redirect to workloads after deploy via v4 * refactor: code format
#3367) * feat: standardize skeleton loading pattern across edit views - Create reusable skeleton components (ActionBarSkeleton, BreadcrumbSkeleton, FieldsetSkeleton, FormSkeletonGenerator, InputSkeleton, SwitchSkeleton, TabsSkeleton) to eliminate duplication across views - Add FormSkeleton configs for Domains, DataStream, EdgeConnectors, EdgeFunctions, EdgeApplicationsErrorResponses, NetworkLists, Users, YourSettings and EditViewSkeleton for EdgeDNS, EdgeNode, Workload - Refactor EdgeApplications EditViewSkeleton to use new skeleton components - Use overlay pattern in Domains EditView to mount form before skeleton hides, preventing dropdown loading flash after skeleton disappears - Add settle-based dirty tracking in edit-form-block to handle async field callbacks (e.g. selectCertificate) before activating unsaved changes detection - Fix checkValueInList in FieldDropdownLazyLoader to search grouped data, preventing redundant loadSelectedValue calls that caused false dirty state - Add onLoaded emit to FieldDropdownLazyLoader and MultiSelectLazyLoader * feat: implement skeleton loading pattern for your settings view * feat(workload): add skeleton loading to edit view form * refactor(templates): replace watch+setTimeout with provide/inject and improve variable naming Replace fragile debounce-based dirty tracking (watch + setTimeout 300ms) in edit-form-block with deterministic provide/inject + Promise.all pattern. Rename single-letter and unclear loop variables across skeleton components and fieldDropdownLazyLoader for clean code compliance.
Replace local @/templates imports with @aziontech/webkit package imports for FieldText and FieldDropdown components.
gdsantana
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Redesign of the Home page with a new dashboard layout featuring multiple information cards, Activity History enhancements, and Appcues integration for communications and changelog.
Changes
New Home Page Dashboard
HomeView.vuewith responsive grid layout (75%/25% columns on desktop)New Home Cards/Blocks
Activity History Enhancements
ActivityHistoryTable.vuecomponent with improved column displayDateRangeSelector.vue)OperationTag.vue)Appcues Integration
src/services/v2/appcues/)list-changelog-service.jsandlist-communications-service.jsappcues-helpers.jsOther Features
Fixes & Refinements
Files Changed
Related Tickets