Timur Ismagilov
f7d263eee6
Fix file upload button height
2021-07-06 02:16:09 +05:00
handlerug
f497183724
Change recent changes layout a bit
...
It's not perfect, but I don't see a point in trying to parse those
commit messages when we'll rebuild the storage system soon anyway.
2021-07-02 22:24:17 +07:00
handlerug
c27950aeaa
Ability to delete user in the user panel
2021-07-02 21:04:00 +07:00
handlerug
1c24450a8f
New user form in /admin/users/
2021-07-02 19:02:42 +07:00
handlerug
0052ba0695
Make user panel a bit prettier
2021-06-30 20:07:19 +07:00
Timur Ismagilov
86020d6d97
Dark mode transclusion
2021-06-29 23:22:22 +05:00
Timur Ismagilov
d5c8a19b16
Make blend transclusions actually blend
...
Also add some slightly transparent backgrounds to many things
2021-06-29 23:22:22 +05:00
Timur Ismagilov
b90c288549
Migrate to Mycomarkup v0.5.5
2021-06-23 17:25:42 +05:00
handlerug
26099e7dda
Sync edit and preview templates and fix some bugs
2021-06-20 12:56:19 +07:00
handlerug
d1176adc7b
Remove margins on <body>
2021-06-20 12:32:55 +07:00
Timur Ismagilov
2efa3a8481
Tweak HTML+CSS
2021-06-20 03:59:11 +05:00
Timur Ismagilov
e5e9720654
Make editor buttons dark in the dark theme
2021-06-16 02:46:25 +05:00
Timur Ismagilov
2d585be152
Fix dark theme for upload file thing
2021-06-16 02:06:50 +05:00
Timur Ismagilov
5ecab763fc
Fix dark theme for the shortcut dialog
2021-06-16 02:02:13 +05:00
Timur Ismagilov
d27a63d375
Set default text color explicitly
...
It was requested by a person because it broke how the site looked to them
2021-06-16 01:38:15 +05:00
handlerug
bf4a15b61d
Improve appearance of edit message field
2021-06-14 14:53:11 +07:00
handlerug
679588abd5
Merge branch 'master' into master
2021-06-14 14:27:28 +07:00
handlerug
4dc319116a
Aaaaaa more shortcuts refactoring
2021-06-14 14:00:49 +07:00
handlerug
b4910edcca
Refactor shortcut help
2021-06-14 13:58:20 +07:00
handlerug
6120e3b27f
Split shortcuts help into columns if enough space
2021-06-14 13:51:12 +07:00
handlerug
50dfabe279
Make the shortcuts prettifier even prettier
2021-06-14 13:51:12 +07:00
Alex Gu
1c30f82445
Add Edit description
2021-06-14 03:47:11 +03:00
Timur Ismagilov
14bdf39107
Limit the shortcut dialog's maximum width
2021-06-14 01:21:46 +05:00
Timur Ismagilov
01af43de04
Add dark theme to the shortcuts pop up
2021-06-13 23:39:27 +05:00
Timur Ismagilov
20a2d26848
Replace span.kbd-key with the kbd tag
2021-06-13 23:37:21 +05:00
handlerug
1c8d1e8f7e
Shortcuts reference
...
It's invoked by pressing `?`, or Ctrl/Cmd + `/` in the editor.
Resolves #64 .
2021-06-13 23:15:45 +07:00
handlerug
839f8bc2d6
New static files system
...
assets.qtpl is no more! Now you can just add files to static/ folder,
make sure the extension is registered in static.go (a shortcoming
that'll be addressed in future Go versions), and you're done! It
searches the local file system first, then falls back to the files
embedded with the binary (in the static/ folder).
2021-06-12 20:58:04 +07:00