Commit graph

2681 commits

Author SHA1 Message Date
nbats
fe426c9766
updated 14 pages 2025-11-12 22:03:33 -08:00
nbats
e6d4e6ddc9
small fix 2025-11-12 09:44:55 -08:00
nbats
aa14b5c818
updated 7 pages 2025-11-12 04:55:36 -08:00
nbats
29a89dcef4
small update 2025-11-11 12:56:14 -08:00
nbats
6cd1f460be
small fixes 2025-11-11 06:32:25 -08:00
nbats
9d23437a40
updated 11 pages 2025-11-11 01:27:24 -08:00
nbats
f4f92bb70d
added backups to tvids 2025-11-10 11:13:25 -08:00
nbats
3f8286b960
small fixed 2025-11-10 10:39:46 -08:00
nbats
6e6484eb26
updated 16 pages 2025-11-10 10:22:43 -08:00
nbats
314737ec4f
updated 5 pages 2025-11-09 06:42:02 -08:00
nbats
a817bef23b
updated 14 pages 2025-11-09 01:56:34 -08:00
Pas
805a15d257
Update packages and add docs for API deployment (#4279)
* safely update packages

* update selfhosting.md with API hosting documentation
2025-11-08 17:58:43 -08:00
rhld16
365dbd6f4c
added a reasonable nginx config as example in the selfhosted page (#4280) 2025-11-08 17:55:55 -08:00
nbats
b8a66c7493
updated 6 pages 2025-11-08 12:29:51 -08:00
nbats
2d22602b70
updated 3 pages 2025-11-08 07:25:13 -08:00
nbats
cd64df604c
updated 6 pages 2025-11-08 02:03:17 -08:00
nbats
0bfc3248e0
moved site 2025-11-07 08:36:31 -08:00
nbats
729cc86826
updated 3 pages 2025-11-07 08:29:17 -08:00
nbats
823a5a18b6
updated 4 pages 2025-11-07 06:42:53 -08:00
nbats
51aa9c7279
small fix 2025-11-07 05:44:28 -08:00
bread
2a44ec4e53
spelling fixes (#4274) 2025-11-07 05:27:58 -08:00
nbats
f9267b1c78
updated 17 pages 2025-11-07 05:19:10 -08:00
nbats
853f446efa
Update Nov-2025.md 2025-11-06 05:07:03 -08:00
nbats
2284231f2e
small fixes 2025-11-06 04:58:06 -08:00
nbats
26ffe87ec3
small fixes 2025-11-06 02:09:35 -08:00
nbats
15b1e0ebc2
small fix 2025-11-06 02:03:40 -08:00
nbats
7757c030ad
updated 10 pages 2025-11-06 01:42:36 -08:00
nbats
954fd41ee3
small fix 2025-11-05 12:25:15 -08:00
nbats
a2008b4b6d
updated 3 pages 2025-11-05 11:41:02 -08:00
nbats
424d6bbc4c
small fixes 2025-11-05 04:15:36 -08:00
nbats
6105b4136c
updated 16 pages 2025-11-05 04:09:17 -08:00
nbats
1bd12d0804
fix 2025-11-03 23:45:52 -08:00
nbats
f332bce34f
small fixes 2025-11-03 23:11:46 -08:00
nbats
8e6c47d56f
updated 2 pages 2025-11-03 15:08:15 -08:00
nbats
4655a761fa
fixed link 2025-11-03 14:41:32 -08:00
nbats
2576177b93
small fix 2025-11-03 11:34:36 -08:00
nbats
ee1e91d2f4
small fix 2025-11-03 11:06:56 -08:00
nbats
2e7ff408f2
small fix 2025-11-03 10:45:11 -08:00
nbats
c3f07c05e2
small fix 2025-11-03 10:32:45 -08:00
nbats
5dcd25cdf0
small fixes 2025-11-03 08:56:01 -08:00
nbats
ef4a66976b
small fix 2025-11-03 05:31:26 -08:00
nbats
1cf3732b94
small fix 2025-11-03 05:04:11 -08:00
nbats
30e12008d7
updated 18 pages 2025-11-03 04:55:12 -08:00
nbats
d2692bf619
updated 6 pages 2025-11-01 23:00:06 -07:00
nbats
2a5b4b10c7
fix 2025-11-01 15:43:25 -07:00
nbats
df055d35e1
updated 3 pages 2025-11-01 14:23:21 -07:00
fmhyhalloweenshit
a34693f77b
add fix for light mode being broken (#4249) 2025-11-01 10:38:41 -07:00
Land
43babf2889
Amoled toggle fix (#4246)
* Update constants.ts

* Update constants.ts

* Update index.md

* everythin pure blak now

Updated all dark mode and Halloween theme background color variables from dark gray values to pure black (rgb(0, 0, 0))  AMOLED BABYYYYYY

* idk that it bothered me

that hyphen was needed

plus gotta give some credit to me for amoled BUT IM STILL GRATEFUL TO THE GREAT PPL WHO BUILT THIS

* forgot this mb

* Update constants.ts

* Change background colors to pure black theme

* Fix template closing tags in ColorPicker.vue

* Add files via upload

* Add AMOLED mode toggle to ColorPicker

1. Added AMOLED Mode as a Universal Toggle
2. New State Management isAmoledMode
3. New UI Element
amoled toggle

* Revert "Update ColorPicker.vue"

This reverts commit 3fe4b690d7, reversing
changes made to 132ef4a25b.

* Revert "Add AMOLED mode toggle to ColorPicker"

This reverts commit 132ef4a25b.

* Update ColorPicker.vue

* Change default amoled mode to true

* Update ColorPicker.vue

* fixing conflicts

* fixing conflicts

* Update AMOLED toggle to use v-model for binding

this makes sure that the toggle doesnt revert back to being off after reloading 

this was an issue that i couldnt test out where the toggle would revert back to the off state while the page remained in the amoled state
2025-11-01 09:18:52 -07:00
fmhyhalloweenshit
721d9a04e9
revert halloween theme (#4244) 2025-11-01 05:25:35 -07:00
nbats
dc1605ea66
updated 2 pages 2025-11-01 04:39:20 -07:00