mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
fix typo and update kanvas
Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
@@ -113,6 +113,7 @@ For full details, see [ChangeLog](https://github.com/vladmandic/automatic/blob/m
|
||||
- ui: remove non-passive event listeners
|
||||
- ui: add debounce to ui updates
|
||||
- ui: utilize requestanimationframe for paint optimizations
|
||||
- ui: profile callbacks
|
||||
- **Fixes**
|
||||
- Prohibit `python==3.14` unless `--experimental`
|
||||
- UI CSS fixes, thanks @awsr
|
||||
|
||||
Submodule extensions-builtin/sdnext-kanvas updated: 86701f3933...5b29b3b6e1
@@ -395,7 +395,7 @@ def create_html(search_text, sort_column):
|
||||
ext['status'] = 0
|
||||
style = "style='cursor: help;width: 1rem;margin: 0.2em;'"
|
||||
if ext['url'] is None or ext['url'] == '':
|
||||
status = f"<div title='Local'>{ui_symbols.svg_bullet.style('#00C0FD')}</div>"
|
||||
status = f"<div {style} title='Local'>{ui_symbols.svg_bullet.style('#00C0FD')}</div>"
|
||||
elif ext['status'] > 0:
|
||||
if ext['status'] == 1:
|
||||
status = f"<div {style} title='Verified'>{ui_symbols.svg_bullet.style('#00FD9C')}</div>"
|
||||
|
||||
Reference in New Issue
Block a user