Skip to content

๐ŸŽจ Palette: ๋น„๋™๊ธฐ ์ž‘์—… ๋ฒ„ํŠผ aria-busy ์ง€์›์œผ๋กœ ์ ‘๊ทผ์„ฑ ํ–ฅ์ƒ - #187

Closed
seonghobae wants to merge 1 commit into
mainfrom
palette-aria-busy-loading-state-3877073541829398715
Closed

๐ŸŽจ Palette: ๋น„๋™๊ธฐ ์ž‘์—… ๋ฒ„ํŠผ aria-busy ์ง€์›์œผ๋กœ ์ ‘๊ทผ์„ฑ ํ–ฅ์ƒ#187
seonghobae wants to merge 1 commit into
mainfrom
palette-aria-busy-loading-state-3877073541829398715

Conversation

@seonghobae

@seonghobae seonghobae commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Superseded by #162, which already contains this accessibility change.

- `submitDocument`, `loadDemoData`, `refreshKpiEvidence`, `retryActiveJob` ํ•จ์ˆ˜์—์„œ ์ž‘์—… ์ค‘ ๋ฒ„ํŠผ์— `aria-busy="true"` ์†์„ฑ ๋ถ€์—ฌ
- ์Šคํฌ๋ฆฐ ๋ฆฌ๋” ์‚ฌ์šฉ์ž์—๊ฒŒ ํ˜„์žฌ ๋ฐ์ดํ„ฐ ์š”์ฒญ ๋“ฑ ์ž‘์—…์ด ์ง„ํ–‰ ์ค‘์ž„์„ ๋ช…ํ™•ํ•˜๊ฒŒ ์•Œ๋ฆฌ๋„๋ก ๊ฐœ์„ 
- `.jules/palette.md` ํŒŒ์ผ์— ์ ‘๊ทผ์„ฑ ๊ด€๋ จ ํ•™์Šต ๋‚ด์šฉ ์ถ”๊ฐ€ (append)
Copilot AI review requested due to automatic review settings July 21, 2026 21:20
@google-labs-jules

Copy link
Copy Markdown

๐Ÿ‘‹ Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a ๐Ÿ‘€ emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves the Clearfolio viewer demo UI accessibility by marking async-action buttons as โ€œbusyโ€ for screen reader users during in-flight network operations, and records the pattern in the Jules palette journal.

Changes:

  • Add aria-busy="true" to async-action buttons at the start of submitDocument, loadDemoData, refreshKpiEvidence, and retryActiveJob.
  • Ensure aria-busy is removed in each functionโ€™s finally block after completion (success or error).
  • Document the accessibility pattern in .jules/palette.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/main/resources/static/assets/viewer/demo.js Adds/removes aria-busy on async buttons to communicate loading state to assistive tech.
.jules/palette.md Adds a journal entry describing the aria-busy pattern for async button workflows.

๐Ÿ’ก Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .jules/palette.md
## 2026-07-13 - Async Table Actions UX
**Learning:** Adding explicit loading and disabled states to table action buttons that invoke asynchronous processes helps prevent redundant API calls and visually assures the user that their request is being handled.
**Action:** Consistently apply `disabled` state and `Loading...` text changes to inline table action buttons linked to async workflows, and carefully preserve underlying DOM structures with `Array.from(btn.childNodes)` during the loading cycle to avoid rendering regressions.
## 2024-07-21 - ๋น„๋™๊ธฐ ์ž‘์—… ์ค‘ ์Šคํฌ๋ฆฐ ๋ฆฌ๋”๋ฅผ ์œ„ํ•œ aria-busy ํ™œ์šฉ
@seonghobae seonghobae closed this Aug 4, 2026
Sign up for free to 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