-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Riot → Element #14581
Riot → Element #14581
Conversation
docs/labs.md
Outdated
@@ -1,6 +1,6 @@ | |||
# Labs features | |||
|
|||
If Labs is enabled in the [Riot config](config.md), you can enable some of these features by going | |||
If Labs is enabled in the [Element config](config.md), you can enable some of these features by going | |||
to `Settings->Labs`. This list is non-exhaustive and subject to change, chat in | |||
[#riot-web:matrix.org](https://matrix.to/#/#riot-web:matrix.org) for more information. |
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 I change riot-web here?
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.
Yes, see also my review below.
@@ -42,7 +42,7 @@ While the profile is in progress, the tab might be frozen or unresponsive. | |||
|
|||
1. Press CTRL+SHIFT+I (I as in eye). | |||
2. Click the Memory tab. | |||
3. Select "Heap Snapshot" and the riot.im VM instance (not the indexeddb one). | |||
3. Select "Heap Snapshot" and the app.element.io VM instance (not the indexeddb one). |
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.
Was I correct to change this to app.element.io?
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.
Thanks, overall this looks great, thanks for working on it!
I added a few suggestions that would be good to apply, mainly for spots where the repo name makes more sense to me.
@resynth1943 What are the issues you've tagged as "fixes" in the PR body...? They seem unrelated, maybe the wrong issue numbers? |
Looks like there's a conflict, you'll likely need to merge the develop branch into your PR branch and fix up the conflicts. |
I fixed that "fixes" thing just now. 😉 Thanks! |
I think the issues are still unrelated these docs updates, so I'll edit them out. |
Once you've got the one conflict resolved, please add a comment here, and I'll take another look. |
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Not sure why it added them again... |
I seem to have fixed the merge conflict |
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.
Thanks, this looks ready to merge! 😄
@@ -4,24 +4,24 @@ Configuration | |||
You can configure the app by copying `config.sample.json` to | |||
`config.json` and customising it: | |||
|
|||
For a good example, see https://riot.im/develop/config.json. | |||
For a good example, see https;//develop.element.io/config.json. |
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.
There is a typo here: https;//
-> https://
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.
Dang, good catch
[Full Changelog](element-hq/element-web@v1.7.1...v1.7.2) * Upgrade to React SDK 3.0.0 and JS SDK 8.0.0 * Update from Weblate [\element-hq#14778](element-hq#14778) * Capitalize letters [\element-hq#14566](element-hq#14566) * Configure eslint package and fix lint issues [\element-hq#14673](element-hq#14673) * Riot → Element [\element-hq#14581](element-hq#14581) * Remove labs info for the new room list [\element-hq#14603](element-hq#14603) * Convince Webpack to use development on CI [\element-hq#14593](element-hq#14593) * Move dev dep to the right place [\element-hq#14572](element-hq#14572) * Bump lodash from 4.17.15 to 4.17.19 [\element-hq#14552](element-hq#14552) * Update all mobile links to match marketing site [\element-hq#14541](element-hq#14541)
I've changed a lot of documentation that uses the name 'Riot', and replaced those references with Element.
These changes are (hopefully) purely documentation, they shouldn't break too much.