Commit Graph

601 Commits (main)

Author SHA1 Message Date
canisminor1990 db11c1649e 💄 style: Update i18n 2023-11-28 15:16:47 +08:00
semantic-release-bot 7a6ea32d93 🔖 chore(release): v3.1.1 [skip ci]
### [Version 3.1.1](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.1.0...v3.1.1)
<sup>Released on **2023-11-28**</sup>

#### 💄 Styles

- **misc**: Update popup style.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **misc**: Update popup style ([eda0dd4](https://github.com/lobehub/sd-webui-lobe-theme/commit/eda0dd4))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
2023-11-28 07:09:10 +00:00
canisminor1990 eda0dd46b9 💄 style: Update popup style 2023-11-28 15:08:25 +08:00
semantic-release-bot 193ce95da9 🔖 chore(release): v3.1.0 [skip ci]
## [Version&nbsp;3.1.0](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.0.15...v3.1.0)
<sup>Released on **2023-11-28**</sup>

####  Features

- **misc**: Add ImageInfo modules.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Add ImageInfo modules ([d1d079b](https://github.com/lobehub/sd-webui-lobe-theme/commit/d1d079b))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
2023-11-28 06:33:34 +00:00
CanisMinor e35d7c5100
Merge pull request #472 from lobehub/feat/image-info
 feat: Add ImageInfo modules
2023-11-28 14:33:01 +08:00
CanisMinor 5b5061d876
Merge branch 'main' into feat/image-info 2023-11-28 14:31:42 +08:00
canisminor1990 d1d079b9d5 feat: Add ImageInfo modules 2023-11-28 14:29:21 +08:00
semantic-release-bot 7289b7472f 🔖 chore(release): v3.0.15 [skip ci]
### [Version&nbsp;3.0.15](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.0.14...v3.0.15)
<sup>Released on **2023-11-27**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix highlight trim.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix highlight trim ([c701c9f](https://github.com/lobehub/sd-webui-lobe-theme/commit/c701c9f))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
2023-11-27 07:54:13 +00: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
semantic-release-bot e5bfa3cb16 🔖 chore(release): v3.0.14 [skip ci]
### [Version&nbsp;3.0.14](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.0.13...v3.0.14)
<sup>Released on **2023-11-27**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix typo in setting.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix typo in setting, closes [#470](https://github.com/lobehub/sd-webui-lobe-theme/issues/470) ([120ebe8](https://github.com/lobehub/sd-webui-lobe-theme/commit/120ebe8))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
2023-11-27 06:54:28 +00:00
canisminor1990 120ebe82ae 🐛 fix: Fix typo in setting (#470) 2023-11-27 14:52:55 +08:00
canisminor1990 063300964a 🔧 chore: Update ISSUE_TEMPLATE 2023-11-24 00:14:20 +08:00
canisminor1990 96cf06aae2 🔧 chore: Update ISSUE_TEMPLATE 2023-11-24 00:07:57 +08:00
semantic-release-bot 9c6eea3235 🔖 chore(release): v3.0.13 [skip ci]
### [Version&nbsp;3.0.13](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.0.12...v3.0.13)
<sup>Released on **2023-11-23**</sup>

#### 💄 Styles

- **misc**: Add locales and improve devops, Add locales and improve devops.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **misc**: Add locales and improve devops ([7a6b37d](https://github.com/lobehub/sd-webui-lobe-theme/commit/7a6b37d))
* **misc**: Add locales and improve devops ([a03f1b3](https://github.com/lobehub/sd-webui-lobe-theme/commit/a03f1b3))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
2023-11-23 15:32:38 +00:00
canisminor1990 7a6b37def9 💄 style: Add locales and improve devops 2023-11-23 23:30:52 +08:00
canisminor1990 a03f1b3bfb 💄 style: Add locales and improve devops 2023-11-23 23:28:08 +08:00
kaalibro 361ae84698
Merge pull request #466 from kaalibro/syntax-highlighter-num-regex
fix: PromptHighlight "number" regex to exlude numbers before words
2023-11-23 19:13:58 +06:00
kaalibro 22a10fc24a
fix: PromptHighlight "number" regex to exlude numbers before words 2023-11-23 18:57:06 +06:00
canisminor1990 ea7a3bff0f 🔧 chore: Fix typo 2023-11-23 19:53:41 +08:00
canisminor1990 7af7d63614 🔧 chore: Update i18n config 2023-11-23 18:42:36 +08:00
canisminor1990 e4f52b63c8 🔧 chore: Update i18n config 2023-11-23 18:41:13 +08:00
semantic-release-bot 8363b97432 🔖 chore(release): v3.0.12 [skip ci]
### [Version&nbsp;3.0.12](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.0.11...v3.0.12)
<sup>Released on **2023-11-23**</sup>

#### ♻ Code Refactoring

- **misc**: Organize project file structure.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Code refactoring

* **misc**: Organize project file structure ([3cb2702](https://github.com/lobehub/sd-webui-lobe-theme/commit/3cb2702))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
2023-11-23 10:35:33 +00:00
canisminor1990 3cb2702ffb ♻️ refactor: Organize project file structure 2023-11-23 18:33:53 +08:00
CanisMinor 4fe87e38ea
📝 docs: Update README.md 2023-11-23 01:08:48 +08:00
CanisMinor e2d39379b6
Merge pull request #465 from kaalibro/confirm-page-unload
feat: Confirm page unload
2023-11-23 01:07:12 +08:00
kaalibro bd4631d28f
Add "main.js" 2023-11-22 19:26:54 +06:00
kaalibro 4ee61313f8
Merge branch 'lobehub:main' into confirm-page-unload 2023-11-22 18:36:13 +06:00
CanisMinor cae4fe5fc3
Merge pull request #463 from kaalibro/syntax-highlighter
fix: Prompt Syntax Highlighter
2023-11-22 19:22:10 +08: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 73445573c4
feat: Add "Confirmation on page leaving" option 2023-11-19 02:28:48 +06:00
semantic-release-bot f860bffdde 🔖 chore(release): v3.0.11 [skip ci]
### [Version&nbsp;3.0.11](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.0.10...v3.0.11)
<sup>Released on **2023-11-18**</sup>

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
2023-11-18 05:14:48 +00:00
CanisMinor e2256f8711
🔨 chore: Update package.json [force patch] 2023-11-18 13:14:13 +08:00
CanisMinor 3dc9e4b040
Merge pull request #459 from lobehub/dev
💄 style: Merge UI fixes, minor refactoring @kaalibro (#458)
2023-11-18 13:11:39 +08:00
CanisMinor 49b6652aa9
Merge pull request #458 from kaalibro/patch-1
UI fixes, minor refactoring
2023-11-18 12:41:57 +08: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
CanisMinor 2daeaa3772
📝 docs: Update README.md [skip ci] 2023-11-16 15:32:10 +08:00
CanisMinor da3dfefa69
📝 docs: Update README.md [skip ci] 2023-11-16 15:31:46 +08:00
canisminor1990 520ccee87d 📝 docs: Update syntax in docs 2023-11-16 11:00:31 +08:00
CanisMinor 0ee4ca036b
🔧 chore: Update workflow 2023-11-16 10:24:51 +08:00
CanisMinor bcb312e480
🔧 chore: Update github actions 2023-11-08 03:45:11 +00:00
CanisMinor 454bd5c4f4
Merge pull request #451 from Array-Cats/main
civitaiHelperFix.ts 错误修正
2023-11-07 12:19:28 +08:00
Array-Cats eb08e7153e Update civitaiHelperFix.ts 2023-11-06 20:01:35 +08:00
Array-Cats 2519988038 Update main.js 2023-11-06 14:29:19 +08:00
CanisMinor 51acc6e77e
🔧 chore: Create pr-welcome.yml [skip ci] 2023-10-26 16:27:56 +08:00
CanisMinor 4e55028ef8
Merge pull request #448 from agora-coffee/patch-4
Update options.json
2023-10-24 18:31:01 +08:00
CanisMinor b02e219a12
Merge pull request #447 from agora-coffee/patch-3
Create es_ES.json
2023-10-24 18:30:40 +08:00
Agora f1009088e6
Update options.json
Spanish included
2023-10-24 11:25:02 +02:00
Agora cf85dea07f
Create es_ES.json
Spanish version
2023-10-24 11:22:32 +02:00