display history of topic updates on topic details page
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 13 Mar 2022 20:00:42 +0000 (13:00 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 13 Mar 2022 20:00:42 +0000 (13:00 -0700)
commit737fbd003d5c4dfea81b667ef906f1c106a60612
tree4e756a50593e04bd97072e6e6bebfdc16e563137
parent17b4ff9c1974842c02071d2cd02144d2e5a99eb5
display history of topic updates on topic details page
24 files changed:
config/default.js
src/db/base.js
src/db/postgres/index.js
src/db/postgres/sql/topic-publish-history.sql [new file with mode: 0644]
src/db/sqlite/index.js
src/db/sqlite/sql/topic-publish-history.sql [new file with mode: 0644]
src/manager.js
src/service.js
src/template/admin-topic-details-html.js
src/template/badge-svg.js
src/template/histogram-svg.js [new file with mode: 0644]
src/template/index.js
src/template/template-helper.js
static/theme.css
test/src/db/base.js
test/src/db/integration.js
test/src/db/postgres.js
test/src/db/sqlite.js
test/src/manager.js
test/src/service.js
test/src/template/admin-topic-details-html.js
test/src/template/histogram-svg.js [new file with mode: 0644]
test/src/template/template-helper.js
test/stub-db.js