lyzhng / tabble

Table of Contents Tab
1 stars 0 forks source link

Allow user to create tab groups #5

Open lyzhng opened 4 years ago

lyzhng commented 4 years ago

This looks like it will take a while to implement. 👀

lyzhng commented 4 years ago

In addition to this idea, a default grouping through domains would be nice.

lyzhng commented 4 years ago

I'd like to split this into several parts.

  1. Window Grouping (default)
    • All tabs in a window wil be grouped together.
    • This is the MVP.
  2. Subdomain Grouping/Sorting
    • e.g. mail.google.com, google.com, sheets.google.com all grouped together. You get the drift.
  3. Container Grouping/Sorting
    • This sorts the tabs/windows by containers (Personal, Work, Shopping, Banking, etc.)
    • This requires some research into cross-extension communication. May be a bit difficult.
  4. Custom Grouping (by user)
lyzhng commented 4 years ago

🎉 The default grouping has been implemented! ➡️ Next up is subdomain grouping/sorting.