1
0
mirror of https://github.com/vladmandic/sdnext.git synced 2026-01-27 15:02:48 +03:00

1184 Commits

Author SHA1 Message Date
awsr
9d8119b6ab Fix/update browser cache behavior
It was partially ignoring the setting and writing to cache anyway.
2025-12-09 19:23:16 -08:00
awsr
6ef6c4c891 Allow for explicit null response
Fixes constant spam to browser console from every fetch request
2025-12-04 15:35:23 -08:00
awsr
e1c05b0e91 Improve standard theme compatibility 2025-12-04 04:56:59 -08:00
awsr
a322186650 Improve rendering on non-modern UI 2025-12-04 04:18:31 -08:00
awsr
6cff06eafe Improve layout of gallery status info 2025-12-04 03:58:50 -08:00
awsr
489db27210 Fix GalleryFolder rendering for long paths 2025-12-04 03:56:56 -08:00
awsr
78e8bff46f Reposition setting lastSortName
Makes more sense to use the provided catch-all that's part of switch...case
2025-12-04 03:24:11 -08:00
awsr
28144d83e4 Better rendering of long path names 2025-12-03 21:16:38 -08:00
Vladimir Mandic
16cdef5a6c Merge pull request #4441 from CalamitousFelicitousness/fix/vqa-minor-improvements
Fix/vqa minor improvements
2025-12-03 19:18:16 +01:00
awsr
955759a4cd Set minimum display time for message 2025-12-02 19:26:30 -08:00
awsr
c771b82ad9 Improve look of cleanup overlay 2025-12-02 17:55:59 -08:00
awsr
2c288b651a Remove need for timeout failsafe
All the failure routes should either:
- Get far enough along to not leave checked values unable to reach the finished state...
- or all be tied into the same AbortController so everything aborts together.

... I think...
2025-12-02 16:29:20 -08:00
CalamitousFelicitousness
766cb49928 feat(ui): add vision and reasoning symbols, fix dropdown fonts
Add new Font Awesome symbols for model capability indicators:
- vision symbol (eye icon) for vision-capable VLM models
- reasoning symbol (lightbulb icon) for thinking/reasoning models

Also fix dropdown font styling by adding NotoSans font-family.
2025-12-02 21:43:13 +00:00
vladmandic
44b461cdf7 fix xhr object auth
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-02 10:59:18 +01:00
vladmandic
39bced0987 Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev 2025-12-02 10:40:31 +01:00
vladmandic
175201a72f fix progress auth
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-02 10:38:17 +01:00
awsr
e986f5638e Update initGallery position to wait for opts 2025-12-01 20:19:06 -08:00
awsr
75dc851d1c Fix incorrect syntax 2025-12-01 17:49:00 -08:00
awsr
e1febfd92c Logging adjustment 2025-12-01 16:45:23 -08:00
awsr
9ae7c1a7c7 Generalize the SimpleFunctionQueue class 2025-12-01 16:20:23 -08:00
awsr
766aa6c728 Change from ternary to make things easier to read 2025-12-01 15:55:40 -08:00
awsr
8fa791a22f Remove extra parentheses
Looks like they snuck in when refactoring to inline declaration.
2025-12-01 05:26:06 -08:00
awsr
6cab50e584 Overhaul custom element styling
Large performance improvement due to only needing a single style source instead of creating and parsing thousands of style elements.
2025-12-01 05:18:23 -08:00
awsr
35cd563c7d Minor rename and logic adjustment
Only add to the hashes Set when guard is in place.
2025-11-30 22:59:26 -08:00
awsr
b25cf56181 Rename and remove redundant logic 2025-11-30 22:05:14 -08:00
awsr
143558df4b Fix typo and missing return 2025-11-30 22:02:03 -08:00
awsr
a1f6611da2 Fix typo and change log level 2025-11-30 21:57:59 -08:00
awsr
d458ff1073 Change timeout handling to act as just a failsafe 2025-11-30 21:57:45 -08:00
awsr
b4e5db478f Merge updated gallery maintenance system (#3)
* Add eslint rule for class members
* Finalize gallery maintenance system
  - Adds a simple function queue in lieu of the Web Locks API in order to work in the (probably unlikely) event that SD.Next is accessed over regular HTTP but not from localhost.
  - Removes overlay message progress update since it's incompatible with the new method.
2025-11-30 21:27:56 -08:00
awsr
29a4793302 Much faster performance for normal runs
- May result in the initial run being slower in some circumstances.
2025-11-29 03:19:33 -08:00
awsr
c3986172d5 Don't run on error 2025-11-29 01:09:43 -08:00
awsr
eb4f4c683c Improve error handling 2025-11-28 14:26:03 -08:00
awsr
1b5295dd5e Remove redundant check 2025-11-28 13:37:48 -08:00
awsr
9ceed935ce Naming changes and additional check 2025-11-28 13:21:24 -08:00
awsr
8bf7fb50ed Restore accidental line deletion 2025-11-27 20:27:47 -08:00
awsr
7e2bf5eb13 Update JSDoc 2025-11-27 19:30:44 -08:00
awsr
8197cbefaa Update names/info and ensure folder is string 2025-11-27 18:34:11 -08:00
awsr
d7ddc953b9 Switch to folder-based database cleanup 2025-11-26 22:13:58 -08:00
vladmandic
0da06b642a fix networks refresh
Signed-off-by: vladmandic <mandic00@live.com>
2025-11-25 10:35:47 -05:00
awsr
691339773e [hotfix] Fix cache clearing when switching folders (#4421)
* Update submodules

* Revert "Update submodules"

This reverts commit 1679ddeeea.

* Fix cache clearing when switching folders

This is more of a temporary hotfix since it will affect switching between gallery folders quickly and it'll kick off when viewing small folders.
2025-11-25 09:58:45 -05:00
awsr
8cceb12085 Minor margin adjustments
Makes it less likely for elements to overflow on mobile UI.
2025-11-24 18:34:02 -08:00
vladmandic
d89ccf5ba8 linting
Signed-off-by: vladmandic <mandic00@live.com>
2025-11-23 13:23:16 -05:00
awsr
412d857e73 Minor code layout adjustment 2025-11-22 16:18:37 -08:00
awsr
1b4bdda3a2 Add function documentation 2025-11-22 15:53:13 -08:00
awsr
538cad1aad Simplify init
- Doesn't need advanced handling anymore because the overlay is now fully dynamic.
2025-11-22 15:15:41 -08:00
awsr
7caba3287f Reorganize functions for readability 2025-11-22 15:11:46 -08:00
awsr
43de9f98e3 Improve overlay function
- Rename variables to be more descriptive.
- Change run threshold to 500.
- Make overlay fully dynamic.
2025-11-22 15:09:07 -08:00
awsr
b476a31e71 Update error handling and logging 2025-11-22 14:34:12 -08:00
awsr
cfae4a5f1f Show blocking overlay when running cleanup 2025-11-22 05:19:15 -08:00
awsr
6f15a04fe0 Simpler method for getting key count 2025-11-21 05:29:48 -08:00