userIan Hendersoncancel
branchrust_reboot/main/hackweek_console-uicancel

25 Commits over 0 Days - ∞cph!

59 Days Ago
- Autocomplete ranks suggestions based on how some minor closeness values - Got history working again
59 Days Ago
Automatically put the scroll view to the bottom anytime a new command comes in unless the user has scrolled up at some point
2 Months Ago
Suggest required data types in auto complete
2 Months Ago
Swap over to roboto mono
2 Months Ago
Better autocomplete styling
2 Months Ago
New autocomplete system - still needs some work
2 Months Ago
Entered commands always generate a new timestamp
2 Months Ago
Put console command input box at the very bottom of the window
2 Months Ago
- Fixed dodgy scaling on the displayed entries - More flex fixes throughout - Command box clears after running a command
2 Months Ago
- Clear now works - Save correct date/time format when copying to clipboard - Trim <colour> tags when copying to clipboard
2 Months Ago
Developer tools tab init fix Console UI NRE fix
2 Months Ago
Fixed a bunch of console order of execution errors now that we do init in a different place
2 Months Ago
- Applied Flaviens shelf to fix messed up console init - Ensured instance is set - Merge conflicts
2 Months Ago
Added HasConsoleInput()
2 Months Ago
Ensure developer tools warms up the console so it doesnt miss any startup messages Setup copy, clear, log and log file commands
2 Months Ago
Ensure input is displayed brighter than logs
2 Months Ago
Can now submit console commands to the new console ui - Split off the display from the processing part of the console UI
2 Months Ago
Disable per item heights when a grid is used Fixed visibility calculations still expecting fixed height - use accumuative per row Use row math for height and spacing
2 Months Ago
- Fix flex virtual scroll not calculating the correct top and bottom starting rows after dynamic cell changes - Increased the threshold for console messages to be put into the same bucket (1.5 seconds now) - Console messages will now group according to log type, multiple warnings will be grouped together etc
2 Months Ago
- VirtualScroll and FlexVirtualScroll now support elements with different heights - dynamic sizing - Console is now displaying properly
2 Months Ago
Fix console not working on first open (eg youd open it to a blank screen)
2 Months Ago
Group buckets via log type (log types that are different from the 'running log' will create a new bucket
2 Months Ago
Setup correct warning colour
2 Months Ago
- Setup virtual flex - Got something printing, buffer is working
2 Months Ago
Initial console page backend work: - Timestamp bucketing system - Fixed size queue system - Simple rewrite of console