bradcush / mark-tab-manager

Mark is a minimalist tab manager in the form of a browser extension that organizes tabs as you browse. With Mark, tabs are automatically grouped by domain and sorted alphabetically.
Apache License 2.0
16 stars 3 forks source link

Diagram data flow with various caching layers #221

Open bradcush opened 2 years ago

bradcush commented 2 years ago

Tabs UI state, tabs memory state, tabs persistence, diffing stage, optimized rendering should all be represented to be able to progress to the most optimized solution for updating only those tabs and groups that are necessary to be updated. This paradigm includes being able to keep custom groups in some form that aren't part of the automatic categorization.