Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Visual Color Display Feature for CSS Hex Codes in phocode.dev Editor #1207

Closed
charlypa opened this issue Nov 28, 2023 · 2 comments
Closed
Labels
Feature Request Feature requests from customers

Comments

@charlypa
Copy link
Contributor

Describe the problem

CSS hexadecimal color codes are not visually descriptive, requiring developers to hover to preview colors.

Describe the solution you'd like

Develop a feature for phocode.dev that displays color swatches next to the CSS hex codes within the editor. This should include a side panel with a color legend and inline color blocks adjacent to each hex code, as exemplified by the uploaded image. The color blocks should match the color of the hex code they represent, providing immediate visual feedback.
Screenshot from 2023-11-27 21-36-11

Alternatives considered

This enhancement will streamline the workflow for developers and designers, facilitating quick color identification and management within the CSS codebase.

Additional context

No response

@charlypa charlypa added the Feature Request Feature requests from customers label Nov 28, 2023
@abose
Copy link
Member

abose commented Nov 28, 2023

We can do this in 2 ways:

  1. color hilighter extension image
  2. color picker as shown above.

@abose
Copy link
Member

abose commented Dec 10, 2024

This is now done via color gutter. #1954 and #1963
Closing.

Pending #1979 not merged due to UX issues.

@abose abose closed this as completed Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Feature requests from customers
Projects
None yet
Development

No branches or pull requests

2 participants