Commit Graph

  • 762e8a9a2e refactor: Refactor nodes logic from useMemo to a regular function tanner 2025-12-03 02:37:56 +00:00
  • 6dc47f6672 refactor: Extract code block detection into isCodeBlock function tanner 2025-12-03 01:46:19 +00:00
  • da108f25d4 fix: Detect code blocks nested in pre tags for conversion tanner 2025-12-03 01:43:33 +00:00
  • a2303841ec fix: Show 'Convert Code to Paragraph' button for <code> elements tanner 2025-12-03 01:37:08 +00:00
  • 0e7aedbc5e fix: Adjust spacing below comment text content tanner 2025-12-03 01:28:10 +00:00
  • ec7d395407 fix: Wrap text in <pre> blocks to prevent horizontal overflow tanner 2025-12-03 00:58:39 +00:00
  • fd5acd4861 refactor: Convert 'show more' div to semantic button tanner 2025-12-03 00:50:58 +00:00
  • b1d4fc2903 refactor: Convert collapser span to button for accessibility tanner 2025-12-03 00:48:22 +00:00
  • 0f87d47536 refactor: Remove unnecessary useCallback from comment functions tanner 2025-12-02 23:53:40 +00:00
  • 8472907730 Mark deleted / empty comments tanner 2025-12-02 23:39:24 +00:00
  • 482753e96a Add a copy button to the article title tanner 2025-12-02 23:19:12 +00:00
  • 169a84faa1 fix: Align article title and copy button, correct icon font tanner 2025-12-02 23:14:39 +00:00
  • 6fa929fb1f style: Update copy link button font tanner 2025-12-02 23:14:36 +00:00
  • 5f02a95cf3 fix: Improve copy button icon display and alignment tanner 2025-12-02 23:01:01 +00:00
  • 1789f88d4d style: Style copy button icon tanner 2025-12-02 23:00:58 +00:00
  • f5eab47496 feat: Use icons for copy link button feedback tanner 2025-12-02 22:57:39 +00:00
  • 985e596790 feat: Add button to copy article title and URL to clipboard tanner 2025-12-02 22:54:25 +00:00
  • 30298928f3 Move static build directory to apiserver/ tanner 2025-12-02 22:38:33 +00:00
  • 8d7d692d9c refactor: Iterate through stories in order for prioritized updates tanner 2025-12-02 22:27:49 +00:00
  • bd85127613 fix: Unregister service worker tanner 2025-12-02 17:13:52 +00:00
  • 4c9d5eede1 Revert ScrollToTop component back to class-based tanner 2025-12-02 17:02:03 +00:00
  • bf3e6bbc28 Don't setStories every loop iteration tanner 2025-12-02 16:52:32 +00:00
  • 856c360d98 feat: Add loading progress indicator to Feed tanner 2025-12-02 01:20:27 +00:00
  • 1ce55e6d1f feat: Add fetching stories placeholder tanner 2025-12-02 01:20:25 +00:00
  • 6a329e3ba9 Misc fixes tanner 2025-12-01 21:07:01 +00:00
  • 3acaf230c4 fix: Improve submit error handling on API and refactor client with async/await tanner 2025-11-21 23:02:29 +00:00
  • 7b84573dd8 fix: Improve error handling for non-JSON server responses in Submit tanner 2025-11-21 22:59:15 +00:00
  • 7523426f15 feat: Display detailed submission errors to user tanner 2025-11-21 22:56:48 +00:00
  • b2ec85cfa5 feat: Display detailed, expandable connection error in Comments component tanner 2025-11-21 22:51:14 +00:00
  • 8c201d5c2e fix: Conditionally render error details to avoid layout gap tanner 2025-11-21 22:45:58 +00:00
  • a21c84efc6 refactor: Improve article loading error and cache messages tanner 2025-11-21 22:45:54 +00:00
  • 15aa413584 fix: Prevent layout shift when error message appears tanner 2025-11-21 22:39:34 +00:00
  • e9ee231954 feat: Persist new stories and improve layout consistency tanner 2025-11-21 22:39:32 +00:00
  • 62d5915133 feat: Add detailed, expandable error messages to Article component tanner 2025-11-21 22:34:24 +00:00
  • 61ec583882 feat: Show preload progress on fetch failure tanner 2025-11-21 00:59:14 +00:00
  • 1443fdcc32 style: Improve error messages and loading text, add spacing to error details tanner 2025-11-21 00:59:12 +00:00
  • f2310b6925 fix: Provide detailed error for story fetch failures tanner 2025-11-21 00:50:58 +00:00
  • aa80570da4 fix: Display network error on API fetch failure tanner 2025-11-21 00:49:14 +00:00
  • 7d0e60f5f0 fix: Provide detailed error messages for network failures tanner 2025-11-21 00:45:59 +00:00
  • 21b5d67052 feat: Show detailed connection errors in collapsible section tanner 2025-11-21 00:41:57 +00:00
  • 53468c8ccd feat: Add 10s timeout and early exit for story preloading on error tanner 2025-11-21 00:34:17 +00:00
  • 6cfb4b317f feat: Immediately display stories on first load tanner 2025-11-20 23:02:59 +00:00
  • f08202d592 fix: Always fetch full story and update existing in feed tanner 2025-11-20 22:58:44 +00:00
  • 5a7f55184d Begin stats API route tanner 2025-11-20 22:25:26 +00:00
  • e84062394b Ignore aider files tanner 2025-11-20 22:25:20 +00:00
  • e867d5d868 Add debug logging, debug add manual submissions to feed tanner 2025-11-20 21:55:45 +00:00
  • 845d87ec55 Logging tanner 2025-11-19 19:17:33 +00:00
  • e18aaad741 fix: Batch story list updates and limit length tanner 2025-11-19 17:57:13 +00:00
  • 02e86efb4f chore: Add console log for stories tanner 2025-11-19 17:57:10 +00:00
  • b85d879ae7 fix: Fix infinite loop in Feed by removing stories from useEffect deps tanner 2025-11-19 17:51:18 +00:00
  • 55bf75742e refactor: Refactor Feed story fetching for improved network resilience tanner 2025-11-19 17:46:30 +00:00
  • 83cb6fc0ae chore: Disable story updates and preloading logic tanner 2025-11-19 17:46:27 +00:00
  • 667c2c5eaf refactor: Refactor dot components to functional tanner 2025-07-07 19:49:26 +00:00
  • 1df1c59d61 refactor: Refactor Submit component to use hooks tanner 2025-07-07 19:47:00 +00:00
  • c4f2e7d595 refactor: Refactor Search component to use hooks tanner 2025-07-07 18:19:01 +00:00
  • f61cfc09b0 refactor: Convert ScrollToTop to functional component with hooks tanner 2025-07-07 18:15:25 +00:00
  • 366e76e25d refactor: refactor Results component to functional component tanner 2025-07-07 18:05:48 +00:00
  • 6f1811c564 Update webclient dependencies tanner 2025-07-07 18:05:16 +00:00
  • 443115ac0f refactor: Refactor Feed component to functional with hooks tanner 2025-07-07 18:01:06 +00:00
  • 034c440e46 refactor: Convert Comments class to functional using hooks tanner 2025-07-07 17:40:02 +00:00
  • 26a6353ca5 refactor: Rename Article component to Comments tanner 2025-07-07 17:40:00 +00:00
  • 7ac4dfa01c refactor: Refactor Article component to use hooks tanner 2025-07-07 17:29:10 +00:00
  • 633429c976 refactor: Convert App class component to functional component tanner 2025-07-07 17:22:56 +00:00
  • 5cdbf6ef54 Ignore blank hackernews titles tanner 2025-07-07 17:19:31 +00:00
  • f1a30d0af2 Skip "Removed by moderator" stories tanner 2025-09-27 17:38:50 +00:00
  • 9ec61ea5bc Ignore dead and political stories tanner 2025-05-27 18:47:17 +00:00
  • bdc7a6c10d Fix Better HN api content extraction tanner 2025-02-01 22:39:13 +00:00
  • 4858516b01 Add Better HN as an API backup tanner 2025-02-01 21:42:06 +00:00
  • f10e6063fc Bug fixes tanner 2025-02-01 20:31:35 +00:00
  • 249a616531 Alert on story update error tanner 2024-03-16 20:41:24 +00:00
  • ab92bd5441 Adjust score and comment thresholds tanner 2024-03-08 03:08:18 +00:00
  • 6b16a768a7 Fix deletion script tanner 2024-03-08 03:08:03 +00:00
  • 57de076fec Increase database timeout tanner 2024-02-27 18:48:47 +00:00
  • 074b898508 Fix lobsters comment parsing tanner 2024-02-27 18:47:00 +00:00
  • f049d194ab Move scripts into own folder tanner 2024-02-27 18:32:29 +00:00
  • c2b9a1cb7a Update readability tanner 2024-02-27 18:32:19 +00:00
  • 4435f49e17 Make "dark" theme grey, add "black" theme tanner 2023-09-13 01:19:47 +00:00
  • 494d89ac30 Disable lobsters tanner 2023-09-13 01:02:15 +00:00
  • e79fca6ecc Replace "indent_level" with "depth" in lobsters API tanner 2023-08-31 07:35:44 +00:00
  • c65fb69092 Handle Lobsters comment parsing TypeErrors tanner 2023-08-31 07:30:39 +00:00
  • 632d028e4c Add Tildes group whitelist tanner 2023-07-13 22:54:36 +00:00
  • ea8e9e5a23 Increase again tanner 2023-06-13 17:11:50 +00:00
  • 2838ea9b41 Increase Tildes story score requirement tanner 2023-06-11 01:01:31 +00:00
  • f15d108971 Catch all possible Reddit API exceptions tanner 2023-03-15 21:16:37 +00:00
  • f777348af8 Fix darkmode fullscreen button color tanner 2022-08-11 19:36:02 +00:00
  • 486404a413 Fix fix-stories bug tanner 2022-08-10 04:06:39 +00:00
  • 7c9c07a4cf Hide fullscreen button if it's not available tanner 2022-08-10 04:05:25 +00:00
  • 08d02f6013 Add fullscreen mode tanner 2022-08-08 23:21:49 +00:00
  • 1b54342702 Add red theme tanner 2022-08-08 20:14:57 +00:00
  • 9e9571a3c0 Write fixed stories to database tanner 2022-07-05 00:57:56 +00:00
  • dc83a70887 Begin script to fix bad gzip text tanner 2022-07-04 20:32:01 +00:00
  • 2e2c9ae837 Move FEED_LENGTH to settings.py, use for search results tanner 2022-07-04 06:05:33 +00:00
  • 61021d8f91 Small UI changes tanner 2022-07-04 06:05:17 +00:00
  • e65047fead Add accept gzip header to readability server tanner 2022-07-04 19:06:00 +00:00
  • 8e775c189f Add test file tanner 2022-07-04 05:56:06 +00:00
  • 3d9274309a Fix requests text encoding slowness tanner 2022-07-04 05:55:52 +00:00
  • 7bdbbf10b2 Return search results directly from the server tanner 2022-07-04 04:32:27 +00:00
  • 6aa0f78536 Remove Article / Comments, etc thing after name tanner 2022-07-03 18:09:46 +00:00
  • bf3663bbec Remove hard-coded title tanner 2022-06-30 00:12:22 +00:00
  • e6589dc61c Adjust title tanner 2022-06-30 00:05:15 +00:00