epyk-ui icon indicating copy to clipboard operation
epyk-ui copied to clipboard

Results 19 epyk-ui issues
Sort by recently updated
recently updated
newest added

Notification will appear underneath given component

enhancement

review and complete the module JsNavigator

documentation
enhancement

Add different loading effects in the report

enhancement

Add the profiling on both side Python and Javascript. This should produce a report with the time used to generate and load the reports

enhancement

[OptionSelect.py](https://github.com/epykure/epyk-ui/blob/master/epyk/core/html/options/OptSelect.py) ` def selected(self, value): if hasattr(self.component, "_vals"): for rec in self.component._vals: if rec.get("selected"): rec["selected"] = False if rec["value"] == value: rec["selected"] = True self.set(value)`

installing `epyk` and `epyk-studio` still do not allow [this example](https://github.com/epykure/epyk-templates/blob/master/tutos/demo_4.py) to run because of the line: from epyk.tests import data_urls