Commit Graph

224 Commits

Author SHA1 Message Date
Ducko 255062d5d5
[Doc] Add subheader for self usage 2021-07-05 21:44:04 +02:00
Ducko b8320bb167
[GM > Plugin] Add commands wrapper 2021-07-05 21:43:58 +02:00
Ducko 4b0de84b00
[SiteGen] Always show scrollbar in container 2021-07-05 21:43:53 +02:00
Ducko 2cac769291
[SiteGen] Use max-height in containers instead of height 2021-07-05 21:43:44 +02:00
Ducko 55578d0773
[SiteGen] Fix another browser bug caused by last fix 2021-07-05 21:43:40 +02:00
Ducko ae6c36373f
[SiteGen] Fix random browser bug relating to order by rewrite 2021-07-05 21:43:25 +02:00
Ducko 1a1e3fcbae
[SiteGen] Rewrite to use sidebar, add repos 2021-07-05 21:43:07 +02:00
Ducko 4e3f301bd6
[SiteGen] Better meta description 2021-07-05 21:42:53 +02:00
Ducko cf61e63df0
[SiteGen] Add meta 2021-07-05 21:42:21 +02:00
Ducko 758810cfe8
[SiteGen] Initial add (also remove deprecated modules.json) 2021-07-05 21:42:15 +02:00
Ducko 65c93cd135
[AuthorGen] Just use prop, template literal no longer needed 2021-07-05 21:41:10 +02:00
Ducko abdad45d2d
[AuthorGen] Don't append discrim 2021-07-05 21:41:07 +02:00
Ducko c349fd6ccc
[AuthorGen] Add ratelimit, fix trying to use on authors not array 2021-07-05 21:41:02 +02:00
Ducko ea51962e77
[Various] New env JS file, AuthorGen 2021-07-05 21:37:48 +02:00
Ducko f2ac90299c
[ImageCDN] Copy if failed to use ImageMagick 2021-07-05 21:34:34 +02:00
PandaDriver ae21d6d6cc
Fix error on Windows (#9) 2021-07-05 21:34:27 +02:00
Ducko 0300abe06e
[Feat] Local images building 2021-07-05 21:33:45 +02:00
Ducko 4adf688ee8
[*Theme] Don't convert hash color 2021-07-05 21:31:31 +02:00
Ducko d05b6c17c5
[*Theme] Escape $, move escaping to generic instead of in each preproc 2021-07-05 21:30:56 +02:00
Ducko 42e2c02719
[GM > Plugin] Add addCSS(css), source tweaks 2021-07-05 21:30:33 +02:00
Ducko 8b347972ac
[GM > Plugin] Initial Add 2021-07-05 21:30:27 +02:00
Ducko 0d68aa88c2
[PCCompat > Commands] Only destructure if not empty object (no args given) 2021-07-05 21:30:22 +02:00
Ducko 9bcf6d59f8
[PCCompat > Webpack] Fix not actually calling toLowerCase 2021-07-05 21:30:19 +02:00
Ducko 5fe0bdc257
[PCCompat > Webpack] Fix last commit not erroring if displayName was not defined 2021-07-05 21:30:14 +02:00
Ducko 865a105079
[PCCompat > Webpack] Make display name getting case insensitive 2021-07-05 21:30:11 +02:00
Ducko 549bb1afec
[PCCompat > Settings] Properly show SwitchItem changes, return values for settings store 2021-07-05 21:30:07 +02:00
Ducko da87247f5d
[PCCompatCheck] Better module.exports ignoring (accept no value inline) 2021-07-05 21:29:58 +02:00
Ducko 2db8ae01c4
[PCCompatCheck] Add module.exports ignoring 2021-07-05 21:29:55 +02:00
Ducko e2f529d7fc
[PCPlugin] Accept all valid file extensions, not just js 2021-07-05 21:29:52 +02:00
Ducko 9b36c9d799
[PCCompat > Plugin] Add manifest 2021-07-05 21:29:49 +02:00
Ducko c999320da0
[PCCompatCheck] Add reactUtils ignoring 2021-07-05 21:29:46 +02:00
Ducko e18c019720
[ElectronCompat > Shell] Add openExternal 2021-07-05 21:29:42 +02:00
Ducko 41aec3cb61
[Index] Fix caching errors on null objects 2021-07-05 21:29:37 +02:00
Ducko 102f7ab662
[GenericTheme > Settings] Remove oninput logging 2021-07-05 21:29:24 +02:00
Ducko 833819c63f
[GenericTheme > Settings] Fix hex color checking when not color type causing bad values oninput 2021-07-05 21:29:05 +02:00
Ducko d4b6b0a142
[GooseMod] Add Webpack common (@goosemod/webpack/common) 2021-07-05 21:28:29 +02:00
Ducko d24d0c5b6c
[Scripts > PCCompatCheck] Add imports logging when no alias 2021-07-05 21:28:26 +02:00
Ducko bec681af2d
[Index] Fix caching issues with multiple BD themes in one repo 2021-07-05 21:28:22 +02:00
Ducko 768db5ae3f
[*Theme] Stricter character set for variable extraction regex 2021-07-05 21:28:15 +02:00
Ducko 8aa61cf30b
[Index] Undo cache tweaks 2021-07-05 21:26:48 +02:00
Ducko 1a2a0e454c
[Index] Add null checking for modules in repo JSON out 2021-07-05 21:26:43 +02:00
Ducko 1147791ce8
[Index] Add lastUpdated to manifests, tweak caching 2021-07-05 21:26:35 +02:00
Alyxia Sother d209c0665e
[Add Theme (PCTheme)] lexisother/dotfiles-discord-theme 2021-07-05 20:56:16 +02:00
Ducko 5cf8fdf942
[PCCompat > Preproc] Rewrite to prepend JS to all JS files 2021-05-17 18:52:59 +02:00
Ducko 4469096b7b
[PCCompat > Global > Settings] Fixes for some new plugins and better render use 2021-05-17 18:52:46 +02:00
Ducko 9817fd9cce
[Scripts > PCCompatCheck] Add to package.json scripts 2021-05-12 09:33:14 +02:00
Ducko 51407b9720
[Scripts > PCCompatCheck] Initial Add (WIP) 2021-05-12 09:33:09 +02:00
Ducko 21f501ed56
[Index] Fallback to building if cache fails 2021-05-12 09:32:59 +02:00
Ducko 1ceaa42fd1
[Scripts > Add] Add BD theme support 2021-05-12 09:32:36 +02:00
Ducko 0c62c9b764
[BDTheme] Fix error caused by last commit 2021-05-12 09:32:06 +02:00