]> git.r.bdr.sh - rbdr/forum/commit
Add skeleton for topic
authorBen Beltran <redacted>
Sun, 26 Jan 2020 15:33:43 +0000 (16:33 +0100)
committerBen Beltran <redacted>
Sun, 26 Jan 2020 15:33:43 +0000 (16:33 +0100)
commit66dc4cae4cd37e82d773dc30be046d82d380ec4d
tree89723b2fa1505907a3998f8cbe81fd5448614ef6
parent32ec81f6370328833fd0ba3dfe1c2974ac775973
Add skeleton for topic

Tested with VoiceOver
20 files changed:
app/components/forum_list/forum_list.svelte
app/components/glyph/glyph.svelte [new file with mode: 0644]
app/components/header/header.svelte
app/components/topic/topic.svelte [new file with mode: 0644]
app/css/global.css [new file with mode: 0644]
app/css/style.css [deleted file]
app/forum.svelte
app/index.html
app/manifest.json [new file with mode: 0644]
app/manifest.webmanifest [new file with mode: 0644]
app/stores/forums.js [moved from app/models/forums.js with 76% similarity]
app/utils/glyph_hash.js [new file with mode: 0644]
doc/COVERAGE.md [new file with mode: 0644]
docker-compose.yml
package-lock.json
package.json
static/humans.txt [new file with mode: 0644]
static/robots.txt [new file with mode: 0644]
test/application.js [new file with mode: 0644]
test/forum.js [new file with mode: 0644]