Skip to content

Comments

Adjust Debug tab#312

Merged
JohnAFernandez merged 2 commits intoKnossosNET:mainfrom
JohnAFernandez:Debug-Tab-cleanup
Mar 25, 2025
Merged

Adjust Debug tab#312
JohnAFernandez merged 2 commits intoKnossosNET:mainfrom
JohnAFernandez:Debug-Tab-cleanup

Conversation

@JohnAFernandez
Copy link
Contributor

This should finally make the debug tab look a lot less shabby. Make the buttons uniform size, add wordwrap and margin to the console, Add a small descriptor to it, and make upload knossos log
a primary button.

Screenshot 2025-02-28 002620

This should finally make the debug tab look a lot less shabby
@JohnAFernandez JohnAFernandez added cleanup Cleanup code or other aspect ui User interface related labels Feb 28, 2025
@JohnAFernandez JohnAFernandez added this to the 1.3.1 milestone Feb 28, 2025
@JohnAFernandez JohnAFernandez self-assigned this Feb 28, 2025
<Button Margin="5" Classes="Settings" Command="{Binding UploadKnossosConsole}">Upload KnossosNET Console</Button>
<Button Margin="5" Classes="Settings" Command="{Binding OpenLog}">View KnossosNET Logfile</Button>
<Button Margin="5" Classes="Settings" Command="{Binding OpenSettings}">View KnossosNET Settings File</Button>
<Button Margin="5" Width="175" Classes="Primary" Command="{Binding UploadKnossosConsole}">Upload Knossos Log</Button>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current protocol has been to use KnossosNET as all public facing mentions of Knossos, so my only suggestion is the use that in these cases :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will implement this, but it's looking like it makes my current layout too wonky. I am going to rearrange a couple things.

Includes change to KnossosNET
@JohnAFernandez JohnAFernandez merged commit 8e1a7c3 into KnossosNET:main Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Cleanup code or other aspect ui User interface related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants