[GH-ISSUE #1249] Redesigning UI #923

Open
opened 2026-02-26 09:33:02 +03:00 by kerem · 8 comments
Owner

Originally created by @ayub-kokabi on GitHub (Nov 7, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1249

Originally assigned to: @NickeManarin on GitHub.

Hello,
I've decided to make significant improvements to the UI in my spare time. I'll begin with simpler xaml pages first and then tackle more complex ones. What's your opinion?

Originally created by @ayub-kokabi on GitHub (Nov 7, 2023). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1249 Originally assigned to: @NickeManarin on GitHub. Hello, I've decided to make significant improvements to the UI in my spare time. I'll begin with simpler xaml pages first and then tackle more complex ones. What's your opinion?
Author
Owner

@NickeManarin commented on GitHub (Nov 7, 2023):

Hi, it depends on how much it will change.
Do you mean by changes in theming or UX changes (button positions, the way that the app works, etc.)?
I'm okay in improving dark theme, removing the window chrome (by using WPF's WindowChrome), improving the UX of some components, etc.

Just let's chat before any drastic changes.


I have been working on v3 for a while now.
It will be a complete redesign/rework of the whole app.

Recorder

<!-- gh-comment-id:1799139654 --> @NickeManarin commented on GitHub (Nov 7, 2023): Hi, it depends on how much it will change. Do you mean by changes in theming or UX changes (button positions, the way that the app works, etc.)? I'm okay in improving dark theme, removing the window chrome (by using WPF's WindowChrome), improving the UX of some components, etc. Just let's chat before any drastic changes. ------------ I have been working on v3 for a while now. It will be a complete redesign/rework of the whole app. ![Recorder](https://github.com/NickeManarin/ScreenToGif/assets/14798947/0e37c0ae-7ba5-49dd-966d-012a11c02381)
Author
Owner

@ayub-kokabi commented on GitHub (Nov 7, 2023):

I like your new design. 😍
So if that is the case, you can share any pages you plan to redesign (here or via email, etc.) so we can discuss them beforehand. I see in myself that I can help you to create a more effective and minimal UI. I'm excited to work with you on this project. This will prevent future development costs.

<!-- gh-comment-id:1799307121 --> @ayub-kokabi commented on GitHub (Nov 7, 2023): I like your new design. 😍 So if that is the case, you can share any pages you plan to redesign (here or via email, etc.) so we can discuss them beforehand. I see in myself that I can help you to create a more effective and minimal UI. I'm excited to work with you on this project. This will prevent future development costs.
Author
Owner

@NickeManarin commented on GitHub (Nov 7, 2023):

Thanks.
v3 will be a separate thing, as it's a big leap from v2.
They will be sort of imcompatible with each other (you'll will be able in v3 to import and export to v2's STG format).
But v2 will not know how to handle v3 data.
I'll keep both v2 and v3 in development.

image


It's in my plans to update the UI of v2, specially for dark theme, as you can see the window title bar isn't blending that well.
Also, the dark theme colors are not that good. If you can help me with that, it would be great already.

Startup b

<!-- gh-comment-id:1799394812 --> @NickeManarin commented on GitHub (Nov 7, 2023): Thanks. v3 will be a separate thing, as it's a big leap from v2. They will be sort of imcompatible with each other (you'll will be able in v3 to import and export to v2's STG format). But v2 will not know how to handle v3 data. I'll keep both v2 and v3 in development. ![image](https://github.com/NickeManarin/ScreenToGif/assets/14798947/4e4c5924-dc64-48d0-a777-b1dd33fedbe1) --------------- It's in my plans to update the UI of v2, specially for dark theme, as you can see the window title bar isn't blending that well. Also, the dark theme colors are not that good. If you can help me with that, it would be great already. ![Startup b](https://github.com/NickeManarin/ScreenToGif/assets/14798947/fd20a22b-2d2a-401d-8c16-e03659603b01)
Author
Owner

@ayub-kokabi commented on GitHub (Nov 7, 2023):

I believe you will find it challenging to handle both of them effectively at the same time.

I'm waiting for you to release version 3, and then I'll contribute to it. Minor changes in an already beautiful project are more appealing to me than making minor adjustments to a project that won't evolve into what I desire.

Nevertheless, please consider the suggestion I've put forward. For instance, in the above screenshot, you could display the date in terms of age. Also show the precise date and associated actions just when the mouse hovers over a specific row.

image

<!-- gh-comment-id:1799774298 --> @ayub-kokabi commented on GitHub (Nov 7, 2023): I believe you will find it challenging to handle both of them effectively at the same time. I'm waiting for you to release version 3, and then I'll contribute to it. Minor changes in an already beautiful project are more appealing to me than making minor adjustments to a project that won't evolve into what I desire. Nevertheless, please consider the suggestion I've put forward. For instance, in the above screenshot, you could display the date in terms of age. Also show the precise date and associated actions just when the mouse hovers over a specific row. ![image](https://github.com/NickeManarin/ScreenToGif/assets/116794136/4c9c09dc-8b9c-489a-89f0-9b0f6c41fc4b)
Author
Owner

@ghost1372 commented on GitHub (Dec 23, 2023):

Is there any news?
Can you share more info?
Wpf or WinUI?
If it is wpf, are you using custom style or library? (like wpfui)

<!-- gh-comment-id:1868328149 --> @ghost1372 commented on GitHub (Dec 23, 2023): Is there any news? Can you share more info? Wpf or WinUI? If it is wpf, are you using custom style or library? (like wpfui)
Author
Owner

@NickeManarin commented on GitHub (Jan 2, 2024):

@ghost1372 It's a WPF app with custom made styles and controls. I built the controls as needed.

<!-- gh-comment-id:1874442526 --> @NickeManarin commented on GitHub (Jan 2, 2024): @ghost1372 It's a WPF app with custom made styles and controls. I built the controls as needed.
Author
Owner

@Daydreamer-riri commented on GitHub (Mar 25, 2024):

I am very happy to know this news, thanks for your great work.

<!-- gh-comment-id:2017140596 --> @Daydreamer-riri commented on GitHub (Mar 25, 2024): I am very happy to know this news, thanks for your great work.
Author
Owner

@ghost1372 commented on GitHub (Sep 9, 2024):

I just wanted to say that .NET 9 has added the Fluent style, which can be useful.

https://github.com/dotnet/core/blob/main/release-notes%2F9.0%2Fpreview%2Fpreview4%2Fwpf.md

<!-- gh-comment-id:2338792678 --> @ghost1372 commented on GitHub (Sep 9, 2024): I just wanted to say that .NET 9 has added the Fluent style, which can be useful. https://github.com/dotnet/core/blob/main/release-notes%2F9.0%2Fpreview%2Fpreview4%2Fwpf.md
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#923
No description provided.