Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 38 lines 1.1 kB view raw view rendered
1# Aesthetic News TODO 2 3## UI/UX Improvements 4 5### "Report a Story" (Submit Redesign) 6- [x] Rename "submit" to "report a story" 7- [x] Combine submit page and guidelines into one unified page 8- [x] Shorter, AC-style copy for posting guidelines 9- [x] Less Hacker News vibe, more aesthetic.computer voice 10 11### Comment Guidelines 12- [x] Split current guidelines into two pieces: 13 1. Story submission guidelines (shown on "report a story" page) 14 2. Comment guidelines (shown when leaving a comment) 15- [x] Keep both short and in AC voice 16 17### Commits Link → Modal 18- [x] Commits link should open a modal instead of navigating away 19- [x] Use same modal pattern as `/at` user page links 20- [x] Modal shows commit URL content 21 22--- 23 24## Copy Direction 25 26Current guidelines feel too "Hacker News". Rewrite to match AC tone: 27- Playful but clear 28- Concise 29- Community-focused 30- Less corporate/formal 31 32--- 33 34## Reference 35 36- Modal pattern example: `/at` user pages (see `system/public/aesthetic.computer/disks/at.mjs`) 37- News API: `system/netlify/functions/news-api.mjs` 38- News frontend: served via extension webview at `news.aesthetic.computer`