Fix today race condition (#75)

* Move frontend to root

* Fix backend issues

* Remove old routes

* Setup Dockerfile

* Fix today /tags multiplt requests issue

* Fix race condition on today's inbox widget

* Fix cors development issue

* Fix CORS for Dockerfile

* Fix dockerised settings for infinite loop

* Fix translation issues

* fixup! Fix translation issues

---------

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
Chris 2025-06-13 14:20:24 +03:00 committed by GitHub
parent 9b1e465b83
commit f9b21dff0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
106 changed files with 2435 additions and 1451 deletions

View file

@ -2,7 +2,7 @@
module.exports = {
darkMode: 'class',
content: [
'./app/frontend/**/*.{js,ts,jsx,tsx}', // Your React components
'./frontend/**/*.{js,ts,jsx,tsx}', // Your React components
'./app/views/**/*.erb', // Any .erb templates that might remain
],
theme: {