* feat: add CreateNonExistentNote component
This component asks the user if they want to create the note that was request, but is not there.
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Add new note page
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* Make new note button clickable
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* Add CHANGELOG note
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* Refactor error messages
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* Use features note in mock
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* Common Error page should always use i18n
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit adds multiple unit jest tests for components and removes e2e tests.
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Co-authored-by: Philip Molares <philip.molares@udo.edu>
This PR fixes:
- The wrong clean up of window post message communicators
- The smooth scroll bug in chrome (Fixes Anchor navigation in render view not working #1770)
- Scroll by using touch devices in renderer
- Lazy loading of the editor (code mirror doesn't need to be lazy loaded any more)
* fix: add translation for app logo title
fixes#1724
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>