WIP: Modernize Sample Apps - #3767
Draft
kirchoni wants to merge 3 commits into
Draft
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Refine Grid.jsx and GridCells.jsx formatting/logic in coffee-warehouse-nextjs example - Minor style tweak in ai-usage-monitoring-dashboard Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Modernize Sample Apps → Kendo Meridian
Front-end modernization of KendoReact sample apps to the Meridian theme, driven by the
Design System Abstraction plugin (
kendo-design). Part of the FE Design SystemAbstraction effort — see FE-1257.
Before / After
Apps modernized in this PR
57438141Modernize AI usage dashboard62f6a647Modernize Coffee Warehouse appEach app also gains a
DESIGN.mdcapturing its design guidance (adapted from Meridian'sdefault where the app needed it).
Process
kendo-designloaded for the session — bundles thekendo-designandkendo-themesskills, used as the source of truth for variable names, tokens, and themecustomization conventions (no guessing from memory).
What the modernization covers
@progress/kendo-theme-*with@progress/kendo-theme-meridian(latest), updating every import/entry point.status colors, radius, spacing, dark mode) on top of Meridian using Meridian's base tokens.
@progress/kendo-svg-icons, migrate off font icons whereapplicable, and bump peer
@progress/kendo-react-*packages as needed.k-*utility classes — replace utilityclassNames in JSX with semantic,component-scoped CSS/SCSS reading from Kendo custom properties (
--kendo-*) instead ofhardcoded px/hex.
(colors, typography, spacing, radii, elevation, motion, iconography, translucency).
--kendo-translucency-base(subtle), verifying legibility on elevated surfaces.
Verification
Per app: clean install, zero build/TypeScript/lint errors, and a manual click-through of the
main views with no runtime/console errors.
Not in this PR
DESIGN.md— a separate UX effort(UX-577 /
UX-568) will supply design specs,
after which we'll re-run the same pipeline to apply them.