Commit Graph

11956 Commits

Author SHA1 Message Date
awsr 65ac854474 Merge branch 'gallery-progress' of https://github.com/awsr/sdnext into gallery-progress 2026-01-04 00:40:31 -08:00
awsr 33e15a809c Linting and rebase 2026-01-04 00:39:58 -08:00
awsr c0b0a62512 Revert conversion to static class
It's probably fine if keeping the instance creation next to the class definition as long as it doesn't get moved to earlier in the file.
2026-01-04 00:37:44 -08:00
awsr e8c1bcb766 Move SimpleProgressBar into gallery.js
Converted to using static class elements since it's only being used here.
2026-01-04 00:37:43 -08:00
awsr df9dad5c7e Add attachment point for non-ModernUI 2026-01-04 00:37:43 -08:00
awsr d3a0c626fa Minor style update 2026-01-04 00:37:43 -08:00
awsr e0b70ba0c6 Simplify and lint 2026-01-04 00:37:43 -08:00
awsr 16ab3dde64 Ensure class loads first
Temporary solution until ESM update.
2026-01-04 00:37:43 -08:00
awsr 2bd1086850 Implement SimpleProgressBar class 2026-01-04 00:37:43 -08:00
awsr f3f26221d5 Create SimpleProgressBar class 2026-01-04 00:37:43 -08:00
awsr b6f7d92fa0 Additional AbortSignal checks 2026-01-04 00:37:43 -08:00
awsr 0b66388274 Revert conversion to static class
It's probably fine if keeping the instance creation next to the class definition as long as it doesn't get moved to earlier in the file.
2026-01-04 00:34:16 -08:00
awsr e55c20af5b Move SimpleProgressBar into gallery.js
Converted to using static class elements since it's only being used here.
2026-01-04 00:26:58 -08:00
Vladimir Mandic 4373b992cd Merge pull request #4521 from awsr/eslint9
Upgrade to ESLint 9
2026-01-04 08:01:13 +01:00
awsr 455bc4356e Linting / regex cleanup 2026-01-03 18:43:10 -08:00
awsr 34c5ddfa3c Document unused packages
The "//" key is reserved for comments
2026-01-03 18:42:43 -08:00
awsr b5f44906b1 Implement (mostly) unified config 2026-01-03 18:42:06 -08:00
awsr 4d5427ada9 Add missing ruleset 2026-01-03 17:16:53 -08:00
awsr 72a7f87a6a Update languageOptions 2026-01-03 16:57:29 -08:00
awsr d7c65f428f Update settings.json 2026-01-03 15:31:38 -08:00
awsr f91ee1d219 Minor organization 2026-01-03 14:53:40 -08:00
Seunghoon Lee 9dce5cac9f clean up 2026-01-03 21:09:02 +09:00
Seunghoon Lee 49965dfda8 get_hip_arch_name -> get_hip_agent, use amdhip64_7.dll served within rocm package 2026-01-03 21:00:36 +09:00
Seunghoon Lee 0158e61814 minor fix 2026-01-03 20:43:22 +09:00
Seunghoon Lee 14aa94345c use gfx1100-dgpu for dgpus 2026-01-03 20:41:54 +09:00
awsr 97c7fc44b9 Update config to align with sdnext-kanvas 2026-01-03 01:35:58 -08:00
Vladimir Mandic fc3b96ae0f Merge branch 'dev' into eslint9 2026-01-03 08:49:42 +01:00
vladmandic 2fe8443336 update modernui
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-03 08:37:45 +01:00
vladmandic b9c18452f2 unify hip get arch name
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-03 08:22:19 +01:00
awsr 19f0a99ebd Add TypeScript support 2026-01-02 23:05:41 -08:00
vladmandic f6289206d8 startup sequence optimizations
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-03 07:54:05 +01:00
vladmandic b4ac004076 update wiki
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-03 07:07:22 +01:00
vladmandic ee373259f2 z-image single-file loader
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-03 07:05:17 +01:00
awsr 74fee1aeb1 Run eslint with --fix 2026-01-02 18:47:46 -08:00
awsr ff542b743e Enable no-return-assign and linting 2026-01-02 18:47:46 -08:00
awsr 6d4b79659e Linting 2026-01-02 18:47:46 -08:00
awsr 5acbab5e61 Upgrade to ESLint 9
- Upgraded to new plugins for other languages
- Added markdown linting
- Added `extensions-builtin` to `globalIgnores`
- *Disabled CSS and HTML linters for now*
- Updated rules that were migrated from eslint to stylistic
- Updated VSCode settings to work with new linting features
- Updated a few rules to have better defaults instead of disabling them
2026-01-02 18:47:46 -08:00
awsr 75e858df22 Add attachment point for non-ModernUI 2026-01-02 02:17:07 -08:00
awsr ba7fb3cd9d Minor style update 2026-01-01 14:35:59 -08:00
awsr 87b77af13d Simplify and lint 2026-01-01 12:02:45 -08:00
awsr 12d2bb8495 Ensure class loads first
Temporary solution until ESM update.
2026-01-01 12:01:28 -08:00
vladmandic 4e8b0f83b4 lint
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-01 16:33:49 +01:00
vladmandic 98d304a493 fix longcat-edit
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-01 11:22:43 +01:00
vladmandic 49578171c5 fix wildcards with folder specifier
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-01 11:13:56 +01:00
Vladimir Mandic b87305ff5b Merge pull request #4509 from Tillerz/dev
allow weights for wildcards: {red:0.3|green:0.7}
2026-01-01 10:53:54 +01:00
Vladimir Mandic 2404a3cb85 Merge branch 'dev' into dev 2026-01-01 10:53:41 +01:00
vladmandic a37c70d668 update changelog
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-01 10:45:48 +01:00
vladmandic 7a8d315e84 Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev 2026-01-01 10:45:41 +01:00
Vladimir Mandic 2609f21fb3 Merge pull request #4514 from liutyi/dev
Add Qwen-Image-2512 model cover. And model itself..
2026-01-01 10:39:28 +01:00
vladmandic 427ce99397 update
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-01 10:30:45 +01:00