Draft
Conversation
feat: EPINIO-432 new epinio dashboard
fix: hide info button in standalone and hide trailhand console warnings
…ew tag and action components as well
Replace custom DataTable.vue and Rancher SortableTable across all list, detail, and page views with the trailhand data-table web component for consistency with the design system. Extract all shared cell renderers into utils/table-formatters.ts, eliminating duplicated DOM construction logic across components. Helpers cover state tags, router links, commit SHA/author cells, app routes, and build progress cells. Apply dark mode hover CSS variables to every data-table instance. Configure vue.config.js isCustomElement to suppress Vue compiler warnings for web component tag names.
- Add renderActions to namespaces, services, and configurations tables - Fix AppProgress description cell formatter (div → flex span) - Fix dark mode sorted column header (add --sortable-table-header-sorted-bg to all data-table CSS blocks) - Fix Lit reactivity: spread [...rows] on all list table :rows bindings so _MERGE polls trigger re-renders - Force-refresh namespaces store immediately after inline modal create
fix: EPINIO-492 side nav about
… loads Add CONFIGURATION and SERVICE_INSTANCE to the loadCluster kick-start dispatches alongside APP, so data is pre-warmed in the store before the user navigates to those list pages. Simplify configurations and services list pages to only fetch their own type on mount (cross-loading of APP/SERVICE_INSTANCE removed). Add property-touch for status, stateDisplay, and meta in each computed so polling _MERGE updates re-render state tags and age columns in real time.
Feat/epinio 479 trailhand table
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.