change db: merge subject+latlng in thread_info; add catalog; fix get_markers hidding errors

This commit is contained in:
Swrup 2022-02-21 00:19:35 +01:00
parent 419aaa7955
commit 258175565e
9 changed files with 138 additions and 91 deletions

View file

@ -4,6 +4,7 @@
app
babillard
babillard_page
catalog_page
bindings
content
db
@ -35,6 +36,12 @@
(preprocess
(pps lwt_ppx)))
(rule
(targets catalog_page.ml)
(deps catalog_page.eml.html)
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets template.ml)
(deps template.eml.html)
@ -81,6 +88,7 @@
(target content.ml)
(deps
(source_tree content)
(file content/assets/js/js_catalog.js)
(file content/assets/js/js_babillard.js)
(file content/assets/js/js_newthread.js)
(file content/assets/js/js_thread.js))