b313cf8afd
Add Symmetry Settings
2023-02-21 02:27:55 +13:00
79ac9698c1
build: webui-bug-fixes
2023-02-20 05:28:52 +13:00
d29f57c93d
fix: Keep the first accordion open by default on reset
...
We need to do this now because we are using multiple accordions.
2023-02-20 05:26:48 +13:00
9b7cde8918
fix: Fullscreen Hotkey Bug
...
After upgrading the deps, the full screen hotkey started to bug out. I believe this was happening because it was triggered in two different components causing it to run twice. Removed it from both floating buttons and moved it to the Invoke tab. Makes sense to keep it there as it is a global hotkey.
2023-02-20 05:20:51 +13:00
8ae71303a5
fix: Cancel Button not maintaining min height
...
After the recent changes the Cancel button wasn't maintaining min height in floating mode. Also the new button group was not scaling in width correctly on the Canvas Beta UI. Fixed both.
2023-02-20 05:18:37 +13:00
2bba543d20
Merge branch 'main' into chore/ui/update-deps
2023-02-20 04:13:47 +13:00
487da8394d
translationBot(ui): update translation (French)
...
Currently translated at 85.4% (398 of 466 strings)
Co-authored-by: psychedelicious <mabianfu@icloud.com >
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/fr/
Translation: InvokeAI/Web UI
2023-02-19 13:00:55 +01:00
4c93bc56f8
translationBot(ui): update translation (Italian)
...
Currently translated at 100.0% (466 of 466 strings)
Co-authored-by: Riccardo Giovanetti <riccardo.giovanetti@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/
Translation: InvokeAI/Web UI
2023-02-19 13:00:55 +01:00
727dfeae43
translationBot(ui): update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/
Translation: InvokeAI/Web UI
2023-02-19 13:00:55 +01:00
88d561dee7
chore(ui): build frontend
2023-02-19 22:32:05 +11:00
7a379f1d4f
chore(ui): update deps
...
- Upgraded all dependencies
- Removed beta TS 5.0 as it conflicted with some packages
- Added types for `Array.prototype.findLast` and `Array.prototype.findLastIndex` (these definitions are provided in TS 5.0
- Fixed fixed type import syntax in a few components
- Re-patched `redux-deep-persist` and tested to ensure the patch still works
2023-02-19 22:32:05 +11:00
3ad89f99d2
build(ui): fix husky & lint-staged
2023-02-19 22:32:00 +11:00
234d76a269
build: webui-model-manager-lag-fix
2023-02-19 15:25:14 +13:00
826d941068
fix: Fix Model Manager Modal Lag
...
By hacking in a fake delay to load the list.
2023-02-19 15:23:25 +13:00
e8240855e0
chore(ui): build frontend
2023-02-19 12:18:40 +11:00
a5e065048e
feat(ui): persist blacklist cancelAfter
2023-02-19 11:53:52 +11:00
a53c3269db
build: cancel-after-iteration-webui
2023-02-19 13:30:15 +13:00
8bf93d3a32
Isolate Cancel Button Menu Styling
2023-02-19 13:23:04 +13:00
d42cc0fd1c
Port Cancel Button Options Menu to New Component
2023-02-19 13:18:03 +13:00
d2553d783c
Add IAISimpleMenu Component
2023-02-19 13:17:45 +13:00
10b747d22b
Run yarn build once more due to merge
2023-02-18 14:45:00 -08:00
1d567fa593
Merge branch 'main' into scheduled-cancel
2023-02-18 14:43:05 -08:00
f4b3d7dba2
fix(ui): add useSlidersForAll string
2023-02-19 09:12:14 +11:00
de2c7fd372
translationBot(ui): update translation (Italian)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: InvokeAI/Web UI
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/
2023-02-19 09:05:01 +11:00
b140e1c619
translationBot(ui): update translation (English)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/en/
Translation: InvokeAI/Web UI
2023-02-19 09:05:01 +11:00
1308584289
translationBot(ui): update translation (Italian)
...
Currently translated at 100.0% (459 of 459 strings)
Co-authored-by: Riccardo Giovanetti <riccardo.giovanetti@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/
Translation: InvokeAI/Web UI
2023-02-19 09:05:01 +11:00
2ac4778bcf
Fix broken translation string location in Scheduled Cancel
2023-02-18 13:51:53 -08:00
6101d67dba
Post-merge cleanup
2023-02-18 13:35:33 -08:00
3cd50fe3a1
Merge branch 'main' into scheduled-cancel
2023-02-18 13:30:45 -08:00
e683b574d1
Change scheduled send to be as part of context for Cancel button
2023-02-18 13:23:58 -08:00
41cbf2f7c4
Merge branch 'main' into feat/ui/fix-translations
2023-02-19 03:50:35 +13:00
68b2911d2f
Fixed grammar in "other options" feature tooltip
2023-02-18 11:58:33 +01:00
58676b2ce2
fix(ui): fix translation files
2023-02-18 19:08:46 +11:00
2a095ddc8e
build: localization-bug-fixes
2023-02-18 19:35:39 +13:00
dd849d2e91
Fix Localization Porting Bugs
2023-02-18 19:32:55 +13:00
4f78518858
chore(ui): build frontend
2023-02-18 15:26:24 +11:00
423b592b25
feat(ui): set up for weblate translation
2023-02-18 15:26:04 +11:00
248dc81ec3
build: [WebUI] model-merge
2023-02-18 10:18:29 +13:00
ebe0071ed2
feat: [WebUI] Model Merging
2023-02-18 10:13:56 +13:00
d0ba155c19
chore(ui): build frontend
2023-02-17 19:54:36 +11:00
5f0848bf7d
feat(ui): add all-sliders option
2023-02-17 19:53:44 +11:00
e07f1bb89c
build frontend
2023-02-16 21:33:47 +01:00
f4f813d108
design: smooth progress bar animations
2023-02-16 21:33:47 +01:00
ff4942f9b4
Merge branch 'main' into pr/2058
2023-02-17 01:05:20 +13:00
19f0022bbe
build: lint/format ignores stats.html
2023-02-16 20:02:52 +11:00
ecc7b7a700
builds frontend
2023-02-16 19:54:38 +11:00
e46102124e
[WebUI] Even off JSX string props
...
Increased consistency and readability by replacing any unnecessary JSX expressions in places where string literals are sufficient
2023-02-16 19:54:25 +11:00
fb721234ec
final build (webui-model-conversion)
2023-02-16 09:32:54 +13:00
92906aeb08
Merge branch 'main' into webui-model-conversion
2023-02-16 09:31:28 +13:00
5d0dcaf81e
Fix typo and Hi-Res Bug
2023-02-15 13:06:31 +01:00