NitorCreations/nflow

explorer display of state variables in alphabetic order

RealZimboGuy opened this issue · 2 comments

Hi,

i would like if possible to have the state variables in explorer displayed in order, any thoughts and opinions ? i could look at doing a PR.

image

so from the java side a brief look it might work by adding an order by here

image

or alternatively post process the list of state variables on the frontend side ?

I would prefer doing this in frontend side, PR would be great!

I would prefer doing this in frontend side, PR would be great!

done a PR, was actually a nice and small change to just add a sort on the frontend