Skip to content

Polish form UI: asterisk validation, footer border, copy tweaks - #6

Merged
devyanijain merged 16 commits into
devyanijain-build-portfolio-sitefrom
devyanijain-golden-seeds-redesign
Aug 31, 2026
Merged

Polish form UI: asterisk validation, footer border, copy tweaks#6
devyanijain merged 16 commits into
devyanijain-build-portfolio-sitefrom
devyanijain-golden-seeds-redesign

Conversation

@devyanijain

Copy link
Copy Markdown
Owner

Form polish and accessibility improvements:

  • Required field asterisk always visible (not just on error state)
  • Browser-native :invalid red borders suppressed
  • Footer bar border-top uses border-default token
  • Form copy: 'What can she work on?' label, 'Areas of growth' placeholder
  • View variant: label typography fixes, 'Role at Github' label

Devyani Jainand others added 16 commits August 29, 2026 23:17
…ck panel
- Three-section layout: topContent 40vh / middleContent 20vh / bottomContent 40vh
- Design tokens: Space Mono (headings) + Space Grotesk (body), dark palette
(bg-primary #000, bg-secondary #1F1F1F, bg-tertiary #3D3D3D)
- Dull dot fills: fg-yellow-dull, fg-blue-dull, fg-green-dull, fg-red-dull, fg-purple-dull
- Submitted dots: radial gradient + glow, clickable; default dots: dull, pointer-events none
- Color groups: yellow/teal (top) | green/red/purple (bottom)
- Feedback panel: fixed right, slides in — Edit / View / Confirmation variants
- Edit: actionBar (Feedback title + X), contentBar (form), footerBar (Submit)
- View: actionBar (X), contentBar (read-only fields), footerBar (◀ ▶ arrows)
- Confirmation: actionBar (Thank you! + X), contentBar (planted message), footerBar (Edit / Done)
- Phosphor icons inline SVG: X, ArrowBendUpRight, ArrowCircleLeft, ArrowCircleRight
- 'More' scroll hint on Edit contentBar; bottom-sheet layout on mobile
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
- Added hidden to editVariant on page load so all three boxes start hidden
- Switched panel from display:flex to display:block so boxes don't render side by side
- Added .feedback-box[hidden] { display:none !important } as belt-and-suspenders
- Panel fills full height between padding-lg top and bottom
- Feedback box fills 100% panel height so edit form scrolls internally
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
…' into devyanijain-golden-seeds-redesign
# Conflicts:
#	index.html
#	style.css
…overflow)
- Custom select CSS: trigger, list (position:fixed), options, hover/selected states
- JS: open/close, option selection, keyboard nav, fixed positioning via getBoundingClientRect
- Closes when contentBar scrolls or click outside
- Default value: Manager
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
Manager → Manager/PM
Peer → Colleague
Cross-functional Partner → Team/Engineer
Mentor → SF office buddy
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
- custom-select__trigger now self-contained (no input-field__input class)
- Explicit appearance, background, border, font, height, padding resets
- Prevents browser UA stylesheet from overriding custom styles
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
- Removes custom dropdown HTML, JS entirely
- Native <select> with existing styling
- contentBar gets 120px padding-bottom so OS popup opens downward
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
- Add 9 photo images for More and Confirmation panel circles
- Add fg-red-bright token (#FF4444) for error states
- Make all form fields required with live error clearing
- Format phone input as (XXX)-XXX-XXXX
- Update Go Back button to primary with back arrow
- Apply final More panel copy (experience + Kusama)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
- Remove all-caps/letter-spacing from .view-label (caption style)
- Remove fill from .feedback-quote-box (border only)
- Update Role label to 'Role at Github'
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
…' into devyanijain-golden-seeds-redesign
# Conflicts:
#	index.html
#	style.css
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
- Always show red asterisk next to required field labels
- Suppress browser-native :invalid red borders
- Footer bar border-top uses border-default token
- Label copy: 'What can she work on?'
- Improvement input placeholder: 'Areas of growth'
- View variant: label fixes (no uppercase), role label update
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 67835f2f-e65f-4a86-90ea-ae38169a7949
@devyanijain
devyanijain merged commit b1a6a1d into devyanijain-build-portfolio-siteAug 31, 2026
devyanijain pushed a commit that referenced this pull request Aug 31, 2026
Remove el.disabled=true/false from dot buttons — CSS pointer-events:none
on the color class already blocks unsubmitted dots; setting disabled on
a <button> blocks platform-level mouse events even after re-enabling,
which is why loadSubmittedDots-hydrated dots were non-interactive.
Unsubmitted dots now rely purely on CSS pointer-events:none + tabIndex=-1.
Submitted dots (via form submission or loadSubmittedDots) get dot--submitted
class which applies pointer-events:auto via the existing CSS rules.
Also closed inbox issues #3 (Rachel), #4 (old April), #5 (Ricky) so
only April's latest submission (#6, with public feedback) shows as a dot.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
devyanijain added a commit that referenced this pull request Aug 31, 2026
Remove el.disabled=true/false from dot buttons — CSS pointer-events:none
on the color class already blocks unsubmitted dots; setting disabled on
a <button> blocks platform-level mouse events even after re-enabling,
which is why loadSubmittedDots-hydrated dots were non-interactive.
Unsubmitted dots now rely purely on CSS pointer-events:none + tabIndex=-1.
Submitted dots (via form submission or loadSubmittedDots) get dot--submitted
class which applies pointer-events:auto via the existing CSS rules.
Also closed inbox issues #3 (Rachel), #4 (old April), #5 (Ricky) so
only April's latest submission (#6, with public feedback) shows as a dot.
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
devyanijain added a commit that referenced this pull request Aug 31, 2026
* fix: restore broken Authorization header in postPrivateFeedback
GitHub secret scanning replaced the token value with '******' but did
not close the backtick template literal, causing a JS syntax error that
silently swallowed the entire headers object and made all feedback
submissions fail.
Restore the correct header: `token ${_tk}`
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* fix: include public feedback text in GitHub issue body
The public 'what was it like working with Devyani' field (pub.t) was
never written to the inbox issue. Add a '💬 Public feedback' section
so all feedback is captured in one place.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* feat: pre-seed submitted dots for Rachel Florence, Ricky Zhang, April
Mark the first teal/red/purple dots as submitted with data from the
golden-seeds-inbox issues so they appear as planted on page load.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* feat: dynamically load submitted dots from GitHub Issues on page load
Instead of hardcoding submitted dots, fetch the golden-seeds-inbox
issues on every page load and hydrate the dot field in-place. This
means any new submission automatically appears for all visitors
without needing a code change.
- submittedDots starts empty; loadSubmittedDots() fills it async
- Dots render immediately (blank), then light up after the fetch
- Issues are assigned to dots in creation order, per color/relationship
- Anonymous and [Test] issues are skipped
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: show placeholder when public feedback text is empty
Early submissions (before today's fix) have no public feedback text.
Show 'No public feedback shared yet.' instead of empty curly quotes.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: make dynamically loaded dots hoverable and clickable (#11)
Remove el.disabled=true/false from dot buttons — CSS pointer-events:none
on the color class already blocks unsubmitted dots; setting disabled on
a <button> blocks platform-level mouse events even after re-enabling,
which is why loadSubmittedDots-hydrated dots were non-interactive.
Unsubmitted dots now rely purely on CSS pointer-events:none + tabIndex=-1.
Submitted dots (via form submission or loadSubmittedDots) get dot--submitted
class which applies pointer-events:auto via the existing CSS rules.
Also closed inbox issues #3 (Rachel), #4 (old April), #5 (Ricky) so
only April's latest submission (#6, with public feedback) shows as a dot.
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: make view variant fill panel so long feedback scrolls
Remove bottom:auto and min-height overrides on #viewVariant.
It now matches editVariant layout (flex column, full height),
so contentBar's overflow-y:auto kicks in for long feedback text.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
---------
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
devyanijain added a commit that referenced this pull request Aug 31, 2026
* fix: restore broken Authorization header in postPrivateFeedback
GitHub secret scanning replaced the token value with '******' but did
not close the backtick template literal, causing a JS syntax error that
silently swallowed the entire headers object and made all feedback
submissions fail.
Restore the correct header: `token ${_tk}`
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* fix: include public feedback text in GitHub issue body
The public 'what was it like working with Devyani' field (pub.t) was
never written to the inbox issue. Add a '💬 Public feedback' section
so all feedback is captured in one place.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* feat: pre-seed submitted dots for Rachel Florence, Ricky Zhang, April
Mark the first teal/red/purple dots as submitted with data from the
golden-seeds-inbox issues so they appear as planted on page load.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* feat: dynamically load submitted dots from GitHub Issues on page load
Instead of hardcoding submitted dots, fetch the golden-seeds-inbox
issues on every page load and hydrate the dot field in-place. This
means any new submission automatically appears for all visitors
without needing a code change.
- submittedDots starts empty; loadSubmittedDots() fills it async
- Dots render immediately (blank), then light up after the fetch
- Issues are assigned to dots in creation order, per color/relationship
- Anonymous and [Test] issues are skipped
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: show placeholder when public feedback text is empty
Early submissions (before today's fix) have no public feedback text.
Show 'No public feedback shared yet.' instead of empty curly quotes.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: make dynamically loaded dots hoverable and clickable (#11)
Remove el.disabled=true/false from dot buttons — CSS pointer-events:none
on the color class already blocks unsubmitted dots; setting disabled on
a <button> blocks platform-level mouse events even after re-enabling,
which is why loadSubmittedDots-hydrated dots were non-interactive.
Unsubmitted dots now rely purely on CSS pointer-events:none + tabIndex=-1.
Submitted dots (via form submission or loadSubmittedDots) get dot--submitted
class which applies pointer-events:auto via the existing CSS rules.
Also closed inbox issues #3 (Rachel), #4 (old April), #5 (Ricky) so
only April's latest submission (#6, with public feedback) shows as a dot.
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: make view variant fill panel so long feedback scrolls
Remove bottom:auto and min-height overrides on #viewVariant.
It now matches editVariant layout (flex column, full height),
so contentBar's overflow-y:auto kicks in for long feedback text.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: view variant hugs content with max-height cap + inner scroll
- bottom: auto so box height follows content
- max-height caps at full panel height so it never overflows
- contentBar overflow-y:auto handles scrolling when content is long
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
---------
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
devyanijain added a commit that referenced this pull request Aug 31, 2026
* fix: restore broken Authorization header in postPrivateFeedback
GitHub secret scanning replaced the token value with '******' but did
not close the backtick template literal, causing a JS syntax error that
silently swallowed the entire headers object and made all feedback
submissions fail.
Restore the correct header: `token ${_tk}`
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* fix: include public feedback text in GitHub issue body
The public 'what was it like working with Devyani' field (pub.t) was
never written to the inbox issue. Add a '💬 Public feedback' section
so all feedback is captured in one place.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* feat: pre-seed submitted dots for Rachel Florence, Ricky Zhang, April
Mark the first teal/red/purple dots as submitted with data from the
golden-seeds-inbox issues so they appear as planted on page load.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* feat: dynamically load submitted dots from GitHub Issues on page load
Instead of hardcoding submitted dots, fetch the golden-seeds-inbox
issues on every page load and hydrate the dot field in-place. This
means any new submission automatically appears for all visitors
without needing a code change.
- submittedDots starts empty; loadSubmittedDots() fills it async
- Dots render immediately (blank), then light up after the fetch
- Issues are assigned to dots in creation order, per color/relationship
- Anonymous and [Test] issues are skipped
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: show placeholder when public feedback text is empty
Early submissions (before today's fix) have no public feedback text.
Show 'No public feedback shared yet.' instead of empty curly quotes.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: make dynamically loaded dots hoverable and clickable (#11)
Remove el.disabled=true/false from dot buttons — CSS pointer-events:none
on the color class already blocks unsubmitted dots; setting disabled on
a <button> blocks platform-level mouse events even after re-enabling,
which is why loadSubmittedDots-hydrated dots were non-interactive.
Unsubmitted dots now rely purely on CSS pointer-events:none + tabIndex=-1.
Submitted dots (via form submission or loadSubmittedDots) get dot--submitted
class which applies pointer-events:auto via the existing CSS rules.
Also closed inbox issues #3 (Rachel), #4 (old April), #5 (Ricky) so
only April's latest submission (#6, with public feedback) shows as a dot.
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: make view variant fill panel so long feedback scrolls
Remove bottom:auto and min-height overrides on #viewVariant.
It now matches editVariant layout (flex column, full height),
so contentBar's overflow-y:auto kicks in for long feedback text.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: view variant hugs content with max-height cap + inner scroll
- bottom: auto so box height follows content
- max-height caps at full panel height so it never overflows
- contentBar overflow-y:auto handles scrolling when content is long
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* move y02 dot to center-right (x:38, y:40) for Allie
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
---------
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
devyanijain added a commit that referenced this pull request Aug 31, 2026
* fix: restore broken Authorization header in postPrivateFeedback
GitHub secret scanning replaced the token value with '******' but did
not close the backtick template literal, causing a JS syntax error that
silently swallowed the entire headers object and made all feedback
submissions fail.
Restore the correct header: `token ${_tk}`
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* fix: include public feedback text in GitHub issue body
The public 'what was it like working with Devyani' field (pub.t) was
never written to the inbox issue. Add a '💬 Public feedback' section
so all feedback is captured in one place.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* feat: pre-seed submitted dots for Rachel Florence, Ricky Zhang, April
Mark the first teal/red/purple dots as submitted with data from the
golden-seeds-inbox issues so they appear as planted on page load.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* feat: dynamically load submitted dots from GitHub Issues on page load
Instead of hardcoding submitted dots, fetch the golden-seeds-inbox
issues on every page load and hydrate the dot field in-place. This
means any new submission automatically appears for all visitors
without needing a code change.
- submittedDots starts empty; loadSubmittedDots() fills it async
- Dots render immediately (blank), then light up after the fetch
- Issues are assigned to dots in creation order, per color/relationship
- Anonymous and [Test] issues are skipped
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: show placeholder when public feedback text is empty
Early submissions (before today's fix) have no public feedback text.
Show 'No public feedback shared yet.' instead of empty curly quotes.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: make dynamically loaded dots hoverable and clickable (#11)
Remove el.disabled=true/false from dot buttons — CSS pointer-events:none
on the color class already blocks unsubmitted dots; setting disabled on
a <button> blocks platform-level mouse events even after re-enabling,
which is why loadSubmittedDots-hydrated dots were non-interactive.
Unsubmitted dots now rely purely on CSS pointer-events:none + tabIndex=-1.
Submitted dots (via form submission or loadSubmittedDots) get dot--submitted
class which applies pointer-events:auto via the existing CSS rules.
Also closed inbox issues #3 (Rachel), #4 (old April), #5 (Ricky) so
only April's latest submission (#6, with public feedback) shows as a dot.
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: make view variant fill panel so long feedback scrolls
Remove bottom:auto and min-height overrides on #viewVariant.
It now matches editVariant layout (flex column, full height),
so contentBar's overflow-y:auto kicks in for long feedback text.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: view variant hugs content with max-height cap + inner scroll
- bottom: auto so box height follows content
- max-height caps at full panel height so it never overflows
- contentBar overflow-y:auto handles scrolling when content is long
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* move y02 dot to center-right (x:38, y:40) for Allie
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: pass pointer-events through panel wrapper to dots behind
Keep pointer-events:none on the full-height panel wrapper when open;
only the visible .feedback-box captures events.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
---------
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
devyanijain added a commit that referenced this pull request Aug 31, 2026
* fix: restore broken Authorization header in postPrivateFeedback
GitHub secret scanning replaced the token value with '******' but did
not close the backtick template literal, causing a JS syntax error that
silently swallowed the entire headers object and made all feedback
submissions fail.
Restore the correct header: `token ${_tk}`
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* fix: include public feedback text in GitHub issue body
The public 'what was it like working with Devyani' field (pub.t) was
never written to the inbox issue. Add a '💬 Public feedback' section
so all feedback is captured in one place.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* feat: pre-seed submitted dots for Rachel Florence, Ricky Zhang, April
Mark the first teal/red/purple dots as submitted with data from the
golden-seeds-inbox issues so they appear as planted on page load.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* feat: dynamically load submitted dots from GitHub Issues on page load
Instead of hardcoding submitted dots, fetch the golden-seeds-inbox
issues on every page load and hydrate the dot field in-place. This
means any new submission automatically appears for all visitors
without needing a code change.
- submittedDots starts empty; loadSubmittedDots() fills it async
- Dots render immediately (blank), then light up after the fetch
- Issues are assigned to dots in creation order, per color/relationship
- Anonymous and [Test] issues are skipped
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: show placeholder when public feedback text is empty
Early submissions (before today's fix) have no public feedback text.
Show 'No public feedback shared yet.' instead of empty curly quotes.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: make dynamically loaded dots hoverable and clickable (#11)
Remove el.disabled=true/false from dot buttons — CSS pointer-events:none
on the color class already blocks unsubmitted dots; setting disabled on
a <button> blocks platform-level mouse events even after re-enabling,
which is why loadSubmittedDots-hydrated dots were non-interactive.
Unsubmitted dots now rely purely on CSS pointer-events:none + tabIndex=-1.
Submitted dots (via form submission or loadSubmittedDots) get dot--submitted
class which applies pointer-events:auto via the existing CSS rules.
Also closed inbox issues #3 (Rachel), #4 (old April), #5 (Ricky) so
only April's latest submission (#6, with public feedback) shows as a dot.
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: make view variant fill panel so long feedback scrolls
Remove bottom:auto and min-height overrides on #viewVariant.
It now matches editVariant layout (flex column, full height),
so contentBar's overflow-y:auto kicks in for long feedback text.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: view variant hugs content with max-height cap + inner scroll
- bottom: auto so box height follows content
- max-height caps at full panel height so it never overflows
- contentBar overflow-y:auto handles scrolling when content is long
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* move y02 dot to center-right (x:38, y:40) for Allie
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* fix: pass pointer-events through panel wrapper to dots behind
Keep pointer-events:none on the full-height panel wrapper when open;
only the visible .feedback-box captures events.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
* update confirm variant: outlined Done button, rename Edit label
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
---------
Co-authored-by: Devyani Jain <devyanijain0@gmail.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@devyanijain@devyanixjain