Skip to content

Commit 988eda0

Browse files
committed
Merge branch 'main' into lendemor/fix_duplicate_tab_issue
2 parents d2b183e + 3720b7a commit 988eda0

File tree

543 files changed

+26962
-102387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

543 files changed

+26962
-102387
lines changed

.coveragerc

Lines changed: 0 additions & 40 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
3-
"postCreateCommand": "/bin/bash -c 'python -m pip install poetry && python -m poetry install & git clone https://github.com/reflex-dev/reflex-examples; wait'",
4-
"forwardPorts": [3000, 8000],
5-
"portsAttributes": {
6-
"3000": {
7-
"label": "Frontend",
8-
"onAutoForward": "notify"
9-
},
10-
"8000": {
11-
"label": "Backend"
12-
}
13-
}
2+
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
3+
"postCreateCommand": "/bin/bash -c 'python -m pip install uv && python -m uv sync & git clone https://github.com/reflex-dev/reflex-examples; wait'",
4+
"forwardPorts": [3000, 8000],
5+
"portsAttributes": {
6+
"3000": {
7+
"label": "Frontend",
8+
"onAutoForward": "notify"
9+
},
10+
"8000": {
11+
"label": "Backend"
12+
}
13+
}
1414
}
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
assignees: ''
6-
4+
title: ""
5+
assignees: ""
76
---
87

98
**Describe the bug**
109
A clear and concise description of what the bug is.
1110

1211
**To Reproduce**
1312
Steps to reproduce the behavior:
14-
- Code/Link to Repo:
13+
14+
- Code/Link to Repo:
1515

1616
**Expected behavior**
1717
A clear and concise description of what you expected to happen.
@@ -20,10 +20,11 @@ A clear and concise description of what you expected to happen.
2020
If applicable, add screenshots to help explain your problem.
2121

2222
**Specifics (please complete the following information):**
23-
- Python Version:
24-
- Reflex Version:
25-
- OS:
26-
- Browser (Optional):
27-
23+
24+
- Python Version:
25+
- Reflex Version:
26+
- OS:
27+
- Browser (Optional):
28+
2829
**Additional context**
2930
Add any other context about the problem here.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Build Issue
3+
about: Report an issue related to reflex.build
4+
title: "[BUILD] " # This acts as a hint, but users can change it.
5+
labels: build
6+
assignees: ""
7+
---
8+
9+
## Describe the issue
10+
11+
Provide details about the issue.
12+
13+
...
14+
15+
## Expected behavior
16+
17+
What should have happened?
18+
19+
...
20+
21+
## Steps to reproduce (if applicable)
22+
23+
1.
24+
2.
25+
3.
26+
27+
## Environment
28+
29+
- Reflex Version:
30+
- Python Version:
31+
- OS:
32+
- Browser:
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Cloud Issue
3+
about: Report an issue related to Reflex Cloud
4+
title: "[CLOUD] " # This acts as a hint, but users can change it.
5+
labels: cloud
6+
assignees: ""
7+
---
8+
9+
## Describe the issue
10+
11+
Provide details about the issue.
12+
13+
...
14+
15+
## Expected behavior
16+
17+
What should have happened?
18+
19+
...
20+
21+
## Steps to reproduce (if applicable)
22+
23+
1.
24+
2.
25+
3.
26+
27+
## Environment
28+
29+
- Reflex Version:
30+
- Python Version:
31+
- OS:
32+
- Browser:
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Custom Component Request
33
about: Suggest a new custom component for Reflex
4-
title: ''
5-
labels: 'custom component request'
6-
assignees: ''
7-
4+
title: ""
5+
labels: "custom component request"
6+
assignees: ""
87
---
98

109
**Describe the Custom Component**
@@ -17,7 +16,8 @@ A clear and concise description of what the custom component does.
1716
- What are the use cases for the custom component?
1817

1918
**Specifics (please complete the following information):**
20-
- Do you have a specific react package in mind? (Optional):
21-
19+
20+
- Do you have a specific react package in mind? (Optional):
21+
2222
**Additional context**
2323
Add any other context about the custom component here.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Enhancement Request
33
about: Suggest an enhancement for an existing Reflex feature.
4-
title: ''
5-
labels: 'enhancement'
6-
assignees: ''
4+
title: ""
5+
labels: "enhancement"
6+
assignees: ""
77
---
88

99
**Describe the Enhancement you want**
@@ -14,6 +14,6 @@ A clear and concise description of what the improvement does.
1414
- What is the benefit of the enhancement?
1515

1616
- Show an example/usecase were the improvement are needed.
17-
17+
1818
**Additional context**
1919
Add any other context here.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Enterprise Issue
3+
about: Report an issue related to Reflex Enterprise
4+
title: "[ENTERPRISE] " # This acts as a hint, but users can change it.
5+
labels: enterprise
6+
assignees: ""
7+
---
8+
9+
## Describe the issue
10+
11+
Provide details about the issue.
12+
13+
...
14+
15+
## Expected behavior
16+
17+
What should have happened?
18+
19+
...
20+
21+
## Steps to reproduce (if applicable)
22+
23+
1.
24+
2.
25+
3.
26+
27+
## Environment
28+
29+
- Reflex Version:
30+
- Python Version:
31+
- OS:
32+
- Browser:
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature Request
33
about: Suggest a new feature for Reflex
4-
title: ''
5-
labels: 'feature request'
6-
assignees: ''
7-
4+
title: ""
5+
labels: "feature request"
6+
assignees: ""
87
---
98

109
**Describe the Features**
@@ -13,6 +12,6 @@ A clear and concise description of what the features does.
1312
- What is the purpose of the feature?
1413

1514
- Show an example / use cases for the new feature.
16-
15+
1716
**Additional context**
1817
Add any other context here.

0 commit comments

Comments
 (0)