Skip to content

Commit 0bdd53d

Browse files
committed
Merge branch 'main' into release/masenf-0.7.3-canary
2 parents 4d3c250 + d45e569 commit 0bdd53d

File tree

82 files changed

+1039
-599
lines changed

Some content is hidden

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

82 files changed

+1039
-599
lines changed

.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 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-
}
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.

.github/actions/setup_build_env/action.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
# - Uv of version `uv-version` is ready to be invoked as `uv`.
1010
# - If `run-uv-sync` is true, deps as defined in `pyproject.toml` will have been installed into the venv at `create-venv-at-path`.
1111

12-
name: 'Setup Reflex build environment'
13-
description: 'Sets up Python, install uv (cached), install project deps (cached)'
12+
name: "Setup Reflex build environment"
13+
description: "Sets up Python, install uv (cached), install project deps (cached)"
1414
inputs:
1515
python-version:
16-
description: 'Python version setup'
16+
description: "Python version setup"
1717
required: true
1818
uv-version:
19-
description: 'Uv version to install'
19+
description: "Uv version to install"
2020
required: false
21-
default: '0.6.5'
21+
default: "0.6.5"
2222
run-uv-sync:
23-
description: 'Whether to run uv sync on current dir'
23+
description: "Whether to run uv sync on current dir"
2424
required: false
2525
default: false
2626
create-venv-at-path:
27-
description: 'Path to venv (if uv sync is enabled)'
27+
description: "Path to venv (if uv sync is enabled)"
2828
required: false
29-
default: '.venv'
29+
default: ".venv"
3030

3131
runs:
32-
using: 'composite'
32+
using: "composite"
3333
steps:
3434
- name: Install UV
3535
uses: astral-sh/setup-uv@v5
@@ -69,4 +69,3 @@ runs:
6969
shell: bash
7070
run: |
7171
uv sync --all-extras --dev
72-

.github/pull_request_template.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### All Submissions:
22

33
- [ ] Have you followed the guidelines stated in [CONTRIBUTING.md](https://github.com/reflex-dev/reflex/blob/main/CONTRIBUTING.md) file?
4-
- [ ] Have you checked to ensure there aren't any other open [Pull Requests](https://github.com/reflex-dev/reflex/pulls ) for the desired changed?
4+
- [ ] Have you checked to ensure there aren't any other open [Pull Requests](https://github.com/reflex-dev/reflex/pulls) for the desired changed?
55

66
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
77

@@ -14,10 +14,9 @@ Please delete options that are not relevant.
1414
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1515
- [ ] This change requires a documentation update
1616

17-
1817
### New Feature Submission:
1918

20-
- [ ] Does your submission pass the tests?
19+
- [ ] Does your submission pass the tests?
2120
- [ ] Have you linted your code locally prior to submission?
2221

2322
### Changes To Core Features:
@@ -33,4 +32,3 @@ Please delete options that are not relevant.
3332
b. Describe your changes.
3433

3534
c. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).
36-

0 commit comments

Comments
 (0)