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

Don't load a titlePane/floating/mobile sidebar widget until the parent widget is opened. #730

Merged
merged 7 commits into from
Jun 26, 2017

Commits on Jun 14, 2017

  1. Don't load a titlePane widget until the pane is opened.

    Should this be the default or optional?
    tmcgee committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    0d491fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba02742 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Configuration menu
    Copy the full SHA
    d178b29 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. move logic for Help link to FloatingWidgetDialog.

    this allows support for lazy-load of floating widgets.
    also allows re-usability for other widgets..
    add support for iconClass for Floating widgets.
    tmcgee committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    2031079 View commit details
    Browse the repository at this point in the history
  2. move titlePaneIcon class from cmv-theme-overrides.css to FloatingTitl…

    …ePane.css
    
    rearrange some styles in cmv-theme-overrides.css
    improved button css in cmv-theme-overrides.css for flat theme.
    tmcgee committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    5e10bfa View commit details
    Browse the repository at this point in the history
  3. add support for lazy-loading widgets in floating pane and mobile side…

    …bar.
    
    switch configuration option from `loadOnOpen: false/true` to `preload: true/false`.
    tmcgee committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    5d00521 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Configuration menu
    Copy the full SHA
    ba77f00 View commit details
    Browse the repository at this point in the history