sam-lb / complexmos

WebGL-based Desmos-style graphing calculator with complex number support
http://complexmos.sambrunacini.com/app/
MIT License
3 stars 0 forks source link

expression styling should be improved #16

Closed sam-lb closed 1 month ago

sam-lb commented 1 month ago
  1. make settings icon only appear for applicable expressions
  2. show the expression index instead of MQ id at the side
  3. change alignment so longer expression ids don't get a wider side menu
  4. don't reload settings icon and error icon every time. they should both be loaded once, then controlled with style.display
sam-lb commented 1 month ago
  1. There should be some indication of which expression is being viewed, perhaps a highlight circle around the settings icon or something. This should be compatible with the possibility of multiple expressions being viewable at once in the future (not multiple domain colorings, but other objects).

edit: this part is complete