Commit Graph

144 Commits (44a543bdd5c76c8aacd88161c78f162d5058171c)

Author SHA1 Message Date
kaalibro 3b0a03749a
Undo 04895e9 to fix sticky header 2023-12-26 00:59:41 +06:00
canisminor1990 2abac2dce0 💄 style: Fix scroll layout and setting panel in mobile 2023-12-25 22:25:05 +08:00
kaalibro 04895e9cdd
🐛 fix: img2img Aspect Ratio Overlay (#497) 2023-12-23 03:38:39 +06:00
kaalibro ae35a5b67f
💄 style: Minor UI fixes
WebUI "Soft inpainting" and "Extra options" accordions layout.
ControlNet image controls margin.
2023-12-18 22:04:18 +06:00
canisminor1990 6add1f3978 feat(locale): Add tr_TR 2023-12-16 16:24:55 +08:00
kaalibro 75b009d81d
💄 style: Style fixes
Remove some conflicting '!important' CSS flags.
Make commas in Prompt Highlighter more prominent.
Add txt2img/img2img Extra options group/accordion styling.
Aspect Ratio extension style fixes.
Popup max-height fix.
2023-12-16 13:02:56 +06:00
kaalibro 52c08974a1
🐛 fix: Conflicts with WebUI localization (#439) (#492) 2023-12-16 14:21:25 +08:00
canisminor1990 3b5cde498f 🐛 fix: Fix ImageInfo render error 2023-12-16 01:22:39 +08:00
canisminor1990 1f8f85c797 💄 style: Fix Items are not highlighted in the list (#454) 2023-12-14 14:39:48 +08:00
canisminor1990 21be524659 🐛 fix: Fix PWA 2023-12-14 14:28:08 +08:00
canisminor1990 6d5d21f256 💄 style: Fix style 2023-12-13 00:12:19 +08:00
CanisMinor c376aa6c29
♻️ refactor: Refactor inject with react hook (#489)
* ♻️ refactor: Refactor inject with react hook

* ♻️ refactor: Refactor inject with react hook

* ♻️ refactor: Refactor inject
2023-12-12 23:50:23 +08:00
kaalibro 44a04bd894
🐛 fix: Fix Gallery "position: sticky" for mobile UI (#483)
Fix (#483)
Add src/styles/mobile.ts for media queries
2023-12-10 22:56:40 +06:00
kaalibro a32cdec8a2
🐛 fix: Fix img2img Gallery image auto height (#481) 2023-12-03 19:52:08 +06:00
kaalibro 56c172ff95
fix: PromptHighlight numbers and literal brackets regex 2023-12-01 03:45:28 +06:00
kaalibro 997532abf0
fix: Popup overlay
Popup:
- Overlay mask fix. Unified with "Settings" overlay.
- Removed ununsed style properties.
- Dialog window and user metadata card slightly wider.

Removed unused --grain from "tokens.ts"
2023-12-01 00:17:53 +06:00
canisminor1990 ffb74dc531 🐛 fix: Fix scrollbar in screenshot of share 2023-11-30 00:55:15 +08:00
canisminor1990 8b17a70e1a 🐛 fix: Fix ImageInfo reload (#474) 2023-11-29 18:04:06 +08:00
canisminor1990 03e67ba5b8 feat: Add new prompt editor 2023-11-29 16:29:08 +08:00
canisminor1990 88c8c9c658 🐛 fix: Fix feedback link 2023-11-29 12:09:57 +08:00
canisminor1990 3e0e9421a8 🐛 fix: Fix some style problem and image info bugs 2023-11-29 11:05:07 +08:00
kaalibro 345b873117
Rename "Reset" button to "Revert to default" 2023-11-28 19:55:13 +06:00
canisminor1990 a0734aeb13 feat: Add Share Image 2023-11-28 18:29:15 +08:00
canisminor1990 eda0dd46b9 💄 style: Update popup style 2023-11-28 15:08:25 +08:00
canisminor1990 d1d079b9d5 feat: Add ImageInfo modules 2023-11-28 14:29:21 +08:00
canisminor1990 c701c9f429 🐛 fix: Fix highlight trim 2023-11-27 15:53:04 +08:00
canisminor1990 ef5c03e3ac 👷 ci: Fix eslint style 2023-11-27 15:01:40 +08:00
canisminor1990 120ebe82ae 🐛 fix: Fix typo in setting (#470) 2023-11-27 14:52:55 +08:00
canisminor1990 7a6b37def9 💄 style: Add locales and improve devops 2023-11-23 23:30:52 +08:00
kaalibro 22a10fc24a
fix: PromptHighlight "number" regex to exlude numbers before words 2023-11-23 18:57:06 +06:00
canisminor1990 3cb2702ffb ♻️ refactor: Organize project file structure 2023-11-23 18:33:53 +08:00
kaalibro bd4631d28f
Add "main.js" 2023-11-22 19:26:54 +06:00
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">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#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&nbsp;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">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#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