node-ui
node-ui copied to clipboard
Terminal UI for remote Algorand node management.
Better transaction details. The current version prints raw msgpack data of the transaction, this could be more readable. Some ideas: * Formatted section for common transaction headers (sender, receiver, fee,...
Add filters to the block explorer to show only blocks matching some expression. Example expressions: * proposer equals * contains transaction: * for asset * for application * for Account
Similar to the block explorer tab, you should be able to select an account and get details. Some initial brainstorming for details that could be included: * Created Apps /...
A shortcut that pops up a dialog and allows sending a payment. [Shortcuts tab](https://github.com/algorand/node-ui/blob/c47dac4f9cfdd4de3070cfdef53e405f9d4a75be/tui/internal/bubbles/about/utils.go#L11).
Refactor the styles so that they can be swapped out for different themes. Most of the colors are hard coded in the [Style object](https://github.com/algorand/node-ui/blob/c47dac4f9cfdd4de3070cfdef53e405f9d4a75be/tui/internal/style/style.go#L16). The rest are scattered about in...
Option for dynamically adding and removing accounts from the accounts tab.