anton-dot

Results 4 issues of anton-dot

Hello! Have problem with heatmap. When i add several series with different start date, chart ignore that and starts every series with smalest date. FE one series starts with 2022-07-01...

### Feature request type Enhance component ### Component name MudTabs ### Is your feature request related to a problem? Tabs occupy too many space ### Describe the solution you'd like...

enhancement
triage

**Describe the bug** Open several items at the same level of heirarhy (let it be first level) and you'll notice, that lower items at second level of items at the...

When i use await in my custom loop function the app hangs ``` SwiperController SwiperUI = SwiperController(); while (IsAutoPlay) { await SwiperUI.next(); //some other logics goes here } ``` When...