command_palette icon indicating copy to clipboard operation
command_palette copied to clipboard

Recent actions list

Open TNorbury opened this issue 4 years ago • 1 comments

Allow for support of a list of recent actions to be displayed at the top of the options list.

  • [ ] Parameter to indicate if a recents list is enabled or not.
  • [ ] Research/decision: How should the recents list be saved? Should the package handle that, or the user? Both?
  • [ ] Display to indicate which actions are recents, and which are "normal"

TNorbury avatar Nov 04 '21 14:11 TNorbury

How many? Considering Millers Law and the possible screen size, 3 for small screens and max at 7 for larger ones.

Also have a way to serialize this or allow the developer to programmatically pre-fill these. Like saving and loading the recent list.

You can probably do something like this by default. Like this

bit-garden avatar Feb 23 '22 17:02 bit-garden