Commit Graph

15 Commits

Author SHA1 Message Date
c010758164 eslint 8.57 WIP:
* tweaking rules
* fixing issues
2024-09-09 18:47:21 +02:00
9ee4476f4d Fix: improved minimum chat width. 2024-09-02 14:39:26 +02:00
0732bd1de3 Improved accessibility (#118):
* top chat button accessibility improved (role, aria-hidden for icons,
  tabindex for keyboard navigation, ...)
2024-08-20 17:52:53 +02:00
e65bd5c426 Improved accessibility (#118):
* Adding a role="region" and an aria-label="Chat" on the chat container.
2024-08-20 17:24:18 +02:00
9f4a92609b Share chat: default tab is embed. 2024-06-19 11:31:22 +02:00
257fdbd2c2 Authentication token generation (#98):
* setting to disable the feature (aka "panic button")
2024-06-17 15:25:02 +02:00
a9b6474b8f Authentication token generation WIP (#98)
First working version.
2024-06-17 14:54:29 +02:00
90afdafbd9 Authentication token generation WIP (#98)
You can now generate links to join chatrooms with your current user. This can be used to create Docks in OBS for example. This could also be used to generate authentication token to join the chat from 3rd party tools.
2024-06-17 11:43:59 +02:00
7b617a9aad Help button for OBS web source. 2024-06-14 16:07:59 +02:00
76f014ed60 Missing SPDX 2024-06-14 15:56:30 +02:00
2739bb823a Logger: improving the logger, and using it in client code. 2024-06-14 15:17:14 +02:00
d931a9c144 Share url element: restore and save state. 2024-06-14 15:07:15 +02:00
d42bcf01a7 Logger:
* new createLogger function
* custom elements have their own logger
2024-06-14 15:06:49 +02:00
75dd2e4d59 Rewriting Share modal WIP:
Using lit to entirely rewrite the share chat modal.
2024-06-14 14:22:17 +02:00
990ff2385a Refactoring: merge video-watch scope into common.
In order to be able to use lit in videowatch related code, we have to
merge these scopes.
2024-06-13 16:36:16 +02:00