Commit Graph

19 Commits

Author SHA1 Message Date
Westly Wright 0be470d35c
Fix dropdowns for actions menus, hover menues both desktop and mobile 2017-08-25 16:51:54 -07:00
Vincent Fiduccia c09a6b6e0b Less bootstrap 2017-01-06 10:48:59 -07:00
Vincent Fiduccia a6f0f0d444 Bugs (#960) 2016-12-29 22:25:15 -07:00
Vincent Fiduccia 674123ffde Split into store vs userStore 2016-04-14 18:07:14 -07:00
Westly Wright 05d10f9525 Fix sub-nav route indicator to match body color
Fix issue with action menus causing firefox to scroll to bottom of page
2016-03-24 11:05:22 -07:00
Vincent Fiduccia 4c57121051 Merge pull request #557 from vincent99/master
Less bugs
2016-03-23 10:38:11 -07:00
Westly Wright 64d8889976 Fix copy clipboard text
rancher/rancher#4021

Remove fast-action-menu in favor of full action-menu
preformace gains are minimal at this point
rancher/rancher#3891

Add new catalog subnav

Fix issue with refreshing catalog page
rancher/rancher#3916
2016-03-22 18:01:09 -07:00
Vincent Fiduccia 57efa4058e More action-menu a11y (rancher/rancher#3674) 2016-03-21 00:52:41 -07:00
Vincent Fiduccia 290228b628 action-menu a11y (rancher/rancher#3094) 2016-03-20 00:34:54 -07:00
Westly Wright b60738bdc3 Add init getters and refactor names to clarify logic in process-executions
In the process fix an issue with child rows only expanding 3 levels deep
rancher/rancher#3934

Add logic to handle Catalog projectUrl without protocols
rancher/rancher#3897

Add missing service
rancher/rancher#2132

Fix issue with scroll bars in terminals
rancher/rancher#4018

remove un-needed Ember.run the broken opening other action menus
rancher/rancher#3891

Add keypress enter logic to action menus
rancher/rancher#3674

Add container-dot component back to host -> sidekick

Fix issue with double protocol
rancher/rancher#1410
2016-03-18 16:16:58 -07:00
lvuch 161d822a84 more accessibility 2016-03-08 15:29:43 -07:00
lvuch 4beabe9c5d header btn group accessiblity
accessibility on stacks header and balancer listeners
more accessibility
tabindex -1 removed and minus button styled
jshint issue
2016-03-08 09:02:32 -07:00
Westly Wright f631c662c1 Remove subpod collapse functionality
Refactor theme toggler to use actions not click
rancher/rancher#3546

Add confirmation for deactivating stacks and services
rancher/rancher#3532

Add new hover over top nav -> display sub-nav functionality

Refactor admin processes to use run.later rather then setInterval

Fix right click issue on tooltips with action menus
* Reset the resource-actions model so the next time a right click occurs the menu will show
2016-02-23 15:58:10 -07:00
Westly Wright 9c7a56e345 UI tweaks to host page layout
* reworking the group/stack view
* removed the container view
* remove old styling
2016-02-02 15:52:48 -07:00
Vincent Fiduccia 8600cb616d Disable scrolling when tooltips/menus are up (rancher/rancher#3390) 2016-01-28 13:42:49 -07:00
lvuch 19158d1fd5 Add new tooltip component to better handle adding the action resource to
tooltips
2016-01-26 18:28:50 -07:00
Vincent Fiduccia e019e402f8 Stack detail page 2015-11-10 02:02:01 -07:00
Vincent Fiduccia 189fd9d564 Move actions from controllers to models 2015-10-07 10:20:05 -07:00
Vincent Fiduccia bbc65a1c13 Performance improvements
- Rename `actions` in JSON to `actionLinks`
- Move actions from controllers to models, remove `{{#with}}s`
  (deprecated)
- Move resource-action-menus from a component per entry to a single
  global menu
- Disable transitioning resource polling except on resources that really
  need it
- Disable static/relative positioning based on content height (white
  boxes all the way to the bottom)
2015-10-07 10:20:05 -07:00