Skip to content

Commit

Permalink
Merge pull request #1348 from filipedeschamps/dark-mode
Browse files Browse the repository at this point in the history
Dark mode sem flash e nova versão do editor de markdown
  • Loading branch information
aprendendofelipe authored Mar 29, 2023
2 parents fd7ed67 + 3fa8186 commit 7a0626d
Show file tree
Hide file tree
Showing 49 changed files with 2,547 additions and 351 deletions.
2 changes: 1 addition & 1 deletion infra/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const configurations = {
database: process.env.POSTGRES_DB,
password: process.env.POSTGRES_PASSWORD,
port: process.env.POSTGRES_PORT,
connectionTimeoutMillis: 1000,
connectionTimeoutMillis: 2000,
idleTimeoutMillis: 30000,
max: 1,
ssl: {
Expand Down
5 changes: 4 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"compilerOptions": {
"baseUrl": "."
"baseUrl": ".",
"paths": {
"@/*": ["pages/interface/components/*"]
}
}
}
4 changes: 2 additions & 2 deletions models/rss.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { renderToStaticMarkup } from 'react-dom/server';
import { Viewer } from 'pages/interface';
import { Viewer } from '@/TabNewsUI';
import removeMarkdown from 'models/remove-markdown';
import { renderToStaticMarkup } from 'react-dom/server';

import { Feed } from 'feed';
import webserver from 'infra/webserver.js';
Expand Down
Loading

1 comment on commit 7a0626d

@vercel
Copy link

@vercel vercel bot commented on 7a0626d Mar 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tabnews – ./

tabnews-tabnews.vercel.app
tabnews-git-main-tabnews.vercel.app
tabnews.com.br
www.tabnews.com.br

Please sign in to comment.