The scroll bar on the right (same picture as above) is a bit hard to make out; would be great to add some spacing between the rightmost edge and it, along with a background on the scroll bar whenever its visible.
Some elements are incredibly clicky and immediately responsive, whilst some UI animations are very slow. The setting color fade-out, and switching between accent colors could perhaps be a bit faster – though this is of course purely preferential & subjective
The key info tables (or just any read-only values) may be useful to turn into uneditable TextBoxes, so that the plugin user can still select & copy-paste text. TextLabels by themselves do not allow for this unfortunately
It feels slightly disorienting hovering over rows that do not immediately respond – if not having it a default, then adding a setting for an immediate-mode highlight would be amazing!
this is a big undertaking in itself, but sorted data stores would be an amazing help for debugging leaderboards and the like.
Thanks you for all the feedback! I really appreciate getting replies like this If you don’t mind, could you elaborate more on the sorted datastores? There is already support for ordered datastores.
Thanks for the report! That is a very weird bug, but I think I found the solution:
If you go into the settings and turn on AllScopes
and then you connect to the your DataStore
you’ll see the problem
I think this is because when you access the NumberValue from ServerStorage, the C++ side of stuff converts it into a string differently. The solution I found is to make sure to manually convert to string:
great plugin, but could you list the keys inside a dictionary in alphabetical order? it can get a little annoying to find a specific key especially when you have a lot of keys
Hey, could you please make it so the plugin can show buffers? This is what it looks like when i open a key that saved a buffer
(there is nothing in output)
And if I double click the red text, I get this error and the plugin completely breaks