hedgedoc/src/components
Erik Michelson d13adcc9c3
Refactoring of modals (#294)
* Refactored modals (added CommonModal and DeletionModal besides ErrorModal)

This change allows more code reusage by defining a common modal that has a translated title with an optional icon.

* Replace the eslint-hack with a proper TypeScript conform solution

Instead of asserting non-null and disabling eslint, the 'as ...'-syntax is used to convince the compiler that everything is fine.

* Improved property names and ShowIf-construct

* Fixed missing renamings
2020-06-28 00:00:05 +02:00
..
application-loader Adds an info banner to the app (#190) 2020-06-15 21:54:20 +02:00
common Refactoring of modals (#294) 2020-06-28 00:00:05 +02:00
editor changed comment in markdown-renderer.scss file to explain why the usage of * is necessary 2020-06-27 11:23:22 +02:00
error added redirector component (#199) 2020-06-13 00:29:39 +02:00
landing Refactoring of modals (#294) 2020-06-28 00:00:05 +02:00
redirector added redirector component (#199) 2020-06-13 00:29:39 +02:00