-
Notifications
You must be signed in to change notification settings - Fork 0
favorite channels #14
Copy link
Copy link
Open
Labels
P4optional / nice-to-haveoptional / nice-to-haveUX/UIfeatureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersscope-extensionrelated to the firefox/chromium extension (discuss-companion/extension)related to the firefox/chromium extension (discuss-companion/extension)
Description
Metadata
Metadata
Assignees
Labels
P4optional / nice-to-haveoptional / nice-to-haveUX/UIfeatureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersscope-extensionrelated to the firefox/chromium extension (discuss-companion/extension)related to the firefox/chromium extension (discuss-companion/extension)
The user may reister a list of favorite channels (or just one if it's easier to implement)
if we are in an URL of the form:
then it can be marked as favorite.
The UI would have some "favorite" panel with the list and "join call" / "go to" buttons.
the action would be performed on a tab that already exists if the url matches, a new one otherwise.
We may also be able to extract the name of the channel through the "mail.store" service access.
Very similar in implementation as:
https://github.com/ThanhDodeurOdoo/discuss-companion/blob/master/extension/src/popup/popup_plugin.ts#L91-L97