Nahradit "(nepovinné)" symbolem hvězdičky #45

Closed
opened 2026-02-04 14:29:45 +01:00 by batmanisko · 0 comments
Member

Feature: Replace "(nepovinné)" Text with Star Symbol

Implementation Notes

In the main form, two labels contain the text "(nepovinné)" (optional) which takes up space. Replace this with a more concise * star symbol to indicate optional fields.

Key file to modify:

  • client/src/App.tsx

Specific locations:

  • Line ~497: "Na co dobrého? (nepovinné)" → Remove "(nepovinné)" and add * to the label
  • Line ~504: "V kolik hodin preferuješ odchod?" → Remove "(nepovinné)" if present and add * to the label

Approach:

  1. Find both label strings in client/src/App.tsx
  2. Remove the "(nepovinné)" suffix text
  3. Add a * symbol to both labels to indicate they are optional
  4. Optionally add a small footnote or tooltip explaining that * means optional
## Feature: Replace "(nepovinné)" Text with Star Symbol ### Implementation Notes In the main form, two labels contain the text "(nepovinné)" (optional) which takes up space. Replace this with a more concise `*` star symbol to indicate optional fields. **Key file to modify:** - `client/src/App.tsx` **Specific locations:** - Line ~497: `"Na co dobrého? (nepovinné)"` → Remove "(nepovinné)" and add `*` to the label - Line ~504: `"V kolik hodin preferuješ odchod?"` → Remove "(nepovinné)" if present and add `*` to the label **Approach:** 1. Find both label strings in `client/src/App.tsx` 2. Remove the "(nepovinné)" suffix text 3. Add a `*` symbol to both labels to indicate they are optional 4. Optionally add a small footnote or tooltip explaining that `*` means optional
batmanisko added the Vylepšení label 2026-02-04 14:30:26 +01:00
mates closed this issue 2026-03-09 07:40:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Marbes/Luncher#45