mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 13:07:21 +09:00
Reference design: https://www.figma.com/file/f8b2dHp9LJCMOqYP4mdrPZ/Client%2FChat?node-id=1%3A297 Adds new component `ChatTextBox`. Exposes `BindableBool` `ShowSearch` to change text input behaviour between normal and search behaviour. Adds new component `ChatTextBar`. Exposes `BindableBool` `ShowSearch` which toggles between showing current chat channel or search icon. Additionally binds to child `ChatTextBox` components. Requires a cached `Bindable<Channel>` instance to be managed by a parent component.
7 lines
266 B
Bash
Executable File
7 lines
266 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dotnet tool restore
|
|
dotnet CodeFileSanity
|
|
dotnet jb inspectcode "osu.Game/osu.Game.csproj" --no-build --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN
|
|
dotnet nvika parsereport "inspectcodereport.xml" --treatwarningsaserrors
|