-
-
Notifications
You must be signed in to change notification settings - Fork 72
Assorted improvements #1888
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
base: develop
Are you sure you want to change the base?
Assorted improvements #1888
Changes from 23 commits
440e39a
a4740ad
3b5d5f2
5b77efd
22cee25
f0ec2e9
546e22a
ae0dfa3
879accb
76517e8
f265135
3724130
4fa820a
16c0122
51d4c18
4d6ba34
adb57ea
2009d94
397d0c5
0a8480d
febeafc
2bbe33c
1788af1
acc97b6
02d8a45
1c34cd4
757fe46
7994836
737e382
1f292b9
6d2ad87
6e6d1a3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,13 @@ | ||
| <h1>Keyboard tools</h1> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Haven't confirmed visually because I don't yet know how to navigate to this page... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Apparently, the route got explicitly removed (while the view and the controller action are still there) in 9815057#diff-959bc9abc46a55332bb64d5155a79323afa75a50ec1a2137ddd22d926f62c6c5L215. @ArtOfCode- (just making sure we are all up to speed regarding the removal)? |
||
| <p>Codidact supports keyboard tools to enhance user accessibility. You can activate (and then later deactivate) them here on this page:</p> | ||
|
|
||
| <p> | ||
| <%= SiteSetting['NetworkName'] %> supports keyboard tools to enhance user accessibility. | ||
| You can activate (and then later deactivate) them here on this page: | ||
| </p> | ||
| <p>You'll need JavaScript to be enabled for the tools to work.</p> | ||
|
|
||
| <p>Keyboard tools are currently <strong class="js-keyboard_tools-status">unknown</strong>. | ||
| <button class="button is-outlined js-keyboard_tools-toggle">Toggle</button> | ||
| <button class="button is-outlined js-keyboard_tools-toggle">Toggle</button> | ||
| </p> | ||
|
|
||
| <p>This setting is stored in your browser and not your user account, so you can set it as you want it on any device.</p> | ||
| <p>This setting is stored in your browser and not your user account, so you can set it as you want it on any device.</p> | ||
Uh oh!
There was an error while loading. Please reload this page.