Commit Graph

46 Commits

Author SHA1 Message Date
Westly Wright 6bf4074da8
allow default event pass through so download cli works
rancher/rancher#29990
2020-11-09 19:53:45 -07:00
Westly Wright d3d78e87c8
Upgrade Ember & Dependencies for LTS support >3.12
There are changes required for the ember upgrade but additional changes
for individual libs are also present. Commit has been squashed, see
individual commits if needed.

There are a bunch of HBS changes as well. These are to deal with a
couple new rules and there impact is low. The button one has bitten us a
few time so this seemed great to add IMO.

update ember 3.12.4

ember 3.13

fixes for new eslint rules

ember 3.13->3.14

ember3.14->3.16

ember3.16->3.20

3.20 lint rules

yarn upgrade

update ember-optional-feature

update deps that can go to patch versions

upgrade major versions that are possible

update ansi_up

only reset term var if we're not destroying

prevents new ember 'same computation' error

update async

upgrade dot-object

new-catalog - add set to deal with new warning
marked-down - drop call into next to ensure its called at the correct time

upgrade ember-assign

update ember-cli-clipboard

remove unused & deprecated ember-cli-release

remove unused drag-drop lib

use set on tracked prop

update ember-flatpickr && cli-test-loader

upgrade ember-href-to

update filesaver

update liquid-fire and ipaddr

upgrade jsondiffpatch

upgrade marked

upgrade semver

update xterm

Update ember-basic-dropdown

the library has changed quite a bit and no longer provides an addon for the content-item where we handling the click event to close the dropdown,
thus click events must be added manually to the items being clicked to close the dropdown.

udpate dompurify

fix page header project styles

Bump ember api store, remove npm-run-all

Autofix button types from hbs linting

this change looks large but only adds `type` button to any buttons that dont have a type, which should help to reduce weird side effects

more hbs lint changes for no-negate-condition

turned off a couple rules that could be too much to test right now
2020-10-07 16:52:22 -07:00
Vincent Fiduccia c903d22099
Short display version for master builds 2020-08-28 17:57:54 -07:00
n313893254 8472da38cd Fix language-dropdown position
https://github.com/rancher/rancher/issues/20053
2019-05-08 19:42:26 +08:00
Westly Wright 0e03164224
Header menu tabbing
Add tabbing handler logic for js dropdown menus. this also removes all top level
nav links for menus only, normal header links function correctly.

rancher/rancher#16709

Add up/down arrow actions for hover dropdown component

correct page-header-project & user-nav arrow nav

pass assign helper down to login engine for langauge dropdown comp

Add arrow key handler page-header-project menu

