Commit Graph

21 Commits (9d7fbd56fa95f8ee1b1a62098d3df657f43fd70b)

Author SHA1 Message Date
msquare e0c89e0ffe fix pagination and header links
Igor Scheller 657b44f9cf Redirect back from login after 403 (Not authorized)
Igor Scheller b41a9a02d1
Use bootstrap icons instead of glyphicons
Michael Weimann 162592df7b
migrate navbar icons
Michael Weimann 5f7fcb9018
make all themes basically working with bs5
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>

migrate buttons and badges

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>

upgrade bootstrap, fix devtool

remove postcss-preset-env

remove npm-run-all

add theme info to design

add theme configs for 2-15

make all themes compile

fix node env in script

refactor theme config

make all themes basically working

fix sass 3rd party warnings

replace slash div by math.div
Michael Weimann 9acaa03a71
migrate basic elements to bs5
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>

migrate body color to bs5

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>

migrate the nav menu to bs5

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>

migrate to bs5 badges

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>

migrate to bs5 nav pills

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>

migrate the login page to bs5

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>

fix the language dropdown in bs5

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Michael Weimann ddcc9aee7a improve mobile nav button layout
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Igor Scheller 857ed23548 Added FAQ
Igor Scheller d79d2c87bc More .editorconfig improvements
Igor Scheller 72f4839130 Added HasUserNotifications trait to show messages to the user
digitaldonkey 2d9c722b3e Fix mobile navi
Igor Scheller e4a06fb457 Header: Add external links
Igor Scheller cd794fa5e8 footer.twig: Fix translation import warnings
Igor Scheller 15e6740e12 Twig update to > 2.11: Fixed namespaces, warnings and cleanup
Igor Scheller f9abcc8edb Frontend: Show language selects on every page
Igor Scheller d15946df2d Changed `src/` code and templates to use the new user model
Igor Scheller 90e1a94962 Make application name configurable
* Added app_name configuration option
* Extended `EngelsystemMailer` to prepend the application name to all mails

Closes 
Igor Scheller 7f61dc95be EventConfig: Merge event configuration from database to global config
Igor Scheller 2aad181798 Footer: Add additional links to the footer
Closes  (Support for additional footer links)
Igor Scheller c1e0e121f0 Navbar: Display user angel icon
Igor Scheller 66038eda14 Merge branch 'twig-templates'