Tanner
|
9681b3b8e9
|
refactor: Convert collapser span to button for accessibility
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-12-03 00:48:22 +00:00 |
|
Tanner
|
b606516ece
|
refactor: Remove unnecessary useCallback from comment functions
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-12-02 23:53:40 +00:00 |
|
Tanner
|
2cb524d35e
|
Mark deleted / empty comments
|
2025-12-02 23:39:24 +00:00 |
|
Tanner
|
2c86b4d144
|
Add a copy button to the article title
|
2025-12-02 23:19:31 +00:00 |
|
Tanner
|
66deed7544
|
fix: Align article title and copy button, correct icon font
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-12-02 23:19:31 +00:00 |
|
Tanner
|
e117ffe56c
|
style: Update copy link button font
|
2025-12-02 23:19:31 +00:00 |
|
Tanner
|
218c273a6d
|
fix: Improve copy button icon display and alignment
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-12-02 23:19:31 +00:00 |
|
Tanner
|
fec6c897b2
|
style: Style copy button icon
|
2025-12-02 23:19:31 +00:00 |
|
Tanner
|
adf1f079e4
|
feat: Use icons for copy link button feedback
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-12-02 23:19:31 +00:00 |
|
Tanner
|
e756545d2c
|
feat: Add button to copy article title and URL to clipboard
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-12-02 23:19:31 +00:00 |
|
Tanner
|
56ddee2f3e
|
refactor: Iterate through stories in order for prioritized updates
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-12-02 22:37:58 +00:00 |
|
Tanner
|
14f4b09d12
|
fix: Unregister service worker
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-12-02 17:13:52 +00:00 |
|
Tanner
|
2a48b4a28d
|
Revert ScrollToTop component back to class-based
|
2025-12-02 17:02:03 +00:00 |
|
Tanner
|
42f5614524
|
Don't setStories every loop iteration
|
2025-12-02 16:52:32 +00:00 |
|
Tanner
|
06f35fbe8a
|
feat: Add loading progress indicator to Feed
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-12-02 01:20:27 +00:00 |
|
Tanner
|
47d401a536
|
feat: Add fetching stories placeholder
|
2025-12-02 01:20:25 +00:00 |
|
Tanner
|
d499cdedb0
|
Misc fixes
|
2025-12-01 21:07:01 +00:00 |
|
Tanner
|
9fa2699e26
|
fix: Improve submit error handling on API and refactor client with async/await
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 23:02:29 +00:00 |
|
Tanner
|
d8a35ac467
|
fix: Improve error handling for non-JSON server responses in Submit
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 22:59:15 +00:00 |
|
Tanner
|
ca6b5ce677
|
feat: Display detailed submission errors to user
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 22:56:48 +00:00 |
|
Tanner
|
914fda0f4b
|
feat: Display detailed, expandable connection error in Comments component
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 22:51:14 +00:00 |
|
Tanner
|
97e15be797
|
fix: Conditionally render error details to avoid layout gap
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 22:45:58 +00:00 |
|
Tanner
|
1fad0459b8
|
refactor: Improve article loading error and cache messages
|
2025-11-21 22:45:54 +00:00 |
|
Tanner
|
8df6cb7b36
|
fix: Prevent layout shift when error message appears
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 22:39:34 +00:00 |
|
Tanner
|
79b857548b
|
feat: Persist new stories and improve layout consistency
|
2025-11-21 22:39:32 +00:00 |
|
Tanner
|
c1a6938a50
|
feat: Add detailed, expandable error messages to Article component
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 22:34:24 +00:00 |
|
Tanner
|
af152b8848
|
feat: Show preload progress on fetch failure
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 00:59:14 +00:00 |
|
Tanner
|
36c6e77548
|
style: Improve error messages and loading text, add spacing to error details
|
2025-11-21 00:59:12 +00:00 |
|
Tanner
|
913adb0150
|
fix: Provide detailed error for story fetch failures
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 00:50:58 +00:00 |
|
Tanner
|
c09ffecdd9
|
fix: Display network error on API fetch failure
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 00:49:14 +00:00 |
|
Tanner
|
a9b688309c
|
fix: Provide detailed error messages for network failures
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 00:45:59 +00:00 |
|
Tanner
|
9fb0e9a679
|
feat: Show detailed connection errors in collapsible section
|
2025-11-21 00:41:57 +00:00 |
|
Tanner
|
7a5cc94d60
|
feat: Add 10s timeout and early exit for story preloading on error
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-21 00:34:17 +00:00 |
|
Tanner
|
cf7c91554d
|
feat: Immediately display stories on first load
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-20 23:02:59 +00:00 |
|
Tanner
|
9ae9ac903e
|
fix: Always fetch full story and update existing in feed
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-20 22:58:44 +00:00 |
|
Tanner
|
98067ef81f
|
Logging
|
2025-11-19 19:17:38 +00:00 |
|
Tanner
|
2d8f69a367
|
fix: Batch story list updates and limit length
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-19 19:17:38 +00:00 |
|
Tanner
|
4cf3bc4186
|
chore: Add console log for stories
|
2025-11-19 19:17:38 +00:00 |
|
Tanner
|
cabaca6051
|
fix: Fix infinite loop in Feed by removing stories from useEffect deps
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-19 19:17:38 +00:00 |
|
Tanner
|
90f38f0bcc
|
refactor: Refactor Feed story fetching for improved network resilience
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
|
2025-11-19 19:17:38 +00:00 |
|
Tanner
|
ccde7a1486
|
chore: Disable story updates and preloading logic
|
2025-11-19 19:17:38 +00:00 |
|
Tanner Collin (aider)
|
d2408dd502
|
refactor: Refactor dot components to functional
|
2025-11-19 19:17:38 +00:00 |
|
Tanner Collin (aider)
|
77809ff73b
|
refactor: Refactor Submit component to use hooks
|
2025-11-19 19:17:38 +00:00 |
|
Tanner Collin (aider)
|
ecc69bf611
|
refactor: Refactor Search component to use hooks
|
2025-11-19 19:17:38 +00:00 |
|
Tanner Collin (aider)
|
528539f049
|
refactor: Convert ScrollToTop to functional component with hooks
|
2025-11-19 19:17:38 +00:00 |
|
Tanner Collin (aider)
|
4cb578ac49
|
refactor: refactor Results component to functional component
|
2025-11-19 19:17:38 +00:00 |
|
Tanner
|
28da3cd9f5
|
Update webclient dependencies
|
2025-11-19 19:17:38 +00:00 |
|
Tanner Collin (aider)
|
d365cad14b
|
refactor: Refactor Feed component to functional with hooks
|
2025-11-19 19:17:38 +00:00 |
|
Tanner Collin (aider)
|
9300688ceb
|
refactor: Convert Comments class to functional using hooks
|
2025-11-19 19:17:38 +00:00 |
|
Tanner
|
6996b5f927
|
refactor: Rename Article component to Comments
|
2025-11-19 19:17:38 +00:00 |
|