TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

feat: <Button> support all <button> attributes #278

Closed wesleyboar closed 1 year ago

wesleyboar commented 1 year ago

Overview

Make <Button> support all <button> attributes, without individually adding each.

Related

Originally for #270, but I manually added id attribute there. This change will make that change unnecessary.

Also, replaces #275, which refuses to show my new commits.

Mirrors #291.

Changes

Testing

I am relying on automated testing, and one new test case.

UI

project account dashboard
Screenshot 2023-07-27 at 2 29 50 PM Screenshot 2023-07-27 at 2 29 32 PM Screenshot 2023-07-27 at 2 29 28 PM
wesleyboar commented 1 year ago

Closed because I don't care enough to follow up.