Compare commits

..

13 commits

Author SHA1 Message Date
Philipp Rothmann
bf55d143a2 add html email layout and adjust translations for urls 2023-02-09 17:18:28 +01:00
Philipp Rothmann
951530ecb7 add imageprocessing for message attachements 2023-02-09 17:18:28 +01:00
Philipp Rothmann
ebf8e902dd add richtext field to messages 2023-02-09 17:18:28 +01:00
Philipp Rothmann
be43c6f490 add actiontext 2023-02-09 17:18:28 +01:00
Philipp Rothmann
eefe9a6af0 add active storage 2023-02-09 17:18:25 +01:00
Philipp Rothmann
c941b7bcca kind of works with importmaps 2023-02-09 17:18:08 +01:00
Philipp Rothmann
dd27bfa3f1 comment out yield javascript for debugging
should be readded later again and might require this fix to load inline
javascript only after the modules are already loaded: https://stackoverflow.com/questions/71876873/rails-7-7-0-2-3-importmap-jquery-is-not-defined-in-view
2023-02-09 17:18:08 +01:00
Philipp Rothmann
3611eb900e add jquery to precompile assets 2023-02-09 17:18:08 +01:00
Philipp Rothmann
34fdd6d350 add manifest.js 2023-02-09 17:18:08 +01:00
Philipp Rothmann
56a1215646 add importmap tags to head 2023-02-09 17:18:08 +01:00
Philipp Rothmann
ae93f32f33 init importmap 2023-02-09 17:18:08 +01:00
Philipp Rothmann
3636c0441a improve dockerfile caching 2023-02-09 17:18:08 +01:00
Philipp Rothmann
0ddd4ff86e upgrade dockerfile to rails7 2023-02-09 17:18:08 +01:00

View file

@ -11,7 +11,6 @@ services:
build:
context: .
dockerfile: Dockerfile-dev
platform: linux/x86_64
command: ./proc-start worker
volumes:
- bundle:/usr/local/bundle