-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Unix Timestamp Converter #509
Conversation
Looks good to display in text, InfoBar can be removed. |
Hello :) A few remarks on the screenshot you shared: The following info is great, but they visually don't align with the rest of the UI on the left: Suggestion: What about putting this info either below the Which looks like this: Or even, an expandable container, like in the setting page: Here is how it's made: What do you think? :) Thank you ! |
Hello, Thanks for your quick answer :) I like A plan better! We hide the input fields and for this, we have to change a bit the layout so it resize accordingly. Perhaps we can do the same here so some information displayed horizontally turn to be displayed vertically? |
Responsive (changes with window width) is going to be better regardless of mode. Furthermore, I found that after changing to compact mode, changing the window size causes the application to stop. |
Hello, |
Content display by window width.
# Conflicts: # src/dev/impl/DevToys/ViewModels/Tools/Converters/Timestamp/TimestampToolViewModel.cs # src/dev/impl/DevToys/Views/Tools/Converters/Timestamp/TimestampToolPage.xaml
I think this will work. |
Can we keep the TimeZone information just below the TimeZone combo box? |
In commit c3027e0, the Timezone combo box is back to fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at the PR, built the branch and played with it. It looks very good overall 😁 Good job! Just a few details and here and there and we can merge this awesome PR! 😁
src/dev/impl/DevToys/Views/Tools/Converters/Timestamp/TimestampToolPage.xaml
Outdated
Show resolved
Hide resolved
src/dev/impl/DevToys/Views/Tools/Converters/Timestamp/TimestampToolPage.xaml
Show resolved
Hide resolved
src/dev/impl/DevToys/Views/Tools/Converters/Timestamp/TimestampToolPage.xaml
Outdated
Show resolved
Hide resolved
src/dev/impl/DevToys/Views/Tools/Converters/Timestamp/TimestampToolPage.xaml.cs
Outdated
Show resolved
Hide resolved
src/dev/impl/DevToys/ViewModels/Tools/Converters/Timestamp/TimestampToolViewModel.cs
Outdated
Show resolved
Hide resolved
src/dev/impl/DevToys/ViewModels/Tools/Converters/Timestamp/TimestampToolViewModel.cs
Outdated
Show resolved
Hide resolved
src/dev/impl/DevToys/ViewModels/Tools/Converters/Timestamp/TimestampToolViewModel.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good now! :D Thank you very much for this great pull request! I appreciate your contribution a lot! :D
* Add string keywords. * Update TimestampTool * Add info text. * Update UI * Add string keywords. (/*/Timestamp.resw) * Fix UI * Add TimestampToolHelper. * Update TimestampTool * Update Timestamp.resw * Cleanup file. * Added CardStyle. * Stack UI * Fix UI * Revert to e45d522. (Timezone info: 509#issuecomment-1126643640 ) * Changed UI. Content display by window width. * Preparation for Conflict Resolution. * Removed compact DateTime info. * Code cleanup #discussion_r874407747 * Changed the clipboard datetime string recognition process. * Added summary. * Fix types. * Fixed Page.Resources. * Change names. * Remove Strings.CurrentDateTimeTitle * Change names. * Added comment. Co-authored-by: Etienne BAUDOUX <ebaudoux@velersoftware.com>
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: #473
What is the new behavior?
Other information
Conflict with the addition of aNow
button needs to be resolved.Quality check
Before creating this PR, have you: