Skip to content

Commit

Permalink
Add tooltip to clarify display icon, closes #549
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 15, 2023
1 parent 9ed58cc commit c48ba00
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 103 deletions.
2 changes: 1 addition & 1 deletion FLUTTER_VERSION
@@ -1 +1 @@
3.16.3
3.16.4
2 changes: 1 addition & 1 deletion SECURITY.md
Expand Up @@ -4,7 +4,7 @@

| Version | Supported | |
| ------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
| 2.0-dev | :warning: | [Docs](https://docs.butterfly.linwood.dev/docs/2.0/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.0-rc.0) |
| 2.0-dev | :warning: | [Docs](https://docs.butterfly.linwood.dev/docs/2.0/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.0-rc.2) |
| 1.6.1 | :white_check_mark: | [Docs](https://docs.butterfly.linwood.dev/docs/1.6/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.6.1) |
| 1.5.1 | :x: | [Docs](https://docs.butterfly.linwood.dev/docs/1.5/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.5.1) |
| 1.4.4 | :x: | [Docs](https://docs.butterfly.linwood.dev/docs/1.4/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.4.4) |
Expand Down
2 changes: 2 additions & 0 deletions app/lib/views/property.dart
Expand Up @@ -113,6 +113,8 @@ class _PropertyViewState extends State<PropertyView>
.map((e) => IconButton(
icon: PhosphorIcon(
e.icon(PhosphorIconsStyle.light)),
tooltip:
AppLocalizations.of(context).icon,
onPressed: selected is! Tool
? null
: () {
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Expand Up @@ -558,10 +558,10 @@ packages:
dependency: "direct dev"
description:
name: freezed
sha256: "21bf2825311de65501d22e563e3d7605dff57fb5e6da982db785ae5372ff018a"
sha256: "6c5031daae12c7072b3a87eff98983076434b4889ef2a44384d0cae3f82372ba"
url: "https://pub.dev"
source: hosted
version: "2.4.5"
version: "2.4.6"
freezed_annotation:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Expand Up @@ -101,7 +101,7 @@ dev_dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
freezed: ^2.4.5
freezed: ^2.4.6
build_runner: ^2.4.7
json_serializable: ^6.7.1
espresso: ^0.3.0+6
Expand Down
190 changes: 95 additions & 95 deletions docs/pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/83.txt
@@ -1,3 +1,4 @@
* Add tooltip to clarify display icon ([#549](https://github.com/LinwoodDev/Butterfly/issues/549))
* Improve performance when saving ([#547](https://github.com/LinwoodDev/Butterfly/issues/547))
* Improve mobile add dialog
* Improve selected icons in settings
Expand Down
4 changes: 2 additions & 2 deletions tools/pubspec.lock
Expand Up @@ -53,10 +53,10 @@ packages:
dependency: "direct main"
description:
name: intl
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
url: "https://pub.dev"
source: hosted
version: "0.18.1"
version: "0.19.0"
lints:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion tools/pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ environment:
sdk: ">=2.13.0 <3.0.0"
dependencies:
args: ^2.4.2
intl: ^0.18.0
intl: ^0.19.0
lints: ^3.0.0
yaml: ^3.1.2
http: ^1.1.2

0 comments on commit c48ba00

Please sign in to comment.