-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Refac react frontend #790
base: refactor-react-migration
Are you sure you want to change the base?
Refac react frontend #790
Conversation
63fd5d4
to
96a7f1d
Compare
c9ccbc9
to
e497e0c
Compare
For the channel overwrite endpoint, I consolidated that to the channel ID endpoint. E.g.:
Then this now also handles None and bools correctly. E.g. to "unset" or "delete" an overwrite set it to null. And True/False for the boolean values respectively. |
…efac_react_frontend
@bbilly1 how do i GET the channel_overwrites now? |
They are part of the regular channel data, e.g. |
@bbilly1 implemented and it works, but feels a bit quirky. But not sure why that is. |
Fixed styling selection, it was expecting dark.css to exist as a file. |
Needs: