remove group order panel close buttons
things shouldn't just disapear
order article disabled button should be gray
roup order swap plus and minus buttons
because it's more naturally intuitive like this
group order make order details collapse
group order pull search to the right
group order make 'current orders' more obvious
fix switch menu
rework group order edit form
* make switch order a menu list
* table more slim
* alert when balance negative instead of making everything red
* search to the right
wip: rework group order details
tried to reduce the amount of informations shown. but needs some user feedback, what information are actually relevant
rework group order show view
dashboard make show edit current order action more precise
group order package indication uses more color-blind friendly color
group order fix dancing quantity buttons
group order switch menu use show view
group order show window with some explanations
group order edit title more clear
grou order edit show less infos
group order switch view next iteration
grou order index narrower tables
move order details to show again
remove unused stuff
add custom_csv_collection to orders helper
add rute and controller method to orders controller
add custom csv to download dropdown
add functionality to choose column headers + order for custom csv and append order.sum gross&net to custom csv
This commit allows users to use the trix editor to send
messages with basic formatting and attachements.
* add active storage
* add actiontext
* add richtext field to messages
* add imageprocessing for message attachements
* add html email layout and adjust translations to use html urls
This commit introduces importmaps. They allow to use modern javacript ESM within rails without webpack, yarn etc.
see https://github.com/rails/importmap-rails for more details.
Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de>
Co-authored-by: FGU <fgu@pragma-shift.net>
mv lib to app/lib due to upgrade
removing concerns from autoload path
resolve zeitwerk issues
make foodsoft run for dev on rails 7 and ruby 2.7
fix mail file permission bug
fix database_config
fix articles controller test ActiveModell::Error
bump Gemfile.lock
With this [configuration](https://github.com/puma/puma/blob/master/docs/systemd.md) puma automatically binds to all systemd activated sockets. With socket activation systemd opens the listening socket(s) in advance and provides them to the Puma master process on startup. This keeps listening sockets open across puma restarts and achieves graceful restarts.