open-consul/ui-v2/app
John Cowen d2b1698c0d ui: Improvements to modal-dialog (#5585)
1. If the modal gets bigger than 80% of the viewport height a scrollbar
will be shown. Currently there isn't anywhere it can get this big, but
future work involves possible larger modals
2. Usually its difficult to figure out which was the 'unchecked' radio
button using an onchange event. Luckily ember/handlebars changes its
properties after the onchange event, so knowing that and using an extra
data-checked attribute set via ember, we can figure out which radio
button has been 'unchecked'. This means the logic for opening an
closing modals becomes slightly easier
2019-05-01 18:22:30 +00:00
..
adapters UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
components ui: Improvements to modal-dialog (#5585) 2019-05-01 18:22:30 +00:00
computed ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
controllers UI: Add support for blocking queries on the service instance detail page (#5487) 2019-05-01 18:22:23 +00:00
forms UI: Move legacy ACLs, KVs and Intentions to use `form` functionality (#4936) 2019-05-01 18:21:43 +00:00
helpers UI: [BUGFIX] Decode/encode urls (#5206) 2019-01-23 13:46:59 +00:00
initializers UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
instance-initializers UI: Add support for blocking queries on the service instance detail page (#5487) 2019-05-01 18:22:23 +00:00
mixins ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
models UI: Add support for blocking queries on the service instance detail page (#5487) 2019-05-01 18:22:23 +00:00
routes UI: Add support for blocking queries on the service instance detail page (#5487) 2019-05-01 18:22:23 +00:00
routing UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
search/filters UI: Move legacy ACLs to use the new searchables/changeable-sets (#4933) 2019-05-01 18:21:42 +00:00
serializers ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
services ui: Improvements to modal-dialog (#5585) 2019-05-01 18:22:30 +00:00
styles ui: Improvements to modal-dialog (#5585) 2019-05-01 18:22:30 +00:00
templates ui: Improvements to modal-dialog (#5585) 2019-05-01 18:22:30 +00:00
utils ui: Increases the pause between blocking queries to 2000ms (#5582) 2019-05-01 18:22:26 +00:00
validations UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
app.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
index.html ui: Adds multi syntax linting to the code editor (#4814) 2018-10-19 17:36:38 +01:00
resolver.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
router.js UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00