Hannes Römer

Results 6 comments of Hannes Römer

@rodja sorry for the delay, I am quite busy at the moment. I think I should be able address this issue by the end of the next weekend.

@rodja I added components `ui.circular_progress` and `ui.linear_progress` in PR #144. I am not happy with the implementation, though. - styling is inconsistent, as attribute `size` is not equally available in...

I got rid of the first issue by extending upstream components adding properties `size` and `instant-feedback` accordingly, although styling results feel a bit weird still. The second concern regarding value...

I would leave the keyword argument name `value`, though. Otherwise functions like `bind_value_***` would not be obvious anymore.

@falkoschindler thanks a lot for the comprehensive review and refactorings. I learned a lot about cleaning up the API / implementation. > Instead of trying to convert values for circular...

@rodja I created #146 implementing `ui.badge` as requested. I also changed element `ui.button` as proposed but left other elements such as `ui.label` as is. This should be better addressed in...