Dashboard for Reminder Bot, in Preact.
Go to file
jude 5fe558ebd1 Add packaging script 2023-12-21 17:07:28 +00:00
public/static Initial commit 2023-10-28 14:50:37 +01:00
reminder-dashboard/DEBIAN Add packaging script 2023-12-21 17:07:28 +00:00
src Importer 2023-12-14 17:14:09 +00:00
.gitignore Add packaging script 2023-12-21 17:07:28 +00:00
.prettierrc.toml Initial commit 2023-10-28 14:50:37 +01:00
README.md Update README 2023-11-10 15:33:30 +00:00
index.html Show/hide mobile sidebar 2023-12-03 16:39:08 +00:00
package-lock.json Custom time picker 2023-11-12 18:10:03 +00:00
package.json Add packaging script 2023-12-21 17:07:28 +00:00
tsconfig.json Initial commit 2023-10-28 14:50:37 +01:00
vite.config.ts Color picker 2023-10-30 18:07:07 +00:00

README.md

reminder-dashboard

The re-re-rewrite of the dashboard.

Why

The existing beta variant of the dashboard is written using vanilla JavaScript. This is fine, but annoying to update. This would've been okay if I was more dedicated to updating the vanilla JavaScript too, but I want to experiment with "new" things.

This also allows me to expand my frontend skills, which is relevant to part of my job.

Developing

  1. Download the parent repo: https://gitea.jellypro.xyz/jude/reminder-bot
  2. Initialise the submodules: git pull --recurse-submodules
  3. Run both npm run dev and cargo run
  4. Symlink assets: assuming cloned into $HOME, ln -s $HOME/reminder-bot/reminder-dashboard/dist/index.html $HOME/reminder-bot/web/static/index.html and ln -s $HOME/reminder-bot/reminder-dashboard/dist/static/assets $HOME/reminder-bot/web/static/assets