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

ui: Release notes signup #45143

Merged
merged 5 commits into from
Feb 28, 2020
Merged

Commits on Feb 28, 2020

  1. ui: Integrate Subscription with Cluster Overview page

    Add Release notes signup form to Cluster Overview page
    right after page title.
    Release Notes signup view is created in `src/views/dashboard`
    directory because it will be the main page where we display
    this view. And Cluster Overview page is a temporary place
    while Dashboard view doesn't exist.
    These changes integrate three main parts: ReleaseNotesForm,
    AlertNotification component and custom analytics saga.
    
    Release note (admin ui): Display Release Notes subscription form on
    Cluster Overview page
    koorosh committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    04a0f68 View commit details
    Browse the repository at this point in the history
  2. ui: Adjust styles for Release notes signup panel

    Resolves: cockroachdb#45187
    - Change background image
    - Change partial background to green
    - Justify panel when resizing window
    
    Release note: None
    koorosh committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    17db09e View commit details
    Browse the repository at this point in the history
  3. ui: Extend Segment traits for Custom analytics event

    Release note: None
    koorosh committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    1992349 View commit details
    Browse the repository at this point in the history
  4. ui: Dispatch action to display alert message after email subscription

    Alert notification has to be showed after user subscribed to
    release notes.
    
    Release note: None
    koorosh committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    22107e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    989e097 View commit details
    Browse the repository at this point in the history