mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 06:22:57 +00:00
Improved the confirmation dialog for longer texts (#498)
This commit is contained in:
parent
32e1ab977d
commit
2ef563e9ab
@ -1,9 +1,9 @@
|
|||||||
@inherits MSGComponentBase
|
@inherits MSGComponentBase
|
||||||
<MudDialog>
|
<MudDialog>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<MudText Typo="Typo.body1">
|
<MudJustifiedText Typo="Typo.body1">
|
||||||
@this.Message
|
@this.Message
|
||||||
</MudText>
|
</MudJustifiedText>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
<DialogActions>
|
<DialogActions>
|
||||||
<MudButton OnClick="@this.Cancel" Variant="Variant.Filled">
|
<MudButton OnClick="@this.Cancel" Variant="Variant.Filled">
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
# v0.9.48, build 223 (2025-06-xx xx:xx UTC)
|
# v0.9.48, build 223 (2025-06-xx xx:xx UTC)
|
||||||
- Improved German translation.
|
- Improved German translation.
|
||||||
|
- Improved the confirmation dialog for longer texts.
|
||||||
- Improved how configurations are applied in organizations and made the process more robust.
|
- Improved how configurations are applied in organizations and made the process more robust.
|
Loading…
Reference in New Issue
Block a user