-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Hide buttons in the interface using additional options in the configuration file. #29848
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
Conversation
…tton_creating_room view_button_creating_home view_button_export
|
|
| /> | ||
| )} | ||
|
|
||
| {/*Pro777 edit*/ !isVideoRoom && SettingsStore.getValue("view_button_export") && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These comments seem unrelated to this project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated file
| // Pro777 edit | ||
| ///if (showCreateRoom || showExploreRooms) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated comment & commented out code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated file
| "view_button_creating_space": IBaseSetting<boolean>; | ||
| "view_button_creating_room": IBaseSetting<boolean>; | ||
| "view_button_creating_home": IBaseSetting<boolean>; | ||
| "view_button_export": IBaseSetting<boolean>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should use the UIFeature. nomenclature
| {contextMenu} | ||
| </li> | ||
| ); | ||
| // Pro777 edit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as earlier
| } | ||
| } | ||
|
|
||
| // Pro777 edit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as earlier
| import SpaceContextMenu from "../context_menus/SpaceContextMenu"; | ||
| import InlineSpinner from "../elements/InlineSpinner"; | ||
| import { HomeButtonContextMenu } from "../spaces/SpacePanel"; | ||
| // Pro777 edit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as earlier
t3chguy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title says in the configuration file but then creates account settings, please align the title with the implementation.
|
Closing due to no iteration based on review. |
Hiding buttons creating home, creating room, creating space and hiding export item.
Example in config.json: