awsr
24da36282e
Update extension table layout
...
- Use icons on Modern UI to better fit being in a narrow sidebar. (Full labels kept for Standard UI)
- Swap Status and Enabled columns.
- Improve status and enabled element spacing on Standard UI.
- Minor readability improvements to extension information.
- *Internal*: Add `if_modern()` function to `shared.py` to switch between two inputs depending on whether the Modern UI is being used or not.
2025-12-30 00:10:13 -08:00
awsr
e22f807f93
Update make_wrappable_html function
2025-12-29 23:45:20 -08:00
awsr
a5b7531d00
Update ui_symbols.py
...
- Fix wrong warning code in comment.
- Replace all instances of `currentColor` when stylizing.
- Enforce proper SVGSymbol usage.
2025-12-29 15:43:12 -08:00
awsr
69865cf620
Fix regex and lru_cache
2025-12-28 16:59:57 -08:00
awsr
811ff45f21
Set default svg_bullet display to block
2025-12-28 16:56:16 -08:00
awsr
e1a4331a21
Update configurable symbols
...
- Support additional properties.
- Cached values.
2025-12-28 16:55:55 -08:00
awsr
0a20b58170
Merge branch 'dev' into ext-table
2025-12-28 14:28:51 -08:00
awsr
5df4b093d3
Make seconds optional and only show them in logs
2025-12-28 14:25:36 -08:00
Disty0
5e934a12a2
sdnq cleanup unused args
2025-12-28 20:08:58 +03:00
Vladimir Mandic
8bbe0aa239
Merge pull request #4505 from awsr/time-fixes
...
Functionality update to extensions handling
2025-12-28 15:06:06 +01:00
Vladimir Mandic
a392e2ff73
Merge pull request #4504 from awsr/read-update
...
Add warning messages on type mismatch and fix default
2025-12-28 15:05:00 +01:00
awsr
5a9a5d4f68
Add word break tags to snake_case and camelCase names
...
Otherwise these are not normally considered word-wrapping points.
2025-12-28 04:22:21 -08:00
awsr
be954a9812
Use helper function
2025-12-28 03:21:28 -08:00
awsr
39e9bbed1b
Update message
...
Bad data message will be handled by a different update to `readfile`
2025-12-28 03:14:44 -08:00
awsr
7c01fd71de
Don't warn about file if not reading from a file
...
Leave that up to the other log messages
2025-12-28 03:10:22 -08:00
awsr
89fd729d74
Restore accidental deletion
2025-12-28 03:02:39 -08:00
awsr
66f55a7d7c
Better data handling
2025-12-28 02:59:51 -08:00
awsr
70081e0d74
Fix default value
2025-12-28 02:38:17 -08:00
awsr
691ace3543
Add warning messages
2025-12-28 02:25:43 -08:00
awsr
6761ebd2a7
Remove sending force argument
...
`git_fetch()` un-sets the `have_info_from_repo` flag so it's not needed
2025-12-28 02:01:20 -08:00
awsr
f1414b0d61
Update log message
2025-12-28 01:33:11 -08:00
awsr
96e9cdae31
Fix update availability logic
...
Bug that was hidden by the other bug that was fixed on this line. (See PR https://github.com/vladmandic/sdnext/pull/4501 )
2025-12-28 01:32:37 -08:00
awsr
885cbcd118
Finalize utility format and usage
...
- Renamed to `format_dt`
- Only show values in UTC and omit "UTC" display
2025-12-28 01:25:23 -08:00
awsr
4d3dfac0a0
Add timestamp-to-UTC datetime util
2025-12-28 00:10:35 -08:00
awsr
d05ad24309
Fix reversed logic
2025-12-27 18:51:40 -08:00
awsr
b25bfb6cba
More robust time string handling
2025-12-27 17:11:27 -08:00
awsr
214d84feea
Ensure information is actually updated
...
I'm assuming this is what was intended because otherwise there would be no reason to refresh information again after updating.
2025-12-27 16:44:20 -08:00
awsr
4bd9d20972
TZ-aware and time formatting
2025-12-27 16:44:19 -08:00
awsr
4649e7a865
Switch to type-safe file loading
2025-12-27 16:44:19 -08:00
awsr
1e4b1cbbae
Add helper functions
2025-12-27 16:44:19 -08:00
awsr
816d05b072
Use consistent default values/types
2025-12-27 16:44:19 -08:00
Disty0
259a38a2ed
fix sdnq lora
2025-12-27 23:07:53 +03:00
Disty0
b852ff42ef
SDNQ fix wrong fp8 mm type is set
2025-12-27 17:27:05 +03:00
Disty0
db59d2b507
SDNQ handle packed floats in fp mm
2025-12-27 16:29:18 +03:00
vladmandic
43079794c8
update changelog and wiki
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-27 09:26:43 +01:00
Vladimir Mandic
95eeeb614f
Merge pull request #4501 from awsr/time-fixes
...
Fix time comparison order
2025-12-27 08:50:28 +01:00
Vladimir Mandic
48dbda3e30
Merge pull request #4502 from awsr/ext-compat1
...
Add short version of checkpoint titles
2025-12-27 08:50:02 +01:00
awsr
2e1e141a39
Add short version of checkpoint titles
...
Fixes compatibility with some extensions, including updated adetailer.
2025-12-26 20:54:49 -08:00
Disty0
448e7b7735
replace the default fp6 type
2025-12-27 02:10:12 +03:00
awsr
39fc355d2f
Fix time comparison order
2025-12-26 15:08:42 -08:00
vladmandic
97f595a12a
Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev
2025-12-26 22:33:30 +01:00
vladmandic
fd50935ba7
update wiki
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-26 22:33:28 +01:00
Vladimir Mandic
9b891944b5
Merge pull request #4500 from awsr/js-import-fix
...
Fix incorrect variable check
2025-12-26 22:32:54 +01:00
Disty0
761fb82685
fix missing comma
2025-12-26 21:27:57 +03:00
Disty0
22b9e69a3e
cleanup whitespace
2025-12-26 21:18:56 +03:00
Disty0
fd6c89a626
cleanup
2025-12-26 21:16:55 +03:00
awsr
d58d109407
Fix incorrect variable check
2025-12-26 09:25:25 -08:00
Disty0
e7fa690321
cleanup
2025-12-26 20:10:55 +03:00
Disty0
4a4784eafa
SDNQ add new stack of custom floating point types and remove irrelevant qtypes from the ui list
2025-12-26 20:09:17 +03:00
Vladimir Mandic
6a2b7d37ab
Merge pull request #4499 from liutyi/dev
...
Qwen 2511, layered, Ovis. Chroma.1 new cover images
2025-12-26 17:13:10 +01:00