Commit Graph
70 Commits
Author SHA1 Message Date
lili 6a4c8b759a fix None type error 2022-10-18 14:09:35 +02:00
lili c12bcd68c2 show user's points on dashboard 2022-10-18 14:04:15 +02:00
lili ecb794b8fa bump version for tuesday stream 2022-10-17 18:55:53 +02:00
lili d8230da013 more style fixes everywhere else 2022-10-17 18:47:30 +02:00
lili 06114022da code style fixes 2022-10-17 18:37:49 +02:00
lili f391a7bd12 create points table if not exists 2022-10-13 14:24:36 +02:00
lili f916d46d55 change schema to drop counters and NOT drop points 2022-10-13 14:23:31 +02:00
lili 5c6b070a7a redeems dashboard improvement 2022-10-13 14:09:12 +02:00
lili 796febb91f dashboard fixes 2022-10-13 13:53:42 +02:00
lili dda415f87a init-db typo fixes 2022-10-13 13:29:38 +02:00
lili 3c5a09b2de update dashboard + dashboard helpers
also untested
2022-10-12 15:48:57 +02:00
lili 5384076f64 another schema fix 2022-10-12 15:48:18 +02:00
lili 4a3927a196 schema fix 2022-10-12 15:48:03 +02:00
lili ede1cca8da code skeleton fixes 2022-10-12 15:35:36 +02:00
lili 099525f9ff base customizable redeems code skeletons
UNTESTED but i think i got it all
2022-10-12 15:31:34 +02:00
lili 1faee35169 indent fixes + new helpers + updated helpers 2022-10-12 15:30:12 +02:00
lili 062e1c113e prepare skeletons for configurable redeems
move redeem handling code to redeem handler
2022-10-10 15:14:57 +02:00
lili c8cc529045 bump version after bugfix
for tuesday stream
2022-10-03 12:32:43 +02:00
lili 9ce16bb35e bugfix: only give points to unique users
no longer gives people extra points for having more tabs open
2022-09-30 12:01:33 +02:00
lili 351e612ede bump version number for thursday stream 2022-09-29 12:54:32 +02:00
lili 87cdf9c4ea remove unnecessary lines from style.css
i kept removing things that didn't make the dashboard different
2022-09-29 12:52:27 +02:00
Lin (Lili) Pavelů 55f7f78adc Merge pull request #1 from Michcioperz/patch-1
Fix time formatting in redeems dashboard
2022-09-28 13:09:18 +02:00
Michcio 570c7c84be Fix time formatting in redeems dashboard 2022-09-27 18:23:10 +02:00
lili 34802b2a5a bump version number for today's stream 2022-09-27 11:04:02 +02:00
lili 6431705934 remove unused line 2022-09-27 10:32:24 +02:00
lili 7bcf5a8b33 fix typo 2022-09-26 17:00:48 +02:00
lili eb8effb4b1 update readme: administrative permission 2022-09-26 16:59:32 +02:00
lili 951dc38496 redeem dashboard now shows in local timezone 2022-09-26 16:51:44 +02:00
lili 1d6bd82ce0 fix db import for cmd argument 2022-09-26 16:51:22 +02:00
lili 965e14e035 update readme (setup as package) 2022-09-26 11:27:42 +02:00
lili 8311e6f40e remove insecure clear command from bot
CLI command replaces it safely
2022-09-26 11:11:31 +02:00
lili 8bbe273df4 reorganize app factory 2022-09-26 11:10:58 +02:00
lili 4adac38871 add clear-queue CLI command 2022-09-26 11:10:48 +02:00
lili ed79404530 remove old/unnecessary checks 2022-09-26 10:50:37 +02:00
lili 26f7706b2d fix point redeems that end with balance at 0 2022-09-24 21:20:44 +02:00
lili 0bdb7ce2dd update readme for new config location 2022-09-23 12:33:02 +02:00
lili ac0f5c4549 make db config work in instance dir when package 2022-09-23 11:49:32 +02:00
lili 2f54388814 change config file load to work when package 2022-09-23 11:15:06 +02:00
lili 2f4923ddc4 move setup and manifest to root folder 2022-09-23 10:13:50 +02:00
lili a922e52f33 make project installable 2022-09-22 13:44:47 +02:00
lili 4c3d2cc734 improvement: no points giving when stream is off 2022-09-14 14:05:10 +02:00
lili 53b4419ed4 bugfix: dashboard no longer breaks w/ empty queue 2022-09-14 14:04:27 +02:00
lili 55ab9c774a fix wording, add config 2022-09-12 09:43:51 +02:00
lili 496b168677 include basic readme 2022-09-12 09:36:36 +02:00
lili 4fa7f2287b fix name change query, add forced name refresh 2022-09-09 12:41:13 +02:00
lili 7725f1f795 dashboard update part 2 2022-09-09 12:35:46 +02:00
lili 8622ad0931 update dashboard to show time and username
time instead of datetime, username instead of user ID
2022-09-09 12:35:20 +02:00
lili 876d020a69 db clear and pretty redeem queue helpers added 2022-09-09 12:34:31 +02:00
lili dd2122618d add css stylesheet (grabbed from elixir project) 2022-09-08 13:17:58 +02:00
lili 20c2d2536e beginning work on redeem dashboard
for now it's just a static site
2022-09-07 16:44:59 +02:00