Skip to content

Use ember-link for links in lists #2994

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

Merged
merged 3 commits into from
Nov 2, 2020
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Oct 31, 2020

Using LinkTo can be "bad" for performance when used in loops since it still uses Ember.Component underneath. This PR switches two components to use https://github.com/buschtoens/ember-link instead, which should slightly improve the rendering times. It also significantly simplifies the API of the FrontPageList::Item component.

@rust-highfive
Copy link

r? @sgrif

(rust_highfive has picked a reviewer for you, use r? to override)

@Turbo87
Copy link
Member Author

Turbo87 commented Oct 31, 2020

r? @locks

@rust-highfive rust-highfive assigned locks and unassigned sgrif Oct 31, 2020
@bors
Copy link
Contributor

bors commented Nov 2, 2020

☔ The latest upstream changes (presumably #2995) made this pull request unmergeable. Please resolve the merge conflicts.

Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:

@rustbot modify labels: +S-waiting-on-review -S-waiting-on-author

@locks
Copy link
Contributor

locks commented Nov 2, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Nov 2, 2020

📌 Commit e632c74 has been approved by locks

@bors
Copy link
Contributor

bors commented Nov 2, 2020

⌛ Testing commit e632c74 with merge 0838470...

@bors
Copy link
Contributor

bors commented Nov 2, 2020

☀️ Test successful - checks-travis
Approved by: locks
Pushing 0838470 to master...

@bors bors merged commit 0838470 into rust-lang:master Nov 2, 2020
@Turbo87 Turbo87 deleted the ember-link branch November 3, 2020 21:28
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.

5 participants