Skip to content

Commit

Permalink
Improve mobile color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 17, 2024
1 parent 4c4198a commit 1639801
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 78 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

<!--ENTER CHANGELOG HERE-->

## 2.2.3-rc.1 (2024-12-16)

<!--ENTER CHANGELOG HERE-->

## 2.2.3-rc.1 (2024-12-16)

* Improve template dialog
* Add override tools in context menu
* Add information button
Expand Down Expand Up @@ -36,18 +36,18 @@
* Fix stamp don't use unique element ids
* Fix render order when creating multiple elements when baking
* Fix some color fields don't keep alpha value
* FIx color fields preview shows alpha value
* Fix color fields preview shows alpha value
* Fix min slider value of stroke width
* Fix selection not working correctly when editing multiple elements
* Fix search on web
* Fix temporary stamp
* Show git hash instead of version in web version
* Upgrade to flutter 3.27

Read more here: https://linwood.dev/butterfly/2.2.3-rc.1

## 2.2.3-rc.0 (2024-12-02)

Read more here: https://linwood.dev/butterfly/2.2.3-rc.1

## 2.2.3-rc.0 (2024-12-02)

* Add toggle for color toolbar ([#611](https://github.com/LinwoodDev/Butterfly/issues/611))
* Add save button indicator for autosave ([#757](https://github.com/LinwoodDev/Butterfly/issues/757))
* Add duplicate layer button
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Version | Supported | |
| --------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| 2.2.3-dev | :warning: | [Docs](https://butterfly.linwood.dev/docs/2.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.2.3-rc.0) |
| 2.2.3-dev | :warning: | [Docs](https://butterfly.linwood.dev/docs/2.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.2.3-rc.1) |
| 2.2.2 | :white_check_mark: | [Docs](https://butterfly.linwood.dev/docs/2.2/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.2.2) |
| 2.1.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/2.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.1.1) |
| 2.0.3 | :x: | [Docs](https://butterfly.linwood.dev/docs/2.0/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.3) |
Expand Down
3 changes: 2 additions & 1 deletion app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -644,5 +644,6 @@
"normalDescription": "Balances quality and performance. Bakes an image covering 1.5 times the visible area, providing smoother transitions when scrolling.",
"high": "High",
"highDescription": "Description: Maximizes quality at the cost of performance. Bakes an image covering 2 times the visible area, ensuring seamless rendering even during rapid scrolling or zooming.",
"renderResolution": "Render resolution"
"renderResolution": "Render resolution",
"translate": "Translate"
}
5 changes: 3 additions & 2 deletions app/lib/settings/general.dart
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,10 @@ class _GeneralSettingsPageState extends State<GeneralSettingsPage> {
ListTile(
leading:
const PhosphorIcon(PhosphorIconsLight.translate),
title: const Text('Crowdin'),
title: Text(AppLocalizations.of(context).translate),
onTap: () => launchUrl(
Uri.https('go.linwood.dev', 'butterfly/crowdin'),
Uri.https(
'go.linwood.dev', 'butterfly/translate'),
mode: LaunchMode.externalApplication)),
ListTile(
leading: const PhosphorIcon(PhosphorIconsLight.code),
Expand Down
32 changes: 16 additions & 16 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,50 +98,50 @@ packages:
dependency: transitive
description:
name: build
sha256: "80184af8b6cb3e5c1c4ec6d8544d27711700bc3e6d2efad04238c7b5290889f0"
sha256: cef23f1eda9b57566c81e2133d196f8e3df48f244b317368d65c5943d91148f0
url: "https://pub.dev"
source: hosted
version: "2.4.1"
version: "2.4.2"
build_config:
dependency: transitive
description:
name: build_config
sha256: bf80fcfb46a29945b423bd9aad884590fb1dc69b330a4d4700cac476af1708d1
sha256: "4ae2de3e1e67ea270081eaee972e1bd8f027d459f249e0f1186730784c2e7e33"
url: "https://pub.dev"
source: hosted
version: "1.1.1"
version: "1.1.2"
build_daemon:
dependency: transitive
description:
name: build_daemon
sha256: "79b2aef6ac2ed00046867ed354c88778c9c0f029df8a20fe10b5436826721ef9"
sha256: "294a2edaf4814a378725bfe6358210196f5ea37af89ecd81bfa32960113d4948"
url: "https://pub.dev"
source: hosted
version: "4.0.2"
version: "4.0.3"
build_resolvers:
dependency: transitive
description:
name: build_resolvers
sha256: "339086358431fa15d7eca8b6a36e5d783728cf025e559b834f4609a1fcfb7b0a"
sha256: "99d3980049739a985cf9b21f30881f46db3ebc62c5b8d5e60e27440876b1ba1e"
url: "https://pub.dev"
source: hosted
version: "2.4.2"
version: "2.4.3"
build_runner:
dependency: "direct dev"
description:
name: build_runner
sha256: "028819cfb90051c6b5440c7e574d1896f8037e3c96cf17aaeb054c9311cfbf4d"
sha256: "74691599a5bc750dc96a6b4bfd48f7d9d66453eab04c7f4063134800d6a5c573"
url: "https://pub.dev"
source: hosted
version: "2.4.13"
version: "2.4.14"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
sha256: f8126682b87a7282a339b871298cc12009cb67109cfa1614d6436fb0289193e0
sha256: "22e3aa1c80e0ada3722fe5b63fd43d9c8990759d0a2cf489c8c5d7b2bdebc021"
url: "https://pub.dev"
source: hosted
version: "7.3.2"
version: "8.0.0"
built_collection:
dependency: transitive
description:
Expand Down Expand Up @@ -841,8 +841,8 @@ packages:
dependency: "direct main"
description:
path: "packages/material_leap"
ref: "00fcc9045bf59c2d3890587ed6926b2856e61b9a"
resolved-ref: "00fcc9045bf59c2d3890587ed6926b2856e61b9a"
ref: "9a142aa2aefc61c8c5ff2c70b31ea81b8485e428"
resolved-ref: "9a142aa2aefc61c8c5ff2c70b31ea81b8485e428"
url: "https://github.com/LinwoodDev/dart_pkgs"
source: git
version: "0.0.1"
Expand Down Expand Up @@ -1635,5 +1635,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.6.0-0 <4.0.0"
flutter: ">=3.27.0"
dart: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"
4 changes: 2 additions & 2 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version: 2.2.3-rc.2+125

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: 3.27.0
flutter: 3.27.1

dependencies:
flutter:
Expand Down Expand Up @@ -79,7 +79,7 @@ dependencies:
material_leap:
git:
url: https://github.com/LinwoodDev/dart_pkgs
ref: 00fcc9045bf59c2d3890587ed6926b2856e61b9a
ref: 9a142aa2aefc61c8c5ff2c70b31ea81b8485e428
path: packages/material_leap
lw_sysapi:
git:
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.1.0",
"@astrojs/starlight": "^0.30.1",
"@astrojs/react": "^4.1.1",
"@astrojs/starlight": "^0.30.2",
"@phosphor-icons/react": "^2.1.7",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"astro": "^5.0.5",
"astro": "^5.0.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-gemoji": "^8.0.0",
Expand Down
Loading

0 comments on commit 1639801

Please sign in to comment.