From e709218718d7b1e035aab2d8fe5c85196e1a3eec Mon Sep 17 00:00:00 2001 From: Maximilian Giller <m.giller@tu-bs.de> Date: Mon, 10 Oct 2022 18:15:43 +0200 Subject: [PATCH] Added simple list of open features and issues for later reference --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b13b811..f783e51 100644 --- a/README.md +++ b/README.md @@ -140,3 +140,12 @@ Besides the [React](https://reactjs.org/) and [React Force Graph](https://github 1. [KaTeX](https://katex.org/) to render LaTeX formulas. 2. [Three-Fatline](https://github.com/vasturiano/three-fatline) to consistently display lines with thickness. 3. [Three-Spritetext](https://github.com/vasturiano/three-spritetext) to easily convert text into 3d sprites. + +## Known issues and open features + +- Features + - Properly implement/fix the DateVisibilityInput and show it next to the other node properties. Currently already exists, but is not used, because it is not working reliably enough. + - Sidepanel tab to edit visibility dates grouped together, so that all nodes with the same date can be adjusted at once. +- Bugs + - Cursor in reference textboxes always jumps to the end. + - DateVisibilityInput checkbox "flickers" on second/third click, something seem to not be setup correctly. -- GitLab