-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[NEW] Marketplace integration with Rocket.Chat Cloud #13809
Conversation
@graywolf336 probably nothing from these changes, but I'll try to fix it. |
…cketChat/Rocket.CHat into marketplace-and-cloud-rebased
@geekgonecrazy @graywolf336 Just pushed some changes fixing the weird layout and adding a setting for a development mode bringing back the button to install apps locally. |
@@ -122,6 +122,16 @@ settings.addGroup('General', function() { | |||
hidden: false, | |||
}); | |||
|
|||
this.add('Apps_Framework_Development_Mode', false, { |
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.
With this added, let's also change the logging so that it uses this setting instead of the NODE_ENV
Can we also make it so clicking outside the box closes? Kinda annoying to be stuck with no way to close it. That or add an x on the window its self |
Rebased version of #13774