SolidOS / SolidOS/solid-ui

Style basic fields

Open
#296 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
153
Forks
46
Avg merge
1d 8h
Merged PRs (30d)
7

Description

Working on this in the basic-field-style branch.

@megoth I'm styling the basic field with JSS, and it needs to go grey / green / red based on sync status and client-side validation. I noticed I could do field.setAttribute('validation', 'pending') and then in regular CSS I could do [validation = "pending"] { color: grey; } (found that on https://www.geeksforgeeks.org/css-attribute-selector/) but this doesn't seem to be supported by JSS, right?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the basic-field-style branch and the basic field implementation mentioned in the issue. Check how sync status and client-side validation are represented, then verify that the basic field visibly distinguishes pending, valid, and invalid states without relying on unsupported JSS selectors.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
design, frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.