Go to file
Wojciech Kwolek 716055cf6a CSS (forms) refactoring (#13)
CSS (forms) refactoring

* All forms now use the render_field helper.
* CSS is now compiled using PostCSS.
* Common form styles got extracted to more reusable & flexible classes.

Closes #12.

Co-authored-by: Wojciech Kwolek <wojciech@kwolek.xyz>
Reviewed-on: https://git.r23s.eu/wojciech/doneth.at-backend/pulls/13
2020-09-27 17:50:12 +00:00
app CSS (forms) refactoring (#13) 2020-09-27 17:50:12 +00:00
migrations Implement timezones and start of day. (#11) 2020-09-26 16:32:37 +00:00
.envrc Implement login functionality 2020-08-29 14:06:20 +02:00
.gitignore add app icons and the PWA manifest 2020-09-01 00:39:32 +02:00
Dockerfile make the tailwind generated css file smaller (kBs instead of mBs) 2020-08-31 23:01:16 +02:00
Pipfile Implement timezones and start of day. (#11) 2020-09-26 16:32:37 +00:00
Pipfile.lock Implement timezones and start of day. (#11) 2020-09-26 16:32:37 +00:00
docker-compose-example.yaml Dockerize the app 2020-08-29 21:14:31 +02:00
entrypoint.sh Dockerize the app 2020-08-29 21:14:31 +02:00
gen_icons.sh add app icons and the PWA manifest 2020-09-01 00:39:32 +02:00
package.json CSS (forms) refactoring (#13) 2020-09-27 17:50:12 +00:00
postcss.config.js CSS (forms) refactoring (#13) 2020-09-27 17:50:12 +00:00
requirements.txt update requirements.txt 2020-09-26 18:38:29 +02:00
tailwind.config.js make the tailwind generated css file smaller (kBs instead of mBs) 2020-08-31 23:01:16 +02:00
yarn.lock CSS (forms) refactoring (#13) 2020-09-27 17:50:12 +00:00