Commit Graph

12 Commits

Author SHA1 Message Date
towards-a-new-leftypol 4443dceb4d Implement BodyParser using html-parse
- based on implementation from front-end, but that one uses the DOM api
2024-03-31 16:04:15 -04:00
towards-a-new-leftypol 644011dd23 Get thread view partially working
- need to call parse bodies
2024-03-27 16:58:06 -04:00
towards-a-new-leftypol 5ca711cb6d Embed loaded data as json into meta tag for front-end
- front-end can take this and build the initial model, otherwise it
  will just render a blank page
2024-03-27 15:35:06 -04:00
towards-a-new-leftypol 16a84035da Render out the rest of the html page based on settings
- isomorphism seems to not work correctly, the front-end loads
and then simply appends what it renders to the page, duplicating the
content. my expectation was that it would replace the content.

- there is an initial action on the front-end that is redundant:
  we don't need to use xhr to fetch the catalog if we already have
  that from the server. Perhaps this is causing the isomorphism issue?
2024-03-25 19:05:34 -04:00
towards-a-new-leftypol f32c25faa2 Catalog view working
- need to defined html page wrapper for content, have invalid html
  coming out right now
2024-03-24 22:14:42 -04:00
towards-a-new-leftypol ff3667516a Get DataClient to build without issues 2024-03-22 21:43:24 -04:00
towards-a-new-leftypol ad6300fa6b Add http-conduit override 2024-03-22 21:27:12 -04:00
towards-a-new-leftypol 882d56ce66 Get basic response working
- now need to hook up the views from Common
2024-03-12 18:23:40 -04:00
towards-a-new-leftypol 79fc9ccf2a get route definition to build (api still undefined) 2024-03-06 02:32:32 -05:00
towards-a-new-leftypol 42778d2028 Update Common submodule 2024-03-06 00:24:37 -05:00
towards-a-new-leftypol fc443e27bb Work in progress - get front-end routes working server side
- doesn't build
- doesn't work
- needs more of the front-end code in Common
2024-03-05 20:45:07 -05:00
towards-a-new-leftypol 1aad05afd4 Initial commit - Nothing here yet
- Just a barebones cabal and default.nix
2024-03-02 17:22:20 -05:00