Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui/add transit modal #8482

Closed
wants to merge 78 commits into from
Closed

ui/add transit modal #8482

wants to merge 78 commits into from

Conversation

noelledaley
Copy link
Contributor

@noelledaley noelledaley commented Mar 5, 2020

Move Transit Actions into Modals

This PR contains the last portion of the Transit UX improvements. It includes moving the results of transit key actions into a modal instead of on the page.

For example:
[insert gifs here]

Testing

Using the Transit Learn Docs as a guide, verify that you can perform each key action (encrypt, decrypt, HMAC, etc), as well as copy and paste the results of the text.

TODO:

  • update css so modal body matches design mocks
  • fix key action descriptions so they don't have a border
  • ensure flash messages on successful action matches mocks
  • ensure flash messages when copying from the copy icon matches mocks
  • make flash message when copy & closing less generic
  • get rid of modal X button
  • ensure modal headers match mocks
  • add copy button icons to all pages
  • update verified modal
  • convert export key textarea to codemirror
  • add modal for sign action
  • add modal for export action
  • fix case in export action, where 'wrap' response isn't selected, modal doesn't show the response
  • add note that plaintext is in base64 format
  • update JSDOC comments
  • fix formatting on export > not 'wrapped' modal response
  • fix tests
  • only render modals when isModalActive is true modal already has display: none which doesn't interfere with screen readers

@noelledaley noelledaley added the ui label Mar 5, 2020
Jim Kalafut and others added 16 commits March 13, 2020 10:43
Add mention of new CLI parameters.
* Pin HTTP Host header for all client requests
* Drop port map scheme
* Add SRV Lookup environment var
* Lookup SRV records only when env var is specified
* Add docs

Co-Authored-By: Michel Vocks <michelvocks@gmail.com>
* upper case the transit form title for hmac

* uppercase hmac for tab

* fix indentation
* website: update readme with known issues

* website: typo fix

* website: typo fix

* website: wrap text for better readability
Add missing link
* Remove the versus section on the website.

We don't keep it maintained, it's very out of date, and we don't really
like comparing ourselves to other software anyways; it's not fair to
describe other software or solutions in ways that may not align with
how they want to be described.

Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
* stackdriver: use label extraction and add debug config

* go.mod: update go-metrics-stackdriver

* vendor go-metrics-stackdriver
* Fix metric for Get

This was incorrectly being reported as List

* Measure transactions
@noelledaley noelledaley marked this pull request as ready for review March 13, 2020 16:49
Copy link
Contributor

@Monkeychip Monkeychip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I know you're still working on some things, but I QA'd a bit and things worked as expected. Nice work.

ui/app/components/transit-key-actions.js Outdated Show resolved Hide resolved
ui/app/templates/components/transit-key-action/verify.hbs Outdated Show resolved Hide resolved
Copy link
Contributor

@chelshaw chelshaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Went through all the changes carefully and didn't see any red flags. I think it looks good to go!

@noelledaley noelledaley mentioned this pull request Mar 16, 2020
@chelshaw chelshaw deleted the ui/add-transit-modal branch March 24, 2020 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet