Commit Graph

551 Commits (052d4f0a935e94781bb9d8007f61878f0d9b25e2)

Author SHA1 Message Date
kaalibro 052d4f0a93
Merge pull request #493 from kaalibro/fix/styles
💄 style: Style fixes
2023-12-16 13:07:41 +06: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
semantic-release-bot 23e13358cc 🔖 chore(release): v3.3.10 [skip ci]
### [Version 3.3.10](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.3.9...v3.3.10)
<sup>Released on **2023-12-15**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix ImageInfo render error.

<br/>

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

#### What's fixed

* **misc**: Fix ImageInfo render error ([3b5cde4](https://github.com/lobehub/sd-webui-lobe-theme/commit/3b5cde4))

</details>

<div align="right">

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

</div>
2023-12-15 17:24:42 +00:00
canisminor1990 3b5cde498f 🐛 fix: Fix ImageInfo render error 2023-12-16 01:22:39 +08:00
semantic-release-bot c95e929289 🔖 chore(release): v3.3.9 [skip ci]
### [Version&nbsp;3.3.9](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.3.8...v3.3.9)
<sup>Released on **2023-12-14**</sup>

#### 💄 Styles

- **misc**: Fix Items are not highlighted in the list.

<br/>

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

#### Styles

* **misc**: Fix Items are not highlighted in the list, closes [#454](https://github.com/lobehub/sd-webui-lobe-theme/issues/454) ([1f8f85c](https://github.com/lobehub/sd-webui-lobe-theme/commit/1f8f85c))

</details>

<div align="right">

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

</div>
2023-12-14 06:41:08 +00:00
canisminor1990 1f8f85c797 💄 style: Fix Items are not highlighted in the list (#454) 2023-12-14 14:39:48 +08:00
semantic-release-bot 805c0b41ba 🔖 chore(release): v3.3.8 [skip ci]
### [Version&nbsp;3.3.8](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.3.7...v3.3.8)
<sup>Released on **2023-12-14**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix PWA.

<br/>

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

#### What's fixed

* **misc**: Fix PWA ([21be524](https://github.com/lobehub/sd-webui-lobe-theme/commit/21be524))

</details>

<div align="right">

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

</div>
2023-12-14 06:29:20 +00:00
canisminor1990 21be524659 🐛 fix: Fix PWA 2023-12-14 14:28:08 +08:00
semantic-release-bot 3180c408af 🔖 chore(release): v3.3.7 [skip ci]
### [Version&nbsp;3.3.7](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.3.6...v3.3.7)
<sup>Released on **2023-12-12**</sup>

#### 💄 Styles

- **misc**: Fix style.

<br/>

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

#### Styles

* **misc**: Fix style ([6d5d21f](https://github.com/lobehub/sd-webui-lobe-theme/commit/6d5d21f))

</details>

<div align="right">

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

</div>
2023-12-12 16:13:36 +00:00
canisminor1990 6d5d21f256 💄 style: Fix style 2023-12-13 00:12:19 +08:00
semantic-release-bot 8a9ed3282d 🔖 chore(release): v3.3.6 [skip ci]
### [Version&nbsp;3.3.6](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.3.5...v3.3.6)
<sup>Released on **2023-12-12**</sup>

#### ♻ Code Refactoring

- **misc**: Refactor inject with react hook.

<br/>

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

#### Code refactoring

* **misc**: Refactor inject with react hook, closes [#489](https://github.com/lobehub/sd-webui-lobe-theme/issues/489) ([c376aa6](https://github.com/lobehub/sd-webui-lobe-theme/commit/c376aa6))

</details>

<div align="right">

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

</div>
2023-12-12 15:51:04 +00: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
semantic-release-bot d864e39ce0 🔖 chore(release): v3.3.5 [skip ci]
### [Version&nbsp;3.3.5](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.3.4...v3.3.5)
<sup>Released on **2023-12-10**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix Gallery "position: sticky" for mobile UI.

<br/>

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

#### What's fixed

* **misc**: Fix Gallery "position: sticky" for mobile UI, closes [#483](https://github.com/lobehub/sd-webui-lobe-theme/issues/483) [#483](https://github.com/lobehub/sd-webui-lobe-theme/issues/483) ([44a04bd](https://github.com/lobehub/sd-webui-lobe-theme/commit/44a04bd))

</details>

<div align="right">

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

</div>
2023-12-10 17:10:43 +00:00
kaalibro 160a63da88
Merge pull request #486 from kaalibro/mobile-ui
🐛 fix: Gallery "position: sticky" for mobile UI (#483)
2023-12-10 23:09:57 +06:00
kaalibro bfea82f07c
Merge branch 'lobehub:main' into mobile-ui 2023-12-10 22:59:40 +06: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
canisminor1990 d0cad5f9e3 📝 docs: Add sponsor avatar list 2023-12-06 21:17:18 +08:00
CanisMinor 4c16147f2f
Merge pull request #480 from lobehub/renovate/jsdom-23.x
Update dependency jsdom to v23
2023-12-05 10:48:07 +08:00
semantic-release-bot cbefb3c2ef 🔖 chore(release): v3.3.4 [skip ci]
### [Version&nbsp;3.3.4](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.3.3...v3.3.4)
<sup>Released on **2023-12-03**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix img2img Gallery image auto height.

<br/>

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

#### What's fixed

* **misc**: Fix img2img Gallery image auto height, closes [#481](https://github.com/lobehub/sd-webui-lobe-theme/issues/481) ([a32cdec](https://github.com/lobehub/sd-webui-lobe-theme/commit/a32cdec))

</details>

<div align="right">

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

</div>
2023-12-03 14:02:50 +00:00
kaalibro e5bb47e3ed
Merge pull request #482 from kaalibro/dev
🐛 fix: Fix img2img Gallery image auto height (#481)
2023-12-03 20:02:16 +06:00
kaalibro a32cdec8a2
🐛 fix: Fix img2img Gallery image auto height (#481) 2023-12-03 19:52:08 +06:00
canisminor1990 aa4befd31c 📝 docs: Update README 2023-12-03 14:52:47 +08:00
canisminor1990 43b404475f 📝 docs: Update README 2023-12-03 14:50:42 +08:00
renovate[bot] 8b979031bc
Update dependency jsdom to v23 2023-12-03 00:24:23 +00:00
kaalibro 25e0078af7
Merge pull request #478 from kaalibro/regex-fix
fix: PromptHighlight numbers and literal brackets regex
2023-12-01 03:51:40 +06:00
kaalibro 56c172ff95
fix: PromptHighlight numbers and literal brackets regex 2023-12-01 03:45:28 +06:00
kaalibro b3e7d71116
Merge pull request #477 from kaalibro/dev
fix: Popup overlay
2023-12-01 00:26: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 88c049f6fc 📝 docs: Update README 2023-11-30 14:29:39 +08:00
canisminor1990 e026950756 📝 docs: Update README 2023-11-30 14:23:38 +08:00
canisminor1990 6c94f42f98 📝 docs: Update README 2023-11-30 14:12:37 +08:00
semantic-release-bot 27176151ac 🔖 chore(release): v3.3.3 [skip ci]
### [Version&nbsp;3.3.3](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.3.2...v3.3.3)
<sup>Released on **2023-11-29**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix scrollbar in screenshot of share.

<br/>

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

#### What's fixed

* **misc**: Fix scrollbar in screenshot of share ([ffb74dc](https://github.com/lobehub/sd-webui-lobe-theme/commit/ffb74dc))

</details>

<div align="right">

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

</div>
2023-11-29 16:56:03 +00:00
canisminor1990 ffb74dc531 🐛 fix: Fix scrollbar in screenshot of share 2023-11-30 00:55:15 +08:00
semantic-release-bot 8f8360c762 🔖 chore(release): v3.3.2 [skip ci]
### [Version&nbsp;3.3.2](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.3.1...v3.3.2)
<sup>Released on **2023-11-29**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix encoding.

<br/>

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

#### What's fixed

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

</details>

<div align="right">

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

</div>
2023-11-29 16:03:06 +00:00
canisminor1990 a308dabda1 🐛 fix: Fix encoding 2023-11-30 00:01:12 +08:00
semantic-release-bot b0bc847587 🔖 chore(release): v3.3.1 [skip ci]
### [Version&nbsp;3.3.1](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.3.0...v3.3.1)
<sup>Released on **2023-11-29**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix ImageInfo reload.

<br/>

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

#### What's fixed

* **misc**: Fix ImageInfo reload, closes [#474](https://github.com/lobehub/sd-webui-lobe-theme/issues/474) ([8b17a70](https://github.com/lobehub/sd-webui-lobe-theme/commit/8b17a70))

</details>

<div align="right">

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

</div>
2023-11-29 10:06:24 +00:00
canisminor1990 8b17a70e1a 🐛 fix: Fix ImageInfo reload (#474) 2023-11-29 18:04:06 +08:00
semantic-release-bot 4be9f3634f 🔖 chore(release): v3.3.0 [skip ci]
## [Version&nbsp;3.3.0](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.2.2...v3.3.0)
<sup>Released on **2023-11-29**</sup>

####  Features

- **misc**: Add new prompt editor.

<br/>

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

#### What's improved

* **misc**: Add new prompt editor ([03e67ba](https://github.com/lobehub/sd-webui-lobe-theme/commit/03e67ba))

</details>

<div align="right">

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

</div>
2023-11-29 08:30:04 +00:00
canisminor1990 03e67ba5b8 feat: Add new prompt editor 2023-11-29 16:29:08 +08:00
CanisMinor d2ec3745f0
Delete .env 2023-11-29 13:04:06 +08:00
semantic-release-bot bfd325cdab 🔖 chore(release): v3.2.2 [skip ci]
### [Version&nbsp;3.2.2](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.2.1...v3.2.2)
<sup>Released on **2023-11-29**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix feedback link.

<br/>

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

#### What's fixed

* **misc**: Fix feedback link ([88c8c9c](https://github.com/lobehub/sd-webui-lobe-theme/commit/88c8c9c))

</details>

<div align="right">

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

</div>
2023-11-29 04:11:22 +00:00
canisminor1990 88c8c9c658 🐛 fix: Fix feedback link 2023-11-29 12:09:57 +08:00
semantic-release-bot 7035737dbc 🔖 chore(release): v3.2.1 [skip ci]
### [Version&nbsp;3.2.1](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.2.0...v3.2.1)
<sup>Released on **2023-11-29**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix some style problem and image info bugs.

<br/>

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

#### What's fixed

* **misc**: Fix some style problem and image info bugs ([3e0e942](https://github.com/lobehub/sd-webui-lobe-theme/commit/3e0e942))

</details>

<div align="right">

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

</div>
2023-11-29 03:06:32 +00:00
canisminor1990 3e0e9421a8 🐛 fix: Fix some style problem and image info bugs 2023-11-29 11:05:07 +08:00
CanisMinor ab55147502
Merge pull request #475 from kaalibro/revert-default-button
Rename "Reset" button to "Revert to default"
2023-11-28 22:50:08 +08:00
kaalibro 345b873117
Rename "Reset" button to "Revert to default" 2023-11-28 19:55:13 +06:00
semantic-release-bot c9c1bf5123 🔖 chore(release): v3.2.0 [skip ci]
## [Version&nbsp;3.2.0](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.1.2...v3.2.0)
<sup>Released on **2023-11-28**</sup>

####  Features

- **misc**: Add Share Image.

<br/>

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

#### What's improved

* **misc**: Add Share Image ([a0734ae](https://github.com/lobehub/sd-webui-lobe-theme/commit/a0734ae))

</details>

<div align="right">

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

</div>
2023-11-28 10:30:41 +00:00
canisminor1990 a0734aeb13 feat: Add Share Image 2023-11-28 18:29:15 +08:00
semantic-release-bot f0897da4ee 🔖 chore(release): v3.1.2 [skip ci]
### [Version&nbsp;3.1.2](https://github.com/lobehub/sd-webui-lobe-theme/compare/v3.1.1...v3.1.2)
<sup>Released on **2023-11-28**</sup>

#### 💄 Styles

- **misc**: Update i18n.

<br/>

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

#### Styles

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

</details>

<div align="right">

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

</div>
2023-11-28 07:17:50 +00:00