You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not figure out how to get navbarPage to work directly. Ended up having to wrap it in a fillPage, which wasn't terrible but was not obvious to me at all. (I think it causes some small style problems, too, the navpanels titles looks like it gets thrown off in this configuration, though I might be making this up)
I don't like how crunchy adds custom css. Example it overrides h2 to be crunch green in my app. There may be around this by specifying a custom unauth page, but didn't look like that to me.
I think we could simplify the code by using the session object to pull the token, rather than using javascript to put it in a input reactive object. We should do this if/when we switch to getting the toekn from the header, because headers are also accessible from the session object.
I second Add Auth check module #10, I think a module would be clearer than having to figure out what shiny functions need to be wrapped by what cruncy functions.
The text was updated successfully, but these errors were encountered:
fillPage
, which wasn't terrible but was not obvious to me at all. (I think it causes some small style problems, too, the navpanels titles looks like it gets thrown off in this configuration, though I might be making this up)h2
to be crunch green in my app. There may be around this by specifying a custom unauth page, but didn't look like that to me.session
object to pull the token, rather than using javascript to put it in ainput
reactive object. We should do this if/when we switch to getting the toekn from the header, because headers are also accessible from the session object.The text was updated successfully, but these errors were encountered: