nodos-dev / nodos

0 stars 0 forks source link

Enhancement request for data structures UndoStack, RedoStack #4

Open ugurtur opened 6 days ago

ugurtur commented 6 days ago

UndoStack and RedoStack appear to be string arrays where each item is like " ()".

table UndoRedoStackUpdate {
    undo_stack:[string];
    redo_stack:[string];
}

We would like to display only stack item name (which could contain parens) Our suggestion is to update it to have the names separately, removing need to parse by parens on the client?

Oldlink: https://github.com/zerodensity/test/issues/303 Tag: RHUB-1433