Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add token for audio dump #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

leifa5
Copy link

@leifa5 leifa5 commented Mar 10, 2022

Guide

This "Help" section can be deleted before submitting this pull request.

Update the name of this pull request to reflect the following shape:

{type}/{scope?}/{message}
  • type - A conventional commit type REQUIRED
  • scope - The kabab-case scope of the changes in this request
  • message - A short, kebab-case statement describing the changes REQUIRED

Provide a general summary of the scope of the changes in this pull request.

Description

Add token for audio dump.

Links

Links to relevent resources.

@@ -203,6 +203,14 @@
"overlay": {
"meetings": {
"normal": "@color-white-alpha-70"
},
"audiodump": {
"primary": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the theme-data colours should only be ones defined by ux. these have already been defined for example color-gray-10 is defined as "@theme-background-solid-secondary-normal" we should be using existing colours to build components from. We should not be adding to this file

}
},
"audio-dump": {
"#normal": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

audio dump is too specific in the popover component this should be added as secondary. Also this is already defined within modal which you could use

"audiodump": {
"primary": {
"normal": "@color-white-alpha-11"
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

most of the things needed by audiodump are already defined and i don't think needs to be added. Components should be general things that are used to build a feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants