Help and ideas to improve UI for my first Material Avalonia App #177
Unanswered
ctrl-alt-d
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi People,
I made my first Material Avalonia app using MVVM pattern, and I'm so happy with results.
However, I feel that with a bit little changes on
.axaml
I can substantially improve the UI. Little changes on.axaml
big improvements on UI.I'm just looking for a few ideas to apply to my
.axaml
to get a more friendly UI. Like colors, titles, borders, ... .I post here some app windows. It is a non-profit open source app for education scope, the source code is at github EapRecull repo.
Sorry if this is an off-topic discussion.
Main window
Main window is a dashboard with total number of Students ("Alumnes") and Reports ("Informes").
CRUD
CRUD Student (Alumne) operation, browse all students (with filtering) and edit student:
How to run
The app has no special requirements, just clone repo and run UI.ER.AvaloniaUI. Optionally, you can execute CreateDemoData to have som fake initial data.
Beta Was this translation helpful? Give feedback.
All reactions