Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Save selected search tab #45281

Merged
merged 1 commit into from
Oct 18, 2017
Merged

Conversation

GuillaumeGomez
Copy link
Member

@GuillaumeGomez GuillaumeGomez commented Oct 14, 2017

Fixes #45278.

r? @rust-lang/docs

@kennytm kennytm added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 14, 2017
@dns2utf8
Copy link
Contributor

Very cool 👍

'<div>As return value</div></div><div id="results">';
`<div${currentTab === 0 ? ' class="selected"' : ""}>Types/modules</div>` +
`<div${currentTab === 1 ? ' class="selected"' : ""}>As parameters</div>` +
`<div${currentTab === 2 ? ' class="selected"' : ""}>As return value</div>` +
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Excellent point!

@GuillaumeGomez
Copy link
Member Author

Updated.

Copy link
Contributor

@dns2utf8 dns2utf8 left a comment

Choose a reason for hiding this comment

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

👍

@QuietMisdreavus
Copy link
Member

@bors r+

I wonder how long it'll take until someone asks this to be saved to local storage. >_> Maybe that can be folded into an eventual settings page PR for #18167.

@bors
Copy link
Contributor

bors commented Oct 17, 2017

📌 Commit 45bb03f has been approved by QuietMisdreavus

@kennytm kennytm added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 17, 2017
@GuillaumeGomez
Copy link
Member Author

@QuietMisdreavus: Sounds like a strange idea... It's just a tab away. :p

kennytm added a commit to kennytm/rust that referenced this pull request Oct 18, 2017
…etMisdreavus

Save selected search tab

Fixes rust-lang#45278.

r? @rust-lang/docs
bors added a commit that referenced this pull request Oct 18, 2017
Rollup of 10 pull requests

- Successful merges: #44138, #45082, #45098, #45181, #45217, #45281, #45325, #45326, #45340, #45354
- Failed merges:
@alexcrichton alexcrichton merged commit 45bb03f into rust-lang:master Oct 18, 2017
@GuillaumeGomez GuillaumeGomez deleted the tab-selection branch October 19, 2017 08:05
bors added a commit that referenced this pull request Oct 19, 2017
Save the highlighted item when switching tab

To be merged after #45281.

r? @rust-lang/docs
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants