From 69178b9d3755a7365e5a43422e699444aeeb59d6 Mon Sep 17 00:00:00 2001 From: PoojaB26 Date: Tue, 23 Jul 2024 21:32:24 +0530 Subject: [PATCH 1/3] Fix home page UI --- docs/index.md | 8 +++++--- docusaurus.config.ts | 4 ++-- src/css/custom.css | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 98187938..00cf6276 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,7 @@ --- title: FlutterFlow Documentation +custom_edit_url: null +showLastUpdateTime: false hide_title: true sidebar_label: Overview slug: / @@ -18,11 +20,11 @@ import UsersIcon from '@site/static/icons/users.png'; import BranchIcon from '@site/static/icons/branch_New.png'; - -# Quickly build beautiful apps, without limitation. -### FlutterFlow is a visual development environment that lets you build mobile, web, and desktop apps incredibly fast, without sacrificing quality or features. + +## Quickly build beautiful apps, without limitation. +FlutterFlow is a visual development environment that lets you build mobile, web, and desktop apps incredibly fast, without sacrificing quality or features. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5667c7fc..0adac48e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -22,9 +22,9 @@ const config: Config = { routeBasePath: '/', sidebarPath: './sidebars.ts', editUrl: 'https://github.com/FlutterFlow/flutterflow-documentation/edit/main/', - showLastUpdateAuthor: true, + showLastUpdateAuthor: false, showLastUpdateTime: true, - // exclude: ['README.md'], + exclude: ['docs/index.md'], // lastVersion: 'current', // versions: { // current: { diff --git a/src/css/custom.css b/src/css/custom.css index d85f39cc..e28a13fd 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -4,6 +4,9 @@ See css var + hsl color palette technique: https://blog.maximeheckel.com/posts/the-power-of-composition-with-css-variables/ */ + --border: 1px solid #d9d6d6; + --selected-border: 1px solid var(--ifm-color-primary); + --site-primary-hue-saturation: 167 68%; --site-color-feedback-background: #f0f8ff; --docusaurus-highlighted-code-line-bg: rgb(0 0 0 / 10%); From 58ac79e9511d04e2690bf9309d1d4f60a8c69f91 Mon Sep 17 00:00:00 2001 From: PoojaB26 Date: Tue, 23 Jul 2024 21:38:52 +0530 Subject: [PATCH 2/3] Changes by Ideagarage --- docs/ff-integrations/notifications/one-signal/one-signal.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ff-integrations/notifications/one-signal/one-signal.md b/docs/ff-integrations/notifications/one-signal/one-signal.md index 9a2244e1..db823a31 100644 --- a/docs/ff-integrations/notifications/one-signal/one-signal.md +++ b/docs/ff-integrations/notifications/one-signal/one-signal.md @@ -108,5 +108,9 @@ You can find out if the user was successfuly added to the subscription by naviga ![img_2.png](img_2.png) +:::info[OneSignal for Supabase Users] +Currently, Our OneSignal integration supports Firebase authentication. If you want to use Supabase authentication, you may need to provide custom code to notify your users for now. +::: + From 5b26c77c7ad02bc5cb16fa98cbfb089b21836097 Mon Sep 17 00:00:00 2001 From: PoojaB26 Date: Tue, 23 Jul 2024 21:50:57 +0530 Subject: [PATCH 3/3] Update CSS --- docs/intro/flutterflow-app-architecture.md | 7 --- src/css/custom.css | 66 +++++----------------- 2 files changed, 13 insertions(+), 60 deletions(-) delete mode 100644 docs/intro/flutterflow-app-architecture.md diff --git a/docs/intro/flutterflow-app-architecture.md b/docs/intro/flutterflow-app-architecture.md deleted file mode 100644 index 3a0fdeab..00000000 --- a/docs/intro/flutterflow-app-architecture.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -sidebar_position: 2 ---- - -# FF - -When it comes to developing your application in FlutterFlow \ No newline at end of file diff --git a/src/css/custom.css b/src/css/custom.css index e28a13fd..3e3be08e 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -119,29 +119,6 @@ html[data-theme='dark'] { ); } -div[class^='announcementBar_'] { - font-size: 20px; - - /* - --site-announcement-bar-stripe-color1: hsl( - var(--site-primary-hue-saturation) 85% - ); - --site-announcement-bar-stripe-color2: hsl( - var(--site-primary-hue-saturation) 95% - ); - */ - --site-announcement-bar-stripe-color1: #e8d7ff; - --site-announcement-bar-stripe-color2: #ffe9d1; - - background: repeating-linear-gradient( - 35deg, - var(--site-announcement-bar-stripe-color1), - var(--site-announcement-bar-stripe-color1) 20px, - var(--site-announcement-bar-stripe-color2) 10px, - var(--site-announcement-bar-stripe-color2) 40px - ); - font-weight: bold; -} .screen-reader-only { border: 0; @@ -165,11 +142,15 @@ div[class^='announcementBar_'] { .test-marker-site-custom-css-unique-rule { content: 'site-custom-css-unique-rule'; } +.centered-caption { + text-align: center; + font-size: 12px; /* Set the font size to 16px */ +} .video-container { position: relative; width: 100%; - padding-bottom: 59.5256312165264%; /* 16:9 aspect ratio */ + padding-bottom: 56.25%; /* 16:9 aspect ratio */ height: 0; overflow: hidden; } @@ -179,45 +160,24 @@ div[class^='announcementBar_'] { top: 0; left: 0; width: 100%; - max-width: 560px; - margin: 0 auto; + height: 100%; } -.yt-lite > .lty-playbtn { - cursor: pointer; - border: 0; -} - -.dropdown-separator { - margin: 0.3rem 0; -} - -.dropdown-archived-versions { - font-size: 0.875rem; - padding: 0.2rem 0.5rem; -} +/* table { + max-height: 20px; +} */ -.code-block-error-line { - background-color: #ff000020; - display: block; - margin: 0 calc(-1 * var(--ifm-pre-padding)); - padding: 0 var(--ifm-pre-padding); - border-left: 3px solid #ff000080; -} .landscape-image { width: auto; height: 400px; } -[data-theme='dark'] [data-rmiz-modal-overlay='visible'] { - background-color: rgba(0 0 0 / 95%); -} -html[data-navbar='false'] .navbar { - display: none; +div.alert { + margin-bottom: 24px; } -html[data-red-border] div#__docusaurus { - border: red solid thick; +.arcade-container { +margin-bottom: 24px; } \ No newline at end of file