Commit Graph

9 Commits

Author SHA1 Message Date
Jordon Leach 990d81cf88 Fix navigation error promise not being rejected 2021-10-29 16:29:34 -04:00
Jordon 6b100c0632 Address PR changes, add catch to consume errors from VueRouter 2021-10-08 15:14:45 -04:00
Westly Wright fe83fe9c0c
parse preview yaml on charts on page load 2020-08-25 09:50:51 -07:00
Westly Wright c4369fd72f
Apply query should not replace the hash if exists 2020-08-25 09:50:50 -07:00
Vincent Fiduccia 94cb6a49d7
Use individual lodash modules 2020-07-10 11:25:45 -07:00
Cody Jackson ed1ea6373f Remove custom VueRouter.resolve
replace and push both work  as intended. You can
specify a a full url  if you don't want to have the baseUrl
prepended. Better yet, if you're navigating within
the app it's better to specify a location.

The custom resolve was actually breakinging a huge
amount of links in the app which was caused 404s if a
user attempted to open a link in a new tab. Most things appeared to work presumably because vue-router
was handling the page switches instead of the browser.

rancher/dashboard#643
2020-05-13 17:44:20 -07:00
Vincent Fiduccia 6ea4938171
Fix workload filtering 2020-03-26 21:45:53 -07:00
Vincent Fiduccia 09c05e3541
Fix rehydrateAll for multiple stores 2020-03-24 18:02:49 -07:00
Vincent Fiduccia 71a1bc894b
Prevent double adding router base URL to resolve+{push calls 2019-11-10 16:26:10 -07:00