fxa/packages/fxa-react
Valerie Pomerleau 50b350fa2f
style(settings): General style updates
Because:

* Switching design to text-start default instead of text-center
* Some images were cut off on mobile

This commit:

* Update style for AppLayout
* Update image styling
* Various tweaks to accomodate change to text-start
* Set size for Mozilla logo in Storybook sidebar
* Replace placeholder image used in storybooks
* Increase spacing below primary buttons

Closes #FXA-10613
2024-11-14 14:35:46 -08:00
..
.storybook chore(deps): upgrade react-scripts and webpack to v5 2023-07-11 13:32:40 -05:00
components fix(settings): Update url passed to Glean page load metrics and include customized document titles 2024-09-09 16:37:57 -07:00
configs feat(svg): Animate 3x SVGs to prep for SMS use 2024-11-01 12:56:36 -05:00
lib fix(oauth-desktop): Call fxaLogin before fxaOAuthLogin with expected data during signin 2024-10-02 17:48:08 -05:00
scripts task(CI): Improve nx caching for CI pipelines 2023-08-29 11:19:54 -07:00
styles style(settings): General style updates 2024-11-14 14:35:46 -08:00
.eslintrc.json chore(build): initial nx implementation 2023-05-23 08:37:47 -07:00
.prettierignore chore(fxa-react): update files to respect prettier 2020-05-26 13:28:42 -04:00
Gruntfile.js refactor(l10n): Ensure shared FTL strings not duplicated on Pontoon 2022-12-13 13:23:53 -06:00
README.md chore(many): Remove npm run commands 2023-05-17 11:24:09 -07:00
extract-imported-components.js task(CI): build, unit test, and integration test jobs 2023-01-10 12:52:01 -08:00
jest.config.js feat(many): add support for libs in webpack apps 2024-05-29 16:58:40 -04:00
package.json chore(deps): bump webpack in the npm_and_yarn group 2024-11-07 14:33:57 +00:00
pm2.config.js task(CI): Improve nx caching for CI pipelines 2023-08-29 11:19:54 -07:00
postcss.config.js chore(deps): Upgrade tailwindcss (v1.9 to v3), autoprefixer, & all SB deps, replace postcss deps, remove other deps 2022-06-30 16:51:57 -05:00
setupTests.ts refactor(settings + react): don't globally stub console fns, remove unneeded deps, various cleanups 2020-08-19 22:35:36 -04:00
svg-transform.js feat(admin-panel+settings+react): set up storybook and tailwind for admin-panel, share tailwind config across all projects, config movement 2020-06-03 15:46:09 -04:00
tailwind.config.js chore(deps): Upgrade tailwindcss (v1.9 to v3), autoprefixer, & all SB deps, replace postcss deps, remove other deps 2022-06-30 16:51:57 -05:00
tsconfig.json feat: add foundational db classes 2023-07-24 14:44:12 -04:00

README.md

Shared components for FxA React Apps

Testing

This package uses Jest to test its code. By default npm test will test all JS files under src/.

Test specific tests with the following commands:

# Test for the component ComponentName
yarn test -- ComponentName

# Grep for "description"
yarn test -- -t "description"

# Watch files for changes and re-run
yarn test -- --watch

Refer to Jest's CLI documentation for more advanced test configuration.

License

MPL-2.0