Skip to content

Commit 54e8762

Browse files
committed
Merge branch 'refs/heads/main' into pooja/fix-redirect
2 parents 8d36965 + 8a840b9 commit 54e8762

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

docs/ff-concepts/alerts-notification/alert-dialog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ We allow you to define two types of Alert Dialog Actions:
4242

4343
- **Informational Dialog:** To show some information the user should be aware of before interacting with the app. Contains only a single action button.
4444
- **Confirm Dialog:** This dialog can contain two action buttons. It can trigger the subsequent action based on whether a user confirms the action. It can also be used before performing any non-revertable user action, for example, before deleting a user account.
45-
- **Custom Dialog**: This is a fully customizable dialog that you can create using [components](../../ui/components/overview.md).
45+
- **Custom Dialog**: This is a fully customizable dialog that you can create using [components](../../resources/ui/components/overview.md).
4646

4747
### Adding Informational Dialog [Action]
4848

@@ -126,7 +126,7 @@ Follow the steps below to add this type of action to any widget:
126126

127127
### Adding Custom Dialog [Action]
128128

129-
Before you add this action, ensure you [create a component](../../ui/components/custom-components/getting-started.md) that you want to display as a custom dialog. Now follow the steps below to add this type of action to any widget:
129+
Before you add this action, ensure you [create a component](../../resources/ui/components/custom-components/getting-started.md) that you want to display as a custom dialog. Now follow the steps below to add this type of action to any widget:
130130

131131
1. Select the **Widget** (e.g., Button) on which you want to add the action.
132132
2. Select **Actions** from the Properties panel (the right menu), and click **+ Add Action**.

docs/ff-concepts/file-handling/audio/audio-player.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here's how you can add the AudioPlayer widget to your project:
2525
3. **Disabled, pause**: This stops the audio player as soon as the app goes in the background.
2626

2727
:::info
28-
By default, every AudioPlayer widget added to the project will show sample audio from the internet.
28+
By default, every AudioPlayer widget added to the project will play a sample audio file from a network URL.
2929
:::
3030

3131
<div style={{

docs/ff-concepts/navigation-routing/bottom-sheet.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ Below are the types of Bottom Sheet actions:
4747

4848
Follow the steps below to add an action that opens the bottom sheet:
4949

50-
1. Create a bottom sheet [component](../../resources/ui/components/overview.md). Tip: you can also create one from the 'BottomSheet' templates.
50+
1. First, create a bottom sheet [component](../../resources/ui/components/overview.md).
51+
:::tip
52+
You can also create one from the 'BottomSheet' [**templates**](../../resources/ui/components/custom-components/getting-started.md#creating-a-component-from-a-popular-template).
53+
:::
5154

5255
<div style={{
5356
position: 'relative',

0 commit comments

Comments
 (0)