Skip to content

Commit 1982c26

Browse files
committed
added arcades, arcade container class
1 parent c0b9997 commit 1982c26

File tree

3 files changed

+14
-18
lines changed

3 files changed

+14
-18
lines changed

docs/intro/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This quickstart is designed to be straightforward and accessible, introducing yo
1212
<!-- TO DO: add links to resource section later on -->
1313

1414
Below is a preview of what your app will look like once completed:
15-
![flutterflow-quick-start-app-demo.avif](../../static/img/flutterflow-quick-start-app-demo.avif)
15+
<img src="../../static/img/flutterflow-quick-start-app-demo.avif" alt="flutterflow-quick-start-app-demo.avif" />
1616

1717
## **What you'll learn**
1818
- Creating layouts (add widgets)

docs/understanding-the-flutterflow-ui/Projects/how-to-collaborate-on-projects.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When you invite users to your project, you have the flexibility to assign them d
2222

2323
### How to Invite Users
2424

25-
<div style={{
25+
<div class="arcade-container" style={{
2626
position: 'relative',
2727
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
2828
height: 0,
@@ -48,14 +48,10 @@ When you invite users to your project, you have the flexibility to assign them d
4848
</iframe>
4949
</div>
5050

51-
1. Navigate to **Settings & Integrations** (from the left *Navigation Menu*) **> Project Setup > Collaboration > Invite Users**.
52-
2. Click on the **Invite User**. This will open a popup to enter user's email.
53-
3. Input their **email address** and select **Invite**.
54-
4. If a user isn't already a FlutterFlow user, we will send them an invite email. Their status will be shown as **Pending** until they create an account.
55-
5. To provide read-only access, tick the **Read Only** checkbox.
5651

5752
:::info
58-
FlutterFlow subscriptions are seat based. A user added to your project will only have access to the features of their account plan.
53+
- If a user isn't already a FlutterFlow user, we will send them an invite email. Their status will be shown as **Pending** until they create an account.
54+
- FlutterFlow subscriptions are seat based. A user added to your project will only have access to the features of their account plan.
5955
:::
6056

6157
## Branching Permissions
@@ -93,7 +89,7 @@ The owner of a project can manage permissions related to branching. Owners can c
9389
## Sharing a Project with an Organization
9490
To share a project with all team members in your organization, enable the "Share with my organization" option.
9591

96-
![Share Project With Organization](../../../static/img/share-project-with-organization.avif)
92+
<img src="../../../static/img/share-project-with-organization.avif" alt="Share Project With Organization" />
9793

9894
## Real-Time Collaboration
9995
Real-Time Collaboration is a powerful feature that allows multiple builders to work together on the same project or, rather same page and design system simultaneously. With this, all builders can see the changes being made to the page as they happen and can also make their own changes to the page without interfering with the work of others.
@@ -103,16 +99,17 @@ This increases efficiency and productivity, as multiple builders can work on var
10399

104100
To enable real-time collaboration, navigate to Settings & Integrations (from the left Navigation Menu) > Project Setup > Collaboration > click Enable Updated Collaboration.
105101

106-
![Realtime Collaboration Setup](../../../static/img/realtime-collaboration-setup.png)
102+
<img src="../../../static/img/realtime-collaboration-setup.png" alt="Realtime Collaboration Setup" />
107103

108104
Now when multiple builders are on the same page, it looks like this:
109105

110-
![Realtime Collaboration](../../../static/img/real-time-collaboration.gif)
106+
<img src="../../../static/img/real-time-collaboration.gif" alt="Realtime Collaboration" />
111107

112108
To disable this feature anytime, click the Disable Updated Collaboration button.
113109

114110
:::caution
115111
- This feature is still in Beta, and unexpected issues may occur. Ensure you regularly create project versions as a backup.
112+
<!-- TODO - Add link to versioning -->
116113
:::
117114
:::info
118115
- Real-Time collaboration is a feature of our Teams and Enterprise plans.
@@ -122,7 +119,7 @@ To disable this feature anytime, click the Disable Updated Collaboration button.
122119
This step can not be undone. If you want to regain project ownership, the new project owner will need to transfer ownership back to you.
123120
:::
124121

125-
<div style={{
122+
<div class ="arcade-container" style={{
126123
position: 'relative',
127124
paddingBottom: 'calc(56.67989417989418% + 41px)', // Maintain aspect ratio plus extra padding
128125
height: 0,
@@ -148,15 +145,10 @@ This step can not be undone. If you want to regain project ownership, the new pr
148145
</iframe>
149146
</div>
150147

151-
152-
1. Navigate to **Settings & Integrations** (from the left Navigation Menu) **> Project Setup > Collaboration > Invite Users.**
153-
2. Click on the **Status** (e.g., Active) of the person you want to transfer project ownership to. You can only transfer ownership to someone with a status of **Active**.
154-
3. A popup will appear, and select **Yes**.
155-
156148
## Project Activity
157149
You can see a running history of changes made while building that helps you track progress and stay up to date on project changes. This feature allows team members to see all the updates made to a project in real-time, enabling them to understand how the project is evolving and collaborate more efficiently.
158150

159-
![Project Activity](../../../static/img/flutterflow-project-activity.avif)
151+
<img src="../../../static/img/flutterflow-project-activity.avif" alt="Project Activity" />
160152

161153
:::info
162154
Teams users can access the last 7 days of project edits, while FlutterFlow Enterprise users can access and download all previous project edits.

src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,8 @@ p {
100100

101101
div.alert {
102102
margin-bottom: 24px;
103+
}
104+
105+
.arcade-container {
106+
margin-bottom: 24px;
103107
}

0 commit comments

Comments
 (0)