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. |
veler
left a comment
There was a problem hiding this comment.
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 aNowbutton needs to be resolved.Quality check
Before creating this PR, have you: