avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <title>Options</title> |
| 6 | </head> |
| 7 | <body> |
avm99963 | 122dc9b | 2019-03-30 18:44:18 +0100 | [diff] [blame] | 8 | <p> |
| 9 | <input type="checkbox" id="list"><label for="list"> Enable infinite scrolling in thread lists.</label><br> |
| 10 | <input type="checkbox" id="thread"><label for="thread"> Enable infinite scrolling inside threads.</label> |
| 11 | </p> |
| 12 | <h4>Additional enhancements</h4> |
| 13 | <p> |
| 14 | <input type="checkbox" id="fixedtoolbar"><label for="fixedtoolbar"> Fix the toolbar in thread lists in the Community Console.</label><br> |
avm99963 | 134f1ef | 2019-03-30 19:05:27 +0100 | [diff] [blame^] | 15 | <input type="checkbox" id="redirect"><label for="redirect"> Redirect all threads opened in TW to the Community Console.<span style="color: gray;">(experimental)</span></label><br> |
avm99963 | 122dc9b | 2019-03-30 18:44:18 +0100 | [diff] [blame] | 16 | <input type="checkbox" id="history"><label for="history"> Show a "previous posts" link in user profiles. <span style="color: gray;">(doesn't work, in development)</span></label> |
| 17 | </p> |
avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 18 | <p style="text-align: center;"><button id="save">Save</button></p> |
| 19 | <script src="options.js"></script> |
| 20 | </body> |
| 21 | </html> |