Adam Butterworth 599cbfc649 refactor: use raw html form elements (#123)
* refactor: use raw html for form elements

* test: update snapshot to reflect minor changes in html output

* refactor: replace all reactstrap with paragon or html

* test: update snapshot

* fix: add a noop to the button in async button if needed

This is a flaw in the Button component in Paragon. It calls props.onClick even if it doesn't exist.

* refactor: use classnames for toggling class names

* fix: remove unneeded ids. fix some form markup

* fix: update snapshot to reflect removed labels
2019-04-05 13:07:44 -04:00
2019-04-03 09:32:26 -04:00
2019-01-14 16:37:21 -05:00
2019-01-14 16:37:21 -05:00
2019-01-14 16:37:21 -05:00
2019-01-10 14:16:27 -05:00

|Build Status| |Coveralls| |npm_version| |npm_downloads| |license|

frontend-app-profile
=========================

Please tag **@edx/arch-team** on any PRs or issues.

Introduction
------------

React app for user account management.

.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-profile.svg?branch=master
   :target: https://travis-ci.org/edx/frontend-app-profile
.. |Coveralls| image:: https://img.shields.io/coveralls/edx/frontend-app-profile.svg?branch=master
   :target: https://coveralls.io/github/edx/frontend-app-profile
.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-profile.svg
   :target: @edx/frontend-app-profile
.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-profile.svg
   :target: @edx/frontend-app-profile
.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-profile.svg
   :target: @edx/frontend-app-profile
Description
No description provided
Readme AGPL-3.0 32 MiB
Languages
JavaScript 96.6%
SCSS 2.2%
Makefile 1%
HTML 0.2%