Skip to content

Tags: nagyist/jewel

Tags

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make lastActiveItemIndex public, so selection on hover can be impleme…

…nted (JetBrains#201)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rock3r Sebastiano Poggi
Remove some leftover data classes

They were missed due to a bug in the data class detection
(see previous commit).

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix checkbox and radio button icons (JetBrains#177)

* Fix standalone checkbox and radio button icons

* Bridge should not dep on standalone module

* Fix checkbox and radio button style in IDE dark theme

* Apply the icon override for standalone

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include only foundation-desktop in the published library (JetBrains#153)

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Compose for Desktop to 1.5.2 (JetBrains#143)

It contains an urgent hotfix — on 1.5.1, if users use a touch screen, it
will crash the app on the first click.

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fabrizio.scarponi/111 spinning indicator circular progress indicator (J…

…etBrains#134)

* wip

* wip

* Add a customizable circular progress to the UI

This commit adds a flexible circular progress option to the UI that supports both small and large size variants. The base theme has been updated to provide styling to both variants, and new SVG files have been added to provide dynamic views of the circular progress. The circular progress can be incorporated in the UI using the CircularProgress and CircularProgressBig components. This addition provides a more visually engaging way to show progress in the UI.

* Refactor names of circular progress components and styles

* wip

* wip

* Refactor circular progress styles

* Remove unused spinner SVG files

* Remove SvgLoader from CircularProgressStyle

* Remove SvgLoader from CircularProgressStyle

* Improve handling of non-existent colors

Added a `FallbackMarker` in BridgeUtils.kt, improving the named color retrieval process. The `retrieveColorOrNull` method now checks for colors that are not found and returns a specific marker, rather than an inappropriate color. This avoids any confusion and enhances the overall color management within the application."

* Update svgLoader usage for progress bars

* fixes

v0.6.3

Toggle v0.6.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update Compose to 1.5.1

v0.6.2

Toggle v0.6.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add icon access example in bridge demo

v0.6.1

Toggle v0.6.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix broken build, add comments tracking JetBrains#116

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve outlines in bridge (JetBrains#115)

They were too thin — now that's better. Not 100% the same yet, but I
suspect it's mostly down to rounding.