Belikhun / themis-web-interface

Themis Web Interface - Trang web quản lý chấm điểm tự động môn Tin Học thông qua LAN và WAN. Sử dụng trình chấm Themis
MIT License
34 stars 11 forks source link

🎫 Rewrite `tooltip` with lower CPU usage #68

Closed Belikhun closed 3 years ago

Belikhun commented 3 years ago

This pull request contains rewritten code of tooltip with other small bug fixes in the progress. Tooltip now use event-based approach to show the tooltip on a certain element instead of scanning and tracing element currently under cursor, which greatly decrease the CPU usage when moving the mouse rapidly.