Go to file
towards-a-new-leftypol 840edb86ab Make HTTP Client more generic
- refactor our http call to easily construct more api methods
- make the Client Interface and Action types be polymorphic
    - this requires the main application keeping an Action constructor
      in the ClientAction, so we can later know what type to decode
      (this is a bit weird I'm not gonna lie but it works)
2024-02-01 01:52:57 -05:00
html Example sub-component (Catalog Grid) 2023-12-22 06:06:52 -05:00
src Make HTTP Client more generic 2024-02-01 01:52:57 -05:00
static Get ready to have file details in CatalogGrid 2024-01-22 15:20:43 -05:00
.gitignore Initial commit - struggle to set up a working environment 2023-11-28 04:46:39 -05:00
.gitmodules Add common submodule (with PostsType) 2024-01-13 11:36:49 -05:00
LICENSE Initial commit - struggle to set up a working environment 2023-11-28 04:46:39 -05:00
cabal.config Initial commit - struggle to set up a working environment 2023-11-28 04:46:39 -05:00
chandlr.cabal Hook into push/sub uri to change pages 2024-01-29 20:01:12 -05:00
closure_example.sh WIP Client.getThread 2024-01-31 20:36:50 -05:00
default.nix Some basic first attempt at XHR 2024-01-11 18:59:00 -05:00
index.html Show thumbnails 2024-01-25 23:51:59 -05:00
query_postgrest.sh write an example postgREST query to get a whole thread based only on site_name, board_pathpart, and board_thread_id 2024-01-29 22:55:00 -05:00