change focus style for trigger links
2019-05-01 14:30:59 -07:00
Vincent Fiduccia e3eb915f93
Follow is ok 2018-09-11 10:56:22 -07:00
Vincent Fiduccia 10be169925
Remove CaaS, fix PL 2018-07-25 10:39:59 -07:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 54725f2022
eslint --fix 2018-06-29 17:20:46 -07:00
loganhz 26dcfad8a8 Show cn forum link if select Chinese language 2018-06-17 09:19:25 +08:00
Westly Wright ddfaf0ed0a
reorg shared components 2018-05-09 11:24:35 -07:00
Westly Wright c5b822bfe9
movin on up 2017-11-03 15:54:33 -07:00
loganhz 719b342043 update Chinese i18n file and fix some bugs 2017-10-03 09:31:31 +08:00
Westly Wright 05b4481356
Disable windows cli download until ready 2017-09-22 13:26:38 -07:00
vimniky 56b7379a95
add WeChat QR code 2017-05-08 11:53:41 -07:00
Westly Wright cb7cc38e2f
Cloud Plans changes and bug fixes 2017-04-20 18:25:20 -07:00
Vincent Fiduccia 68e90e4cff
More add container 2017-04-13 09:43:54 -07:00
Vincent Fiduccia 29b4f434df
Fix show system saving 2017-03-20 14:35:14 -07:00
Vincent Fiduccia e609e7c1f6
Nested search 2017-03-04 16:48:02 -07:00
Vincent Fiduccia 73c9627663
Secrets 2017-01-27 02:24:46 -07:00
Vincent Fiduccia 8ffb8fbc40
Bugs 2017-01-27 02:24:11 -07:00
lvuch 5494bfc5e6 links 2017-01-05 11:08:50 -07:00
Westly Wright 47b9871fdd bug fixes 2016-10-03 20:58:19 -07:00
Vincent Fiduccia c35d2e7b52 Perf 2016-10-03 20:58:16 -07:00
Westly Wright ddcd4a7569 Update ember to 2.9-beta.4 and bring in lacsso modals 2016-10-03 20:57:57 -07:00
Vincent Fiduccia 47a1e0f524 Catalog Branch support, CLI download (#814) 2016-08-11 15:09:35 -07:00
Vincent Fiduccia ebae7a6f66 Bugs (#651)
* Bugs

* Bugs
2016-05-11 20:13:03 -07:00
Vincent Fiduccia bf06831a35 Header i18n & bugs (#637) 2016-05-04 10:43:20 -07:00
lauren Vuchetich e1be6934fc header responsive tweaks (#631) 2016-05-02 17:10:31 -07:00
Vincent Fiduccia c1cf7829b8 Typo 2016-05-02 12:54:07 -07:00
Vincent Fiduccia 7402968f05 Merge 625 2016-05-02 12:39:12 -07:00
Vincent Fiduccia 43e8b839ee i18n to master (#629)
* Add ember-intl (#612)
* Refactor pages to use new ember-intl (#628)
2016-05-02 12:17:49 -07:00
Vincent Fiduccia 6bbfa303b3 WIP: DSL-driven header 2016-04-29 14:14:01 -07:00
Vincent Fiduccia 015f3a693f Machine Driver fixes (#603)
* Machine Driver fixes

- Github activate must set setting on userStore
- Custom driver doesn't really need to extend driver
- Fix custom driver when new registrationToken needs to be created
- Add Machine driver needs to use userStore
- Wait for custom driver UI JS/CSS in beforeModel so custom UIs can load consistently
- CSP rules localhost:3000 custom UI host

* Show UI URL on drivers

* Use isRancher instead of isPrivateLabel

`{{#if settings.isRancher}}` will fail-safely if you forget to include
`settings.` or the injection or type something wrong, rather than
`{{#unless settings.isPrivateLabel}}` failing and showing Rancher stuff.

* Load UI and CSS through proxy if not local

* Remove unused helpers
2016-04-18 18:35:14 -07:00
lvuch 108148edec unbreak footer buttons
fix action menu accessibility and 3172
2016-03-15 15:58:30 -07:00
lvuch 96a757a313 issues
resolve and polish 3260
fix focus on footer links
resolve 3590
focus on btn default
form tweak
help block text margin added 1195
stack description width
2016-03-11 10:46:54 -07:00
Vincent Fiduccia 97dcd4098b Ember 2.x fixes 2016-03-03 11:37:11 -07:00
Vincent Fiduccia 1782db23e4 PL support 2016-02-02 16:17:10 -07:00
Vincent Fiduccia 2bcfa10ead rancher/rancher#3444 2016-01-29 16:56:22 -07:00
Vincent Fiduccia bbb83abc8c Add debug info to file issue button (rancher/rancher#3444) 2016-01-28 13:41:58 -07:00
Vincent Fiduccia 09f4d20d98 Fix compose download (rancher/rancher#3241) 2016-01-20 01:14:38 -07:00
Westly Wright c652ebf324 Minor fixes that got borked in a rebase
* fix the footer to hide rancher links when help is disabled
* move the download cli back to footer
2016-01-07 12:33:18 -07:00
lvuch 1f4b9870d4 cli move 2016-01-06 13:11:29 -07:00
lvuch 7622482280 footer buttons and growl style 2015-12-23 14:02:31 -07:00
lvuch 3c6b2d465a footer and help section but help tab is hidden so wes can work on it 2015-12-21 16:12:19 -07:00
lvuch 42026c327a adding a minimal footer that shows versions 2015-12-16 14:26:54 -07:00