Skip to content

Commit 00c9d52

Browse files
committed
Increase Uppy icon size to 24px on mobile to meet WCAG requirements
1 parent 76b399e commit 00c9d52

17 files changed

Lines changed: 934 additions & 3648 deletions

‎.tmp-covers-patch.txt‎

Lines changed: 0 additions & 3009 deletions
This file was deleted.

‎_TODO.md‎

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## E2E Files with Skipped Tests
55

6-
Blocked Categories (44 tests):
6+
`FORCE_COLOR=1 CI=1 npx playwright test`
77

8-
Visual regression testing (18)
8+
## Visual Regression Testing
99

1010
Playwright's Built-in Visual Testing
1111

@@ -17,33 +17,23 @@ Pros: It's free, everything stays local (no third-party services needed), setup
1717

1818
Cons: Browser rendering can be inconsistent across different operating systems and machines, leading to "flaky" tests or false positives. Managing baselines for multiple browsers and resolutions manually can also be challenging at scale.
1919

20-
Axe accessibility (2) - axe-core integration
21-
2220
## Missing E2E Component Tests
2321

22+
- BugReporter
23+
- Calendar
2424
- Code/CodeBlock
2525
- Code/CodeTabs
2626
- Consent/Checkbox
27-
28-
## Youtube video for Backstage IDP hero on Home page
29-
30-
Discuss agentic AI integrations to add to Backstage
27+
- Diagram
28+
- FileExplorer
29+
- Inset
30+
- Time
31+
- Troubleshooter
3132

3233
## Performance
3334

3435
Implement mitigations in test/e2e/specs/07-performance/PERFORMANCE.md
3536

36-
## Chat bot tying into my phone and email
37-
38-
Vercel AI Gateway, maybe could use for a chatbot:
39-
40-
https://vercel.com/kevin-browns-projects-dd474f73/astro-webstackbuilders-com/ai-gateway
41-
https://aws.plainenglish.io/how-to-build-a-chatbot-using-aws-lex-and-lambda-in-2026-aeeff5e13f4a
42-
43-
## Move Docker containers to dev server from Playwright
44-
45-
We should start the mock containers with the dev server instead of with Playwright so that they're useable in a dev environment.
46-
4737
## Print
4838

4939
- Improve print layout by hiding header and footer for articles, add tracking
@@ -109,7 +99,7 @@ Hide any interactive or screen-specific components using display: none; in your
10999

110100
3. Expand External Links For Print:
111101

112-
We can't (yet) directly interface with a printed page to explore links, so link URLs should be visible on the printed version of the Web page. To keep the page relatively clean, I prefer to expand only outbound links in articles, and suppress internal ones. If you've used relative URLs on your website for local links, you can easily do this through an attribute selector and :after pseudo=classes, thus preventing internal links and links around images from being printed:
102+
We can't (yet) directly interface with a printed page to explore links, so link URLs should be visible on the printed version of the Web page. To keep the page relatively clean, I prefer to expand only outbound links in articles, and suppress internal ones. If you've used relative URLs on your website for local links, you can easily do this through an attribute selector and `:after` pseudo classes, thus preventing internal links and links around images from being printed:
113103

114104
```css
115105
@media print {
@@ -188,7 +178,22 @@ The text, diagrams, and images in this work are licensed under CC BY-NC 4.0
188178
All code samples in this article are licensed under the MIT License. Feel free to use, modify, and distribute them in any project.
189179
```
190180

191-
## Todo
181+
## Youtube video for Backstage IDP hero on Home page
182+
183+
Discuss agentic AI integrations to add to Backstage
184+
185+
## Chat bot tying into my phone and email
186+
187+
Vercel AI Gateway, maybe could use for a chatbot:
188+
189+
https://vercel.com/kevin-browns-projects-dd474f73/astro-webstackbuilders-com/ai-gateway
190+
https://aws.plainenglish.io/how-to-build-a-chatbot-using-aws-lex-and-lambda-in-2026-aeeff5e13f4a
191+
192+
## Move Docker containers to dev server from Playwright
193+
194+
We should start the mock containers with the dev server instead of with Playwright so that they're useable in a dev environment.
195+
196+
## Link Validator
192197

193198
- Re-enable link validator in `astro.config.ts` when pdf / downloads sorted out
194199

0 commit comments

Comments
 (0)