Jonatan Asketorp
Jonatan Asketorp
## Before this PR 1. Some typos 2. Switch links from HTTP -> HTTPS (I believe that is safe and recommended these days) 3. Some links have changed address. The...
References issue #2342 . Feel free to comment/modify/close, whichever seem most appropriate. In a nutshell, the PR will replace the float design with a flexbox design. Before and after pictures...
This is not a high priority but I suspect it can be looked at quickly. The warning in the dev tools (Chrome) ``` [DOM] Input elements should have autocomplete attributes...
We should look at replacing `react-hot-loader` with "React Fast Refresh" (see https://github.com/gaearon/react-hot-loader#moving-towards-next-step) and make sure it supports React with hooks.
Perhaps we should add `"no-console": "off",` to the eslint rules. I am interested in opinions, particularly if there is a better approach for debugging here. Based on that "[Runtime logging...
We need to store the citation styles somewhere, the main options are 1. Store them inside of the word addin (probably not a good idea) 2. Upload them at the...
I am basically trying to change the types a bit in preparation for #126, Remaining: 1. `cite.worker.ts`, 2. Double check everything
Based on @rkaufman13's UX interviews, policing seem like it should be in `issues`. I'll leave this issue open for anyone to fix, but I'll see if I can figure it...