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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take RTE out of labs! 馃帀 #1176

Merged
merged 3 commits into from
Jul 10, 2017
Merged

Take RTE out of labs! 馃帀 #1176

merged 3 commits into from
Jul 10, 2017

Conversation

lukebarnard1
Copy link
Contributor

This stops react-sdk from tracking any state previously stored for the purposes of enabling or disabling the lab feature that enabled the new MessageComposer. It is now enabled permanently.

This is being done with the hope that we can get more feedback for it so that when we release we can be confident that people will be OK with the changes it brings.

This stops react-sdk from tracking any state previously stored for the purposes of enabling or disabling the lab feature that enabled the new MessageComposer. It is now enabled permanently.

This is being done with the hope that we can get more feedback for it so that when we release we can be confident that people will be OK with the changes it brings.
Copy link
Member

@dbkr dbkr left a comment

Choose a reason for hiding this comment

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

Otherwise fine, but please give people a couple of days heads up before merging to develop

@@ -390,18 +388,6 @@ export default class MessageComposer extends React.Component {
);
}

let autoComplete;
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't this want to be taken out of the if block rather than removed altogether?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought the same but it's not referred to anywhere...

this.LABS_FEATURES[1].name = _t("Matrix Apps");
this.LABS_FEATURES.forEach((f) => {
f.name = _t(f._tName);
});
Copy link
Member

Choose a reason for hiding this comment

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

Lumping this in with this change means it'll get reverted along with the rest of this PR if we end up finding showstopper bugs in RTE. Also it won't be picked up by my translations finder script which will only know about _t(<string literal>)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh ok

For scripts to easily find translations
@aviraldg aviraldg mentioned this pull request Jul 4, 2017
11 tasks
lukebarnard1 pushed a commit to element-hq/element-web that referenced this pull request Jul 4, 2017
@lukebarnard1 lukebarnard1 merged commit c9df079 into develop Jul 10, 2017
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.

None yet

2 participants