Skip to content

⚠️ enhance: WP-308 form footer "Powered by: [tapis]" — 2nd try#62

Draft
wesleyboar wants to merge 2 commits intotapis-project:devfrom
wesleyboar:enhance/TUP-603-powered-by-tapis-in-footer--second-try
Draft

⚠️ enhance: WP-308 form footer "Powered by: [tapis]" — 2nd try#62
wesleyboar wants to merge 2 commits intotapis-project:devfrom
wesleyboar:enhance/TUP-603-powered-by-tapis-in-footer--second-try

Conversation

@wesleyboar
Copy link
Contributor

@wesleyboar wesleyboar commented Oct 4, 2023

Overview

Add "Powered by: [tapis]" to form footer. Update Core-Styles version.

Caution

Do not merge. Crashes! See #61.

Related

Changes

  • added form footer template
  • added form footer to forms that had none
  • added "Powered by: [tapis]" to all redesigned forms
  • changed Core-Styles version

Testing

  1. All redesigned forms should have these beneath form:
    • "Security" and "Policy" (left-aligned)
    • "Powered by: [Tapis]" (right-aligned)
  2. Hover over "Powered by:" should only underline that text.
    • not space before nor after
    • not the image

UI

idp login authorize mfa
login idp authorize mfa
"Powered by:" link on hover
_hover

Note

I could not render every form, because I tested in situ.
Update: As of 2024-07-18, I can test locally.

…owered-by-tapis-in-footer

enhance: WP-308 form footer "Powered by: [tapis]"
Comment on lines +15 to +23
{% block head_extra %}
{{ super() }}
<style>
/* To move non-image links to the left */
.powered_by {
margin-left: auto;
}
</style>
{% endblock %}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Warning
This causes crash. See #61 for details.

@wesleyboar
Copy link
Contributor Author

wesleyboar commented Aug 5, 2024

Note

This PR is still relevant. I track it in CMD-56.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants