iisakkirotko
SSolara
•Created by JP on 1/29/2025 in #questions-issues
on_click with button_parent object
Wow, you're quick 😂
3 replies
SSolara
•Created by JP on 1/28/2025 in #questions-issues
FileDropMultiple
Good to hear! Is there something we could improve about the documentation that would have gotten you there faster?
12 replies
SSolara
•Created by marvinhalabi on 1/27/2025 in #questions-issues
Hiding appbar
Hey @marvinhalabi! The
AppBar
is provided by AppLayout
, which is the default Layout
component, I think you should be able to override it by defining your own Layout
. In your custom Layout
you can then return an AppLayout
when the user is authenticated, and otherwise something different.4 replies
SSolara
•Created by Icys ᵈᵉᵛ on 1/16/2025 in #questions-issues
How to download?
I suspect you might be in the wrong discord server, but if you'd like to take a look at Solara (the Python framework) you can install it by using
pip install solara
:)2 replies
SSolara
•Created by W on 1/17/2025 in #questions-issues
Support for pop-up notifications?
If you want to see how you can use the Snackbar component in Solara you can take a look at the spots where it's used in the code of our website here
5 replies
SSolara
•Created by W on 1/17/2025 in #questions-issues
Support for pop-up notifications?
I'm assuming by pop up you mean a dialog or a similar floating container? Solara has a
ConfirmationDialog
component that you can use for this purpose (see the docs). Otherwise you can access ipyvuetify
components through solara.v
, and use, for instance a snackbar component to communicate status5 replies
SSolara
•Created by W on 1/17/2025 in #questions-issues
Support for pop-up notifications?
Hi @W!
5 replies
SSolara
•Created by tohoniki on 1/19/2025 in #questions-issues
Can't start solara even with VPN
Wrong Discord server, this one is for Solara the Python framework.
3 replies