kaalibro
8fda68bbd2
fix: Prompt Syntax Highlighter
...
Fix wrong syntax highlights.
Add "BREAK" keyword.
Fix "numbers" regular expression so that they are not highlighted when they are part of a token.
Highlighting colors slightly revamped for better readability: a little more focus on the tokens.
2023-11-22 14:28:55 +06:00
kaalibro
e697df2ef7
Prompt Syntax Highlighter font sans-serif
2023-11-18 00:30:34 +06:00
kaalibro
0a9cefa674
UI fixes, minor refactoring
...
UI:
• Added more SVG icons with the ability to specify their size (necessary in some cases).
• Lightbox Modal redesigned, added as a new component 'lightboxModal'.
• Extensions styles added: ADetailer, ControlNet, Aspect Ratio selector, Inpaint Anything, Model Toolkit.
• Tools buttons now have proper width and do not take up extra space.
• Generation infotext simplified layout to improve readability.
• Extra Networks: removed unnecessary margin for tabnav items; background blur for card actions; fix for names word break.
• Metadata info: max width limited to 80% for better readability and to fix inability to close popup in some cases; font set to monospace.
• Theme Settings window: description line-height 1.3 for better readability.
• Quicksettings: items aligned more neatly; removed unnecessary 8px gap with the main working area.
• Styles editor popup: fix Styles dropdown label layout.
• PNG Info: full height image display.
• Global popup and Lightbox modal overlay unified look.
• txt2img, img2img settings controls and accordions layout fix.
• Token counters style slightly polished.
• Button transition set to '0.12s cubic-bezier'.
• Different colors for 'Skip' and 'Interrupt' buttons.
• New hover effect for generated images gallery item.
• Gallery min height increased to 470px.
• 'ETA' value placed to start of Progress bar.
• Increased WebUI Settings tab-nav width.
Code:
• Hardcoded buttons and font sizes replaced with vars for easier editing in 'tokens.ts' (if needed).
• Minor styles refactoring. A couple of unused classes removed.
2023-11-17 21:12:06 +06:00
canisminor1990
520ccee87d
📝 docs: Update syntax in docs
2023-11-16 11:00:31 +08:00
Array-Cats
2519988038
Update main.js
2023-11-06 14:29:19 +08:00
CanisMinor
e5f09d5770
💄 style: Fix Context Menu style
2023-10-23 10:02:54 +00:00
canisminor1990
98b3d86a92
💄 style: Update theme style
2023-10-19 16:11:39 +08:00
canisminor1990
75c1e99782
💄 style: Fix some style problem
2023-09-17 09:22:04 +08:00
canisminor1990
3fedffb87b
🔧 chore: Add .bunfig.toml
2023-09-13 14:00:06 +08:00
canisminor1990
f190c1a5aa
💄 style: Fix prompt higlight
2023-09-13 01:33:59 +08:00
canisminor1990
410c22f23f
🐛 fix: Fix build
2023-09-13 01:27:00 +08:00
semantic-release-bot
c003c62297
🔖 chore(release): v3.0.5 [skip ci]
...
### [Version 3.0.5](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.0.4...v3.0.5 )
<sup>Released on **2023-09-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix ci.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix ci ([45c831d ](https://github.com/lobehub/sd-webui-lobe-theme/commit/45c831d ))
</details>
<div align="right">
[](#readme-top)
</div>
2023-09-12 17:18:07 +00:00
canisminor1990
b630d9b0db
🐛 fix: Fix gradio group style [ fix #385 ]
2023-09-08 11:49:50 +08:00
canisminor1990
92432ed8dd
✨ feat: Fresh build [ #396 ]
2023-09-08 11:22:37 +08:00
canisminor1990
28036d85b9
📦 build: Fresh build [ #389 ]
2023-09-06 15:01:42 +08:00
canisminor1990
d83c49471a
🐛 fix: Fix build
2023-09-04 19:52:05 +08:00
semantic-release-bot
b32ed76074
🔖 chore(release): v3.0.2 [skip ci]
...
### [Version 3.0.2](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.0.1...v3.0.2 )
<sup>Released on **2023-09-04**</sup>
#### 🐛 Bug Fixes
- **split-view**: Fix split view style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **split-view**: Fix split view style ([f258eb0 ](https://github.com/lobehub/sd-webui-lobe-theme/commit/f258eb0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2023-09-04 09:38:54 +00:00
canisminor1990
f258eb0f5d
🐛 fix(split-view): Fix split view style
2023-09-04 17:34:29 +08:00
semantic-release-bot
cb5484879c
🔖 chore(release): v3.0.1 [skip ci]
...
### [Version 3.0.1](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.0.0...v3.0.1 )
<sup>Released on **2023-09-04**</sup>
#### 🐛 Bug Fixes
- **format**: Fix format button and preview sticky position.
- **hightlight**: Fix prompt highlight.
- **split-view**: Fix split view.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **format**: Fix format button and preview sticky position ([c320ec2 ](https://github.com/lobehub/sd-webui-lobe-theme/commit/c320ec2 ))
* **hightlight**: Fix prompt highlight ([a2698af ](https://github.com/lobehub/sd-webui-lobe-theme/commit/a2698af ))
* **split-view**: Fix split view ([f1d5ab2 ](https://github.com/lobehub/sd-webui-lobe-theme/commit/f1d5ab2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2023-09-04 08:46:46 +00:00
canisminor1990
f1d5ab205e
🐛 fix(split-view): Fix split view
2023-09-04 16:42:27 +08:00
canisminor1990
c320ec2982
🐛 fix(format): Fix format button and preview sticky position
2023-09-04 16:01:00 +08:00
canisminor1990
a2698af034
🐛 fix(hightlight): Fix prompt highlight
2023-09-04 15:41:33 +08:00
canisminor1990
76c3b08115
✨ feat(breaking-changes): Compatible with sd webui v1.6 [force major]
...
BREAKING CHANGES: `Lobe Theme v3` is compatible with `SD WebUI v1.6` and is not backwards compatible. Versions below `< 1.6` should be moved to the branch [legacy-sd-webui-1.5](https://github.com/lobehub/sd-webui-lobe-theme/tree/legacy-sd-webui-1.5 )
2023-09-01 00:19:24 +08:00
canisminor1990
e8ba039ff2
📦 build: Fresh build
2023-08-24 10:52:41 +08:00
canisminor1990
bb1627fe4d
♻️ refactor: Replace CDN
2023-08-15 19:51:39 +08:00
canisminor1990
fa4d296551
🐛 fix: Fix types and extranetworks button style
2023-08-03 23:06:53 +08:00
morizon
973783b572
fix: styles on prompt-all-in-one
2023-08-02 21:19:31 +08:00
canisminor1990
428b2f4f23
🐛 fix: Fix float sidebar hover action [ fix #306 ]
2023-07-25 16:44:56 +08:00
asCeo
46e8e28fcd
Fix Citvai Helper included for new WebUI
2023-07-23 10:59:14 +08:00
canisminor1990
8c6f9da5ee
💄 style(sidebar): Add `minWidth` to DraggablePanelContainer
2023-07-20 18:30:32 +08:00
canisminor1990
c220794967
♻️ refactor: Refactor store
2023-07-20 11:19:42 +08:00
canisminor1990
68ab3d2bd6
🔧 chore: Update
2023-07-20 01:03:21 +08:00
canisminor1990
9decee298a
🐛 fix: I18n load
2023-07-16 21:37:21 +08:00
canisminor1990
8753ef6369
♻️ refactor(i18n): Refactor i18n with api [ #270 ]
2023-07-16 13:55:51 +08:00
canisminor1990
d4c4a48e80
🐛 fix(highlight): fix prompt highlight bugs [#247,#245,#194]
2023-07-10 21:13:25 +08:00
canisminor1990
2b3193c8d6
🐛 fix(loading): fix loading [ #246 ]
2023-07-09 15:39:40 +08:00
canisminor1990
fddf831b99
🐛 fix(custom-logo): fix custom logo text warp [#244,#243]
2023-07-09 00:26:07 +08:00
canisminor1990
cb7f77e0f8
✨ feat(local-setting): add local setting support
2023-07-08 21:17:04 +08:00
canisminor1990
d46c23d693
🔧 chore: clean project
2023-07-06 15:04:46 +08:00
canisminor1990
de6f8eb84c
💄 style(giscus): update giscus style
2023-07-06 14:39:17 +08:00
canisminor1990
43bc9bfd59
🐛 fix: fix quicksetting sidebar default width
2023-07-06 10:42:25 +08:00
canisminor1990
9b8a51644b
🐛 fix(sidebar): fix defualt width when it is not expanded by default [ #230 ]
2023-07-06 00:11:26 +08:00
canisminor1990
05728b8fe5
✨ feat: support `PWA` progressive web app
2023-07-05 22:53:53 +08:00
canisminor1990
352fdac2ec
🔧 chore(vite): update vite config
2023-07-05 20:34:07 +08:00
canisminor1990
34547c4849
💄 style(highlight): fix highlight select color and support wildcards
2023-07-05 19:43:39 +08:00
canisminor1990
a198ffb85e
🐛 fix(giscus): fix giscus lang
2023-07-05 19:33:36 +08:00
canisminor1990
f147b11c07
🐛 fix: fix setting render [force patch]
2023-07-05 13:13:38 +08:00
canisminor1990
0e21b171d1
✨ feat(setting): add setting button in mobile mode [ #210 ]
2023-07-05 00:33:52 +08:00
canisminor1990
1792ff275a
🐛 fix(menu): fix menu not using all available space [ #219 ]
2023-07-04 19:00:54 +08:00
canisminor1990
a3505dcb9f
🐛 fix(typo): fix extra-network typo [ #220 ]
2023-07-04 18:41:05 +08:00