Skip to content
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

fix: add navbar to billing page, fix misc css issues, modal popout conditionals #4685

Merged
merged 7 commits into from
Aug 31, 2022

Conversation

karrui
Copy link
Contributor

@karrui karrui commented Aug 25, 2022

Problem

This PR adds the navbar to the admin billing page. Also updates admin navbar logo to link to the dashboard instead of the landing page.

Also fixes a bunch of react errors that were popping out on the console, such as

  • invalid svg kebab-cased props
  • invalid -webkit-font-smoothing kebab case prop in theme rules
  • missing key in billing table skeleton

also updates conditional to determine when the emergency contact or rollout modals popped out.

Closes #4646

karrui added 7 commits August 25, 2022 17:56
instead of landing page route. Since this is the admin nav bar, probably makes more sense to use root route instead so users can go back whenever.
localstorage retrieval takes time, and undefined value will just open the modal. Set to false on default instead and check for presence.
@karrui karrui linked an issue Aug 25, 2022 that may be closed by this pull request
@justynoh justynoh self-requested a review August 26, 2022 02:13
Copy link
Contributor

@justynoh justynoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, my new favorite type is boolean | undefined :smile_cry:

@karrui karrui merged commit 44ad7de into form-v2/develop Aug 31, 2022
@karrui karrui deleted the form-v2/fix-issue-4646 branch August 31, 2022 08:31
@justynoh justynoh mentioned this pull request Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[0.5] Admin navbar doesn’t show up in billing page
4 participants