* ui: unifying title text to follow sentance case (PROJQUAY-6247)
* capitalize Repository and Organization pronouns
* fixing tests
* fixing eslint
* convert breadcrumbs and page titles to Titlecase
* fixing tests
* fix repositories list test
* reuse title case to capitalize first word + not capitalizing user input
* fixing tests
* fixing eslint
* fix case of page titles
* fixing case for make public
* UI: Breadcrumbs fix (PROJQUAY-5452)
* minor fixes
* using a generalized function to fetch the next breadcrumb item
* remove building breadcrumbs from browser histroy
* add tests
* fixing eslint
* fetching element from test-id instead of patternfly class
* UI: Adding functionality to update organization settings (PROJQUAY-5402)
* Adding hooks on submit
* minor fixes
* fix in converting seconds to human readable
* On submit prevent default
* minor fix
* propagating error message
* adding moment.js to package.json
* Adding moment.js to quay/web package.json folder
* reverting moment js package addition from quay.package.json
* fixes based on PR review
* ui: add support for exposing quay UI as a dynamic plugin (PROJQUAY-3203)
* Introduces a new SSO JWT based auth for client side Oauth
* Adds a new entrypoint component for the UI without topnav and sidenav for plugin
* Adds webpack config to build dynamic plugin