Commit Graph

16 Commits

Author SHA1 Message Date
Jonah Aragon
7722f6746a
Fix navbar collapse toggle
Closes #73, Closes #63
2021-09-15 10:21:57 -05:00
Jonah Aragon
6b14a9c37f Migrate to Bootstrap 5 2021-05-05 09:34:36 -05:00
Jonah Aragon
e2bc10d8e8
Fix the terrible dark mode again 2021-01-15 23:13:01 -06:00
Jonah Aragon
05ad5939da
Merge upstream commits into main 2021-01-15 04:30:36 -06:00
Gusted
21c894eef7
Cleanup jQuery (#2139) 2020-12-13 20:37:35 +00:00
Jonah Aragon
b715b9a730
Remove Matomo (#2013) 2020-08-12 15:08:41 +00:00
Jonah Aragon
d91e27ce61
Add threat modeling information 2020-05-12 00:30:23 -05:00
Dawid Potocki
c4b0c4ed23
Fix collapsing navbar dropdown when clicking another element (#1552)
JavaScript was checking if element clicked is exactly .nav-summary,
which isn't a problem when just clicking text inside it, but if we try
to click another element inside like <span>, it won't work, since now
this span is clicked, not .nav-summary.

Closes #1549
2019-12-01 10:15:15 +00:00
Dawid Potocki
696dbed418 Remove inline JavaScript 2019-10-12 21:39:34 -05:00
Jonah
d4d2b8699a Matomo secure cookie 2019-10-10 16:34:14 -05:00
Dawid Potocki
b70af4899f Fix issues with dark theme (#1335)
Fixes #1318
2019-09-23 23:49:37 +03:00
Dawid Potocki
24412dcf8f Reduce flickering with dark/light theme (#1241) 2019-08-31 15:30:53 -07:00
Dawid Potocki
f09d6c3165
Add dark theme (#1204)
Fixes #1151
2019-08-29 20:03:04 +00:00
Dawid Potocki
4cd0f2e735
Make JavaScript work with LibreJS (#1213) 2019-08-25 04:01:50 +00:00
Dawid Potocki
ed127c0500 Fix tooltips (#1203)
Fixes #1202
2019-08-23 11:23:18 +00:00
Dawid Potocki
8eb8cf5225
Rewrite navbar (#1154)
Fixes #877, #872
2019-08-22 23:07:37 +00:00