open-vault/ui/app
Noelle Daley 716f25162a
Ui/redesign delete confirmation (#7271)
* add initial Confirm component to secrets list page

* use ember-wormholes to render confirmation message

* use maybe-in-element instead of ember-wormhole

* hide overlay initially

* animate confirm overlay left and right on click

* hide overlay in the DOM to properly set height

* adjust height when showing/hiding confirm-overlay

* disable confirmation buttons until trigger has been rendered

* adjust height of confirm-wrapper instead of confirm

* move Confirm/ to core

* only add style attribute when a height property exists

* fix indentation

* wip - use new Confirm inside status menu

* add Confirm to Storybook

* ensure confirm links have proper styling in Storybook and outside popup-menu

* fix height transition

* disable no-inline-styles

* add test selector

* remove comment

* consolidate Message into Trigger to make Confirm easier to use

* use new Trigger API in status menu

* remove height transition

* fix binding inline style warning

* rename confirmMessage to message

* update Confirm for Storybook

* fix indentation

* do not pass in onCancel from outer template because it is static

* add jsdoc comments to Trigger

* wip - add trigger and confirm to storybook

* fix status menu styling

* fix styling of confirm stories

* use new Confirm on secrets engine list

* use bulma speed variable

* fix indentation

* re-renable eslint no-inline-styles

* showConfirm when rendered trigger matches id

* fix background color on namespace picker

* do not expose onTrigger

* Revert "re-renable eslint no-inline-styles"

This reverts commit c7b2a9097f177a2876afaaec6020f73b07bad3c7.

* rename Confirm Trigger to Message

* add tests

* update JSDocs

* focus trigger after cancelling the confirm message

* update Confirm JSDocs

* differentiate between ConfirmAction and Confirm

* add Message to Storybook

* re-enable eslint import/extensions

* update confirmButtonText to Revoke token

* remove linebreak and extra whitespace

* fix typo

* add loading to empty button

* fix more typos

* only show Message contents when showConfirm is true

* no need to disable the confirm buttons since they only render in the DOM when showConfirm is true

* use Confirm to delete aws roles

* use Confirm to delete pki roles

* use Confirm to delete ssh roles

* add Confirm to entity alias page

* fix confirm button text on Revoke token in status menu

* ensure you can use tab to revoke a token from status menu

* reset the open trigger after the confirm has been confirmed

* use Confirm on identity list pages

* fix Disable engine confirmation text

* use <PopupMenu /> angle brack syntax

* use Confirm on policies list page

* use Confirm for namespaces

* use Confirm for kmip scopes

* use Confirm for deleting kmip roles

* use Confirm for revoking KMIP credentials

* fix Revoke token triggerText
2019-08-27 15:50:53 -07:00
..
adapters Update ui dependencies (#7244) 2019-08-19 15:45:39 -05:00
components Ui search select fix (#7338) 2019-08-22 13:57:02 -05:00
controllers UI - support redirecting to an intended URL after authentication (#7088) 2019-08-01 18:50:43 -05:00
helpers Update ui dependencies (#7244) 2019-08-19 15:45:39 -05:00
initializers UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
instance-initializers Ui request forwarding error (#4275) 2018-04-05 16:36:33 -05:00
lib fix namespace picker so that it always expands into an object when co… (#7333) 2019-08-22 14:00:53 -05:00
machines Dynamic OpenAPI UI (#6209) 2019-02-14 13:52:34 -05:00
macros use maybeQueryRecord in lazyCapabilities macro and only continue if passed attributes are non-null 2018-10-18 14:55:51 -05:00
mixins Update ui dependencies (#7244) 2019-08-19 15:45:39 -05:00
models Update ui dependencies (#7244) 2019-08-19 15:45:39 -05:00
routes Update ui dependencies (#7244) 2019-08-19 15:45:39 -05:00
serializers Update ui dependencies (#7244) 2019-08-19 15:45:39 -05:00
services Ui/dismiss status menu click (#7337) 2019-08-19 14:36:22 -07:00
styles Ui/redesign delete confirmation (#7271) 2019-08-27 15:50:53 -07:00
templates Ui/redesign delete confirmation (#7271) 2019-08-27 15:50:53 -07:00
transforms UI - no jquery (#6768) 2019-06-20 08:37:27 -05:00
utils Update ui dependencies (#7244) 2019-08-19 15:45:39 -05:00
app.js UI - Vault API explorer engine (#7044) 2019-07-02 17:41:23 -05:00
breakpoints.js UI namespaces (#5119) 2018-08-16 12:48:24 -05:00
index.html Update ui dependencies (#7244) 2019-08-19 15:45:39 -05:00
resolver.js Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
router.js UI - Vault API explorer engine (#7044) 2019-07-02 17:41:23 -05:00