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

Migrate Organization Settings to React #3728

Merged
merged 7 commits into from
May 12, 2019
Merged

Conversation

gabrieldutra
Copy link
Member

@gabrieldutra gabrieldutra commented Apr 20, 2019

What type of PR is this? (check all applicable)

  • Refactor

Description

Migration for the Organization Settings Page, so far migrated (almost) as is.

Differences:

  • Added a Save button instead of auto-saving

Draft

  • Migrate the page
  • Make sure functionalities are working

Related Tickets & Documents

--

Mobile & Desktop Screenshots/Recordings (if there are UI changes)

react-organization-settings

@gabrieldutra gabrieldutra self-assigned this Apr 20, 2019
Copy link
Member Author

@gabrieldutra gabrieldutra left a comment

Choose a reason for hiding this comment

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

@arikfr, @ranbena so far this is migrated (almost) as is, before moving forward I have some ideas to the page so we can decide what can be applied here:

  • Add a sidebar separating "General" and "Authentication" settings
  • Add a HelpTrigger to Authentication (I think there'll be no discussion on this one, it's just so I don't forget to add it :) )
  • Make "SAML Enabled" check modify SAML disabled state instead of making inputs appear/disappear (better if we separate with a sidebar)
  • Improvements for Feature Flags, they seem to be an interesting way for us to add features faster and for A/B testing. It'd be good to have explanations to what each feature affect and perhaps it's own Sidebar tab?

@border-color-base: #E8E8E8;
@form-item-margin-bottom: 15px;
Copy link
Member Author

Choose a reason for hiding this comment

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

Default: 24px which I think is too much(?)

I usually replace this value for each Form I create. If I'm not the only one with this issue I'll separate this into another PR so I can handle all existing forms properly.

@arikfr
Copy link
Member

arikfr commented Apr 21, 2019 via email

@gabrieldutra gabrieldutra marked this pull request as ready for review April 29, 2019 18:34
@gabrieldutra
Copy link
Member Author

Updated with #3754 :)

@gabrieldutra gabrieldutra added Frontend Frontend: React Frontend codebase migration to React and removed Frontend labels May 7, 2019
@arikfr arikfr merged commit 76bd2e3 into master May 12, 2019
@arikfr arikfr deleted the react-organization-settings branch May 12, 2019 11:23
harveyrendell pushed a commit to pushpay/redash that referenced this pull request Nov 14, 2019
* Migrate Organization Settings to React

* Fix failing spec and replace default values from inputs

* Add HelpTrigger and handleChange to SAML options

* Undo changes to ant-variables.less

* Add time format to OrganizationSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend: React Frontend codebase migration to React
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants