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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comment about the usage of the input field in the statistics page (#3394) #3398

Merged
merged 5 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Dillon Baldwin <https://github.com/DillBal>
Voczi <https://github.com/voczi>
Ben Nguyen <105088397+bpnguyen107@users.noreply.github.com>
Themis Demetriades <themis100@outlook.com>
Luke Bartholomew <lukesbart@icloud.com>
Gregory Abrasaldo <degeemon@gmail.com>
Taylor Obyen <https://github.com/taylorobyen>

Expand Down
3 changes: 3 additions & 0 deletions ts/routes/graphs/RangeBox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
{collection}
</label>

<!-- This form is an external API and care should be taken when changed -
other clients e.g. AnkiDroid programmatically update this form by id -->
<input
type="text"
dae marked this conversation as resolved.
Show resolved Hide resolved
id="statisticsSearchText"
bind:value={displayedSearch}
on:change={updateSearch}
on:focus={() => {
Expand Down