Development#97
Merged
Merged
Conversation
Currency Selector price.tsx
- Fixed a critical contrast issue in the currency dropdown where secondary
text (currency symbols and codes) would become invisible upon hovering
or focus
- Implemented the group class on DropdownMenuItem to synchronize state.
- Transitioned the hardcoded ext-muted-foreground to intelligently
shift to group-hover:text-accent-foreground/70 and
group-focus:text-accent-foreground/70, guaranteeing perfect legibility
against the dynamic �g-accent highlight color in both light and dark
modes.
Knowledge Base Article Card (kb-article-card.tsx):
- Eliminated the murky hover:bg-accent/50 background modifier that
caused poor contrast and an unappealing solid-block effect.
- Introduced a more sophisticated elevation-based interaction: the card
now lifts seamlessly (hover:-translate-y-0.5), projects a subtle shadow
(hover:shadow-md), and gains an elegant primary-tinted border
(hover:border-primary/40).
- Orchestrated several micro-animations on hover to make the component feel
alive:
- The leading document icon scales up smoothly (scale-105) with a
soft under-shadow.
- The trailing chevron shifts progressively to the right to indicate
clickability.
- The article description fades gracefully ( ext-foreground/80).
- Refined component typography, specifically for the reading metadata and
tag pill badges, aligning their paddings, fonts, and primary-icon tints
to match the upscale visual hierarchy.
fixed site links being treated as external links
Development
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.