Commit Graph

175 Commits

Author SHA1 Message Date
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
Tanner Collin (aider) 135146d8ee refactor: Refactor Article component to use hooks 2025-11-19 19:17:38 +00:00
Tanner Collin (aider) ef74a2d7cf refactor: Convert App class component to functional component 2025-11-19 19:17:38 +00:00
Tanner f5ce14a749 Make "dark" theme grey, add "black" theme 2023-09-13 01:19:47 +00:00
Tanner a56d5e91aa Fix darkmode fullscreen button color 2022-08-11 19:36:36 +00:00
Tanner 952c891643 Hide fullscreen button if it's not available 2022-08-10 04:05:25 +00:00
Tanner b6b9dfaabb Add fullscreen mode 2022-08-08 23:21:49 +00:00
Tanner 832f2446a6 Add red theme 2022-08-08 20:14:57 +00:00
Tanner 0be6f62a39 Small UI changes 2022-07-04 19:08:24 +00:00
Tanner 26f03f883b Return search results directly from the server 2022-07-04 04:33:01 +00:00
Tanner b417a44314 Remove Article / Comments, etc thing after name 2022-07-04 04:33:01 +00:00
Tanner e2790ddb76 Remove hard-coded title 2022-06-30 00:12:22 +00:00
Tanner c1aede8f1f Adjust title 2022-06-30 00:05:15 +00:00
Tanner 0d00ec40b0 Change header based on page 2022-06-30 00:00:30 +00:00
Tanner 6cc24281d9 Add index / noindex to client 2022-06-29 23:30:39 +00:00
Tanner d6cf56677b Add noindex meta tag to stories 2022-06-29 23:20:53 +00:00
Tanner 104e2853af Explain no javascript 2022-05-31 04:23:52 +00:00
Tanner ce3b986e47 Add Lobsters to feed 2020-12-12 05:26:33 +00:00
Tanner c4c3f448b1 Clean code up 2020-11-03 03:45:56 +00:00
Tanner 70a427d533 Fix index.html indentation 2020-11-02 00:38:34 +00:00
Tanner df0a5cd2b3 Fix noscript font color 2020-11-02 00:36:11 +00:00
Tanner e5e523dbf5 Fix table width CSS 2020-11-01 00:47:18 +00:00
Tanner 929a4fc491 Show exerpt of hidden comments 2020-10-27 00:41:36 +00:00
Tanner 0ac23028b2 Fix bug with rendering text nodes 2020-10-26 21:58:36 +00:00
Tanner dd5b50edf8 Add buttons to collapse / expand comments 2020-10-26 21:57:10 +00:00
Tanner 56302077ad Add buttons to convert <pre> to <p> 2020-10-03 23:23:25 +00:00
Tanner 8e0c11e5e0 Add a line on UI to make search results obvious 2020-08-14 03:58:11 +00:00
Tanner 3ac032b817 Remove article numbers 2020-07-08 02:36:40 +00:00
Tanner b0c3e9a06d Remove pre-fetching image 2020-07-08 02:36:40 +00:00
Tanner fb99f26dcf Make noscript background white 2020-06-22 20:52:51 +00:00
Tanner 7719acee01 Fix cache load race condition bug 2020-01-28 04:20:48 +00:00
Tanner 4773f9766f Remove preload of news source icons 2020-01-28 04:20:29 +00:00
Tanner 593a645089 Fix back/forward scroll jump issue 2020-01-04 23:36:24 +00:00