Commit graph

24 commits

Author SHA1 Message Date
Rithas K
e5962ebfe7
Fix textarea padding in Safari
Use `box-sizing: border-box` to include padding in the width of the textarea.

Also,
> Box-sizing should be border-box by default
from [csswg](https://wiki.csswg.org/ideas/mistakes)
2024-06-02 11:53:40 +05:30
21e317955a Bump version and adjust CSS 2024-06-02 00:36:37 +03:00
430a7461e6 Move to embedded dirs 2024-05-18 16:15:20 +03:00
119ae9c3c6 Fix bug with timezone display 2024-05-10 01:27:20 +03:00
fa2ecacce5 Add config editing to UI 2024-05-09 23:44:37 +03:00
20ca509a2b Add new note prompt 2024-05-08 16:49:34 +03:00
7830ae3217 Improve config and add a theme 2024-05-08 15:56:11 +03:00
bfee129443 Add themes 2024-05-08 13:12:10 +03:00
fa292154f6 Add info page and version 2024-05-07 13:27:11 +03:00
b1c3b90c75 Rework date and grace indicator 2024-05-06 14:53:18 +03:00
349e964364 Add grace period and fix bugs 2024-05-05 13:06:20 +03:00
ab4cccee18 Improve list pages' backend 2024-04-23 14:13:45 +03:00
a66e26477c Clean up HTML&CSS 2024-03-29 14:58:24 +03:00
6f874ba9b2 Fix previous days list order 2024-03-28 10:56:13 +03:00
a53dda25bd Add comments 2024-03-28 10:42:52 +03:00
f0198a4a72 Replace JS with Go templates for stability 2024-03-28 10:21:04 +03:00
0094534b31 Add experimental day view 2024-03-27 11:51:33 +03:00
4a6eb28afd Add simple favicon.ico 2024-03-26 14:51:59 +03:00
b06c35b984 Minor improvements 2024-03-26 14:44:58 +03:00
958b69dc08 Add basic previous days page 2024-03-26 14:32:19 +03:00
7b09e5e7b5 Move JS out of index.html 2024-03-18 15:01:09 +03:00
56c29e200a slightly cleaner header css 2024-03-18 12:46:20 +03:00
41923158a3 Move to custom CSS 2024-03-18 00:51:27 +03:00
d796f9e08a Init 2024-03-15 18:34:24 +03:00