From 6334255e15f56f71fcbf1a5bea033a54cea99536 Mon Sep 17 00:00:00 2001 From: "Kilu.He" <108015703+qinluhe@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:21:50 +0800 Subject: [PATCH] fix: some style issues (#5783) --- .../application/services/js-services/cache/index.ts | 3 +-- .../appflowy_web_app/src/components/app/AppTheme.tsx | 2 +- .../src/components/database/board/Board.tsx | 1 - .../src/components/database/calendar/Calendar.tsx | 2 +- .../src/components/database/calendar/calendar.scss | 5 +++++ .../database/components/board/column/Column.tsx | 3 ++- .../database/components/calendar/toolbar/NoDate.tsx | 11 ++++++++--- .../database/components/calendar/toolbar/Toolbar.tsx | 2 +- .../components/cell/checkbox/CheckboxCell.tsx | 2 +- .../database/components/grid/grid-cell/GridCell.tsx | 2 +- .../components/grid/grid-column/GridColumn.tsx | 4 ++-- .../components/grid/grid-table/GridTable.tsx | 2 +- .../components/database/components/tabs/ViewTabs.tsx | 2 +- .../editor/components/leaf/mention/MentionPage.tsx | 9 ++++----- .../appflowy_web_app/src/pages/AfterPaymentPage.tsx | 12 +++++++++--- frontend/resources/translations/en.json | 2 +- 16 files changed, 39 insertions(+), 25 deletions(-) diff --git a/frontend/appflowy_web_app/src/application/services/js-services/cache/index.ts b/frontend/appflowy_web_app/src/application/services/js-services/cache/index.ts index 712e903c6b..83d8226603 100644 --- a/frontend/appflowy_web_app/src/application/services/js-services/cache/index.ts +++ b/frontend/appflowy_web_app/src/application/services/js-services/cache/index.ts @@ -258,10 +258,9 @@ export async function revalidatePublishView< // rowMapDoc.getMap().set(subdoc.guid, subdoc); // }); } - - console.log('rows', rows); } + console.log('====', rows); const state = new Uint8Array(data); applyYDoc(collab, state); diff --git a/frontend/appflowy_web_app/src/components/app/AppTheme.tsx b/frontend/appflowy_web_app/src/components/app/AppTheme.tsx index 329617b8ce..5b81148b0b 100644 --- a/frontend/appflowy_web_app/src/components/app/AppTheme.tsx +++ b/frontend/appflowy_web_app/src/components/app/AppTheme.tsx @@ -15,7 +15,7 @@ function AppTheme({ children }: { children: React.ReactNode }) { createTheme({ typography: { fontFamily: ['inherit'].join(','), - fontSize: 12, + fontSize: 14, button: { textTransform: 'none', }, diff --git a/frontend/appflowy_web_app/src/components/database/board/Board.tsx b/frontend/appflowy_web_app/src/components/database/board/Board.tsx index a92ae8c705..73c0f95398 100644 --- a/frontend/appflowy_web_app/src/components/database/board/Board.tsx +++ b/frontend/appflowy_web_app/src/components/database/board/Board.tsx @@ -7,7 +7,6 @@ export function Board() { const database = useDatabase(); const groups = useGroupsSelector(); - console.log('groups', database); if (!database) { return (