Skip to content

Commit 13c9f7d

Browse files
committed
add 2x templates more
1 parent ebbac2f commit 13c9f7d

File tree

6 files changed

+70
-2
lines changed

6 files changed

+70
-2
lines changed
186 KB
Loading
592 KB
Loading

pcweb/pages/gallery/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def page(document, is_reflex_template: bool) -> rx.Component:
114114
class_name="w-full h-full xl:rounded-md shadow-small",
115115
id="iFrame",
116116
),
117-
class_name="w-full h-[65vh] bg-slate-2 text-center flex flex-col gap-y-4 items-center text-slate-10",
117+
class_name="w-full h-[70vh] text-center flex flex-col gap-y-4 items-center text-slate-10",
118118
)
119119
)
120120

pcweb/whitelist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313
WHITELISTED_PAGES = [
14-
# "/templates",
14+
"/templates",
1515
# "/docs/getting-started"
1616
]
1717

reflex_build_templates/chat_app.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: chat_app
3+
description: "Comprehensive dashboard for audio analysis, monitoring, and operational insights."
4+
author: "Reflex"
5+
image: "chat_app.png"
6+
demo: "https://chat-app-gold-book.reflex.run/"
7+
# source: "https://github.com/reflex-dev/templates/tree/main/api_admin_panel"
8+
meta: [
9+
{"name": "keywords", "content": "audio dashboard, sound analysis, reflex audio tools"},
10+
]
11+
tags: ["Dashboard"]
12+
---
13+
14+
The following is an audio operations dashboard that allows you to analyze, monitor, and manage various audio-related workflows. It provides real-time insights and tools for interacting with sound or voice data in a structured and intuitive interface.
15+
16+
## Setup
17+
18+
To run this app locally, install Reflex and run:
19+
20+
```bash
21+
reflex init --template api_admin_panel
22+
```
23+
24+
To run the app, use:
25+
26+
```bash
27+
reflex run
28+
```
29+
30+
## Usage
31+
32+
To use the app insert the desired endpoint click `New Request` then in the input field and click on the `Send` button. You can optionally add a body, headers, and cookies to the request. The response will be displayed in the table.
33+
34+
When clicking on a row the request and response will be displayed in the respective sections. You can further customize this app by adding custom actions to the rows and `Commit` and `Close` buttons.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: company_dashboard
3+
description: "Comprehensive dashboard for audio analysis, monitoring, and operational insights."
4+
author: "Reflex"
5+
image: "company_dashboard.png"
6+
demo: "https://company-dashboard-navy-book.reflex.run/"
7+
# source: "https://github.com/reflex-dev/templates/tree/main/api_admin_panel"
8+
meta: [
9+
{"name": "keywords", "content": "audio dashboard, sound analysis, reflex audio tools"},
10+
]
11+
tags: ["Dashboard"]
12+
---
13+
14+
The following is an audio operations dashboard that allows you to analyze, monitor, and manage various audio-related workflows. It provides real-time insights and tools for interacting with sound or voice data in a structured and intuitive interface.
15+
16+
## Setup
17+
18+
To run this app locally, install Reflex and run:
19+
20+
```bash
21+
reflex init --template api_admin_panel
22+
```
23+
24+
To run the app, use:
25+
26+
```bash
27+
reflex run
28+
```
29+
30+
## Usage
31+
32+
To use the app insert the desired endpoint click `New Request` then in the input field and click on the `Send` button. You can optionally add a body, headers, and cookies to the request. The response will be displayed in the table.
33+
34+
When clicking on a row the request and response will be displayed in the respective sections. You can further customize this app by adding custom actions to the rows and `Commit` and `Close` buttons.

0 commit comments

Comments
 (0)