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:
parent
9b1e465b83
commit
f9b21dff0a
106 changed files with 2435 additions and 1451 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue