feathersui-openfl icon indicating copy to clipboard operation
feathersui-openfl copied to clipboard

Cross-platform graphical user interface components for creative frontend projects — powered by Haxe and OpenFL

Results 82 feathersui-openfl issues
Sort by recently updated
recently updated
newest added

I love Feathers since early Starling versions. Using openfl haxe version for some pet-projects. Currently looking forward to do some frontend stuff with TypeScript and it would be cool if...

A spinning animation to indicate that some process is busy. Not to be confused with the proposed [ProgressBar indeterminate state](https://github.com/BowlerHatLLC/feathersui-openfl/issues/35), which is different. Example: ![animated gif](https://user-images.githubusercontent.com/141885/106789602-52823000-6607-11eb-8abe-ad534673604e.gif)

enhancement

We're considering integrating FeathersUI in our codebase and so far it works like a charm except one small thing I've noticed: In `Scroller.hx` there's a hack/workaround to properly handle mouse...

enhancement

It would be nice to have a way to configure additional gap per-element in layouts like `HorizontalLayout`. I imagine something like `HorizontalLayoutData.leftGap/rightGap` (that can also be negative) that is simply...

enhancement

Currently, it keeps `Theme.fallbackTheme` from being initialized, but code like this still keeps a number of classes in the compiled output that don't need to be there: ```hx private function...

enhancement

Currently, the background skins for a row is composed from separate background skins in each cell renderer. There should be a way to set a single background skin that fills...

enhancement

Looks like currently there's no easy way to control what `PopupListView`'s button properties are changed when selection changes. For example, I'd like to change button icon to the currently selected...

enhancement

Currently, `TextInput` always shows the `prompt` text when `text` is empty, even if the input is focused and input cursor is blinking. It would be nice to have an option...

enhancement