-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: new static homepage using vue template #760
docs: new static homepage using vue template #760
Conversation
Your Render PR Server URL is https://solara-stable-pr-760.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cr85dpaj1k6c73a911cg. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @iisakkirotko and the rest of your teammates on Graphite |
2b01f57
to
e34dfe2
Compare
40430f6
to
ccd72b9
Compare
ccd72b9
to
24db2f0
Compare
68de778
to
8aed59d
Compare
}, | ||
data=json.dumps(msg), | ||
) | ||
print("Email sent successfully!") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is strange that our linting does not catch this, it used to not allow this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh, indeed.
message = solara.use_reactive("") | ||
error: solara.Reactive[Optional[str]] = solara.use_reactive(None) | ||
|
||
def send(*_ignore): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think i would have done this with a task, and also do the error handling with that. Ok to keep it as it is for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't notice the operation taking any time, so I didn't even come to think of using task. It would probably be a more robust implementation, so maybe we can implement it later
97e21c6
to
7a6b7a9
Compare
7a6b7a9
to
12b6729
Compare
Merge activity
|
Implements the new static homepage using a Vue template.
ToDo: