Ursa.Avalonia icon indicating copy to clipboard operation
Ursa.Avalonia copied to clipboard

Results 66 Ursa.Avalonia issues
Sort by recently updated
recently updated
newest added

1. Tags item update is not reflected on UI. 2. Support InnerLeftContent and InnerRightContent in UI layout 3. Support ClearAll in UI. 4. Support AddTagOnLostFocus

bug
enhancement

在 `src/Ursa.Themes.Semi/Controls/IconButton.axaml` 使用了 `ButtonBackgroundDisabled` 这个资源,但是没找到这个资源的定义

![image](https://github.com/user-attachments/assets/807a642d-9c8e-4984-878a-7ea94f8b1e23) 如果这个时候想退出程序,做不到

![image](https://github.com/user-attachments/assets/85d9ff20-11b1-4b11-8b8a-e5ecc0c1a93b)

![image](https://github.com/user-attachments/assets/7574d829-a124-4777-a67c-2639763d2e68) ursa版本1.1.0 usercontrol: ``` ...... ``` vm: ``` Controls.Add(new DialogTextViewModel { Text = "Textbox 1" }); Controls.Add( new DialogComboboxViewModel { SelectedIndex = 0, Items = new ObservableCollection { "Option 1",...

类似这样 ![image](https://github.com/user-attachments/assets/7f3f61f0-d5cd-4e0c-bcf6-c35bb9aa9eed)

#### 问题: 在第二层的MenuItem中调用OverlayDialog时,对话框会先在左上角闪一下再到画面中间。 有Overlay的MessageBox也会。 原因不明,暂时的解决方法是调用前加Task.Delay(1) #### 环境: Windows11 #### 版本: Avalonia 11.1.0-beta2 Semi.Avalonia 11.1.0-beta2 Irihi.Ursa 0.3.0-beta20240518 #### 代码如下: MainWindow.axaml ``` ``` MainWindow.axaml.cs ``` private async void Button_Click(object? sender, RoutedEventArgs e)...

need repro