Dom

Results 16 issues of Dom

![image](https://github.com/Ileriayo/markdown-badges/assets/108245473/7bdba0f8-ab40-4541-b412-8a2ca1692958) - Category: Frameworks, Platforms and Libraries

A button that navigates user to another page doesn't work when used in bottom sheet ``` c# private void Go_To_Welcome_Button_Pressed(object sender, EventArgs e) { Navigation.PushAsync(new Welcome()); } ``` ``` xml...

Update the colour scheme of priority colours to match new colours implemented on main page.

enhancement

On iOS the search bar doesn't go away after clicking of or clicking "Cancel".

bug
help wanted

`Severity Code Description Project File Line Suppression State Details Warning NU1701 Package 'SQLiteNetExtensions 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework...

invalid

``` xml Severity Code Description Project File Line Suppression State Details Warning MA002 Starting with .NET 8, setting true does not automatically include NuGet package references in your project. Update...

invalid

Implement swipe to delete with `SwipeView`

enhancement
backlog

Navigation methods like ShowAsync() etc. Doesn't work when placed inside of bottom sheet.

bug
help wanted
backlog

Use bottom sheet to open settings menu.

enhancement
backlog