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

Minimal bento elements for Staging #8269

Merged
merged 8 commits into from
Sep 8, 2019

Commits on Sep 6, 2019

  1. Copy layout and CSS files into obs_factory namespace

    Layout view, partials and CSS are now inside webui/obs_factory.
    The layout is now called webui/obs_factory/application.html.erb.
    
    The original files will be removed in following commits.
    
    Co-authored-by: David Kang <dkang@suse.com>
    saraycp and David Kang committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    97ee9c3 View commit details
    Browse the repository at this point in the history
  2. Copy JavaScript files into obs_factory namespace

    In the copy we remove code that for sure is not going to be used in obs_factory.
    
    The original files are not removed yet.
    saraycp committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    fd14739 View commit details
    Browse the repository at this point in the history
  3. Remove all unused bento CSS

    saraycp committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    515a52e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    298752c View commit details
    Browse the repository at this point in the history
  5. Modify the task sprites.rake

    It generates the sprite image based on the icons.
    saraycp committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    b65bfed View commit details
    Browse the repository at this point in the history
  6. Remove unsused icons and re-generate icons_sprite image

    Move assets/icons/ to /assets/images/icons.
    Remove most of the icons except the sponsors ones and those used in
    obs_factory.
    
    Use the task lib/tasks/sprites.rake to re-generate icons_sprite.png and
    its corresponding CSS file (icons.scss).
    saraycp committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    d7d59b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43038da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8ce5eb View commit details
    Browse the repository at this point in the history