dvmorozov / arxiv

ArxivExpress - arxiv.org client for Android and iOS, ArxivNavigator - interactive arxiv.org metadata visualization. I would appreciate any way of contributing: GitHub issue, email or pull request.
https://dvmorozov.github.io/arxiv/
Other
0 stars 0 forks source link

Graph frame size should be set up from parent window #91

Open dvmorozov opened 1 year ago

dvmorozov commented 1 year ago

Task

Frame sizes should be set up by parent window to allow construction of dashboard.

Solution

  1. Correct JavaScripts.
  2. Add small frame with topics graph to the main page.

Problem

Mouse events should be transferred between frame and main window.

Alternative

Don't use frames at all. Create scripts and construct graphs directly where they are needed. :heavy_check_mark:

dvmorozov commented 1 year ago

Frame is not used anymore. #79