Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Sidebar UI for rooms

Pre-release
Pre-release
Compare
Choose a tag to compare
@dphiffer dphiffer released this 06 Feb 16:38
· 25 commits to master since this release

This release adds a new sidebar UI that currently shows a single room.

screen shot 2018-02-06 at 11 33 45 am

Behind the scenes, the message data is reorganized a bit to accommodate messages going to different rooms. That reorganization has to be performed manually to retain chat logs, so updating a running version of Smol Chat will not go seemlessly (thus the minor point release bump, v0.1.0).

Here is how to update the data store manually:

cd .data
mkdir rooms
mv messages rooms/commons
echo '{"dirs": ["commons"]}' > rooms/.index.json