Commit Graph

3 Commits (52663113d46c3adc80f54f6f4595fa8d3dcd0ae0)

Author SHA1 Message Date
wxiaoguang 2b064b8637
Refactor legacy line-number and scroll code ()
1. remove jquery
2. rewrite the "line number selection", fix various edge cases
3. fix the scroll
silverwind 8a53a39c42
Fix a number of typescript errors ()
Fixes 96 typescript errors. Behaviour changes are commented below.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
silverwind 5791a73e75
Convert frontend code to typescript ()
None of the frontend js/ts files was touched besides these two commands
(edit: no longer true, I touched one file in
61105d0618
because of a deprecation that was not showing before the rename).

`tsc` currently reports 778 errors, so I have disabled it in CI as
planned.

Everything appears to work fine.