hedgedoc/src/components/landing/pages
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
..
history Refactoring of modals (#294) 2020-06-28 00:00:05 +02:00
intro Show footer always at the bottom 2020-06-13 00:13:43 +02:00
login Sort components (#163) 2020-06-07 21:29:09 +02:00
profile better support for rtl languages (#170) 2020-06-08 23:49:14 +02:00