Граф коммитов

104 Коммитов

Автор SHA1 Сообщение Дата
William Durand 1229941bbe
Allow to publish addons-frontend-blog-utils to npm (#10301) 2021-04-12 13:21:55 +02:00
William Durand dd6bb8b681
Add buildStaticAddonCard (#10300) 2021-04-08 16:03:12 +02:00
William Durand 999c33fa6a
Introduce addons-frontend-blog-utils library (#10299) 2021-04-07 22:00:14 +02:00
William Durand f75250f7f3
Update docs for running a build locally (#10192) 2021-03-12 18:26:37 +01:00
Andrew Williamson fd2ffce3e8
replace Open|Fira Sans with Inter; drop woff; use variable fonts (#10110)
* replace Open|Fira Sans with Inter; drop woff; use variable fonts

* apply the correct font-weight to Footer class

* move fonts under src

* delete unused font variants

* refactor common font-family rule into mixin; drop unused

* drop the UX Mocks section of the README
2021-03-12 13:56:22 +00:00
William Durand bc9c667039
Remove survey code (#10178) 2021-03-09 21:07:36 +01:00
William Durand 732c6e5365
Remove sentry and related code (#10153)
Fixes https://github.com/mozilla/addons-frontend/issues/10028
2021-03-04 17:42:06 +01:00
William Durand 8bb52590d6
Remove Storybook (#10106) 2021-02-23 19:01:51 +01:00
Anand cff4bc2b21
Update README.md (#10053) 2021-02-03 17:57:12 +01:00
Emma Nwumeh 75b46226f1
updated grammar of README file (#9949) 2021-01-19 10:46:41 +01:00
Bob Silverberg f6ff92fc3b
Add husky and lint-staged to manage a pre-commit hook (#9940) 2021-01-12 12:10:51 -05:00
William Durand 02d9f3c1a2
Merge "amo" and "core" packages (1/2) (#9981) 2021-01-12 15:07:03 +01:00
William Durand 70a925ddd3
Update config to run addons-frontend with addons-server locally (#9956) 2021-01-07 16:26:11 +01:00
William Durand eba38fcada
Fully migrate to Circle CI (#9926) 2020-12-16 16:24:18 +01:00
Bob Silverberg a767ccc8b1
Get rid of the `NODE_APP_INSTANCE` env var requirement, and some code that is needed for multiple apps (#9830) 2020-11-05 13:32:29 -05:00
Suriyaa Sundararuban 1937876120
Update links in README.md (#9806) 2020-11-02 08:56:19 -05:00
William Durand 335faafe0e
rm -rf disco (#9803) 2020-10-27 12:53:22 +01:00
renovate[bot] 6e125fb2d5
Update dependency flow-bin to ^0.131.0 (#9334)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bob Silverberg <bob.silverberg@gmail.com>
2020-08-13 18:15:07 -04:00
Shivam Singhal 2f00a9a8f6
Add Windows Guidelines to main instructions too (#9435) 2020-05-20 19:03:07 +02:00
Stuart Colville 306247509b
Remove Snyk (#8903) 2019-11-07 17:46:02 +00:00
renovate[bot] 3d721f3f0b Update dependency prettier to v1.17.0 (#7884) 2019-04-15 11:56:33 +02:00
Stuart Colville 553b2d6053
Update prettier check (#7824)
* Update prettier check (this commit should fail the test)

* Fix unprettified files
2019-04-03 13:07:46 +01:00
William Durand 0338ac6132
We use node 10 now (#7422) 2019-01-18 11:20:35 +01:00
Kumar McMillan 5092dde117
yarn amo:dev is the preferred way to develop (#7199) 2018-12-11 13:11:20 -05:00
William Durand 29cf291170
Update doc to run -prod locally (#7007)
I updated the `README` with updated instructions to run `amo` in a production-like context but locally. This was needed for #7005 and #7006.
2018-11-21 18:27:23 +01:00
William Durand 5a055623d1
Create an Eslint reporter (#6921) 2018-11-19 20:30:57 +01:00
William Durand 0db51b593d
Greenkeeper/prettier 1.15.1 (#6854) 2018-11-07 11:12:28 +01:00
William Durand 074fa44e84
Use camelcase for experiment/cookie names (#6823) 2018-11-05 16:08:32 +01:00
Kumar McMillan 337ba2b7ee
Delete code related to the old overlay review flow (#6789) 2018-11-01 10:43:46 -05:00
Kumar McMillan c2c0fcafae
Show Flow errors in `yarn test` (as a Jest reporter) (#6617) 2018-10-15 15:02:23 -05:00
William Durand 920bde14d0
Remove assets/ directory (#6582)
Fixes #3227
2018-10-10 22:51:49 +02:00
William Durand 6b08fe5212
Update docs fro __frontend_version__ endpoint (#6469) 2018-10-01 17:07:51 +02:00
Rebecca Mullin be18f8bed9
I6427 adding github pgs link to docs (#6428) 2018-09-26 15:39:25 -04:00
Shivam Singhal 83a000af58 removing `enableClientConsole` config parameter (#6350) 2018-09-21 21:12:05 +02:00
William Durand dd34df6ed3
Add `disco:https` command to browse dev disco pane with HTTPS (#6234) 2018-09-13 20:50:40 +02:00
William Durand 78edd6681a
Add new amo:dev-https command (#6210) 2018-09-12 15:18:39 +02:00
Rebecca Mullin 78a3802d0a
Storybook setup start - phase 1 (#6060)
notes/questions:

I really liked the knobs interface which can easily change out the props but for some reason I wasn't sure if this would work well with Percy(?):
https://www.npmjs.com/package/@storybook/addon-knobs

I haven't looked into Percy yet tho so for now I will leave this : )

Storybook version:
Using v3 / stable version
4 is in alpha (I haven’t really looked into this)

Where to eventually publish to:
GitHub pages, Heroku?

Percy (for snapshots):
https://docs.percy.io/docs/storybook-for-react
If we end up keeping similar setup, will work with this?
Specifically - will knobs addon work with Percy? 

Show additional/helpful information?
Do we want to show source?
Do we want to show propType info*?

* Note: with flow props, this is still TBD how to be done

Regarding the structure, I thought about moving these inside the src directory but leave as is for now.
2018-09-06 19:07:56 -04:00
William Durand 252363306d
Node 8 😎 (#5996) 2018-08-21 18:24:40 +02:00
William Durand 9d32a35082
Fix README table 2018-08-10 12:03:02 +02:00
William Durand f8d1f2c7f4
Add bundlesize (#5810) 2018-08-06 19:26:17 +00:00
William Durand 9e50b767ee
Do not run snyk on forks (#5824) 2018-08-02 15:00:33 +02:00
William Durand 943f1396ce
Use snyk on travis-ci (#5798) 2018-08-01 00:10:11 +02:00
Sean 5f8297825a Only run Prettier on modified files (#5461) 2018-07-03 09:49:44 -05:00
William Durand b7c0983ec2
Prettier markdown files (#5429) 2018-06-27 22:24:49 +02:00
Kumar McMillan b8a86fce7b
Express external/internal props more concisely (#5399) 2018-06-25 14:06:01 -05:00
William Durand d9b067d4a5
Add Prettier (#5313) 2018-06-22 20:55:18 +02:00
Kumar McMillan 8f29ffa416
Add back typeahead test filtering for Jest (#5368) 2018-06-22 13:35:13 -05:00
William Durand 34afb0ddc6
Add a note about Caskroom-fonts (#5120)
Quick way to install the required fonts + add one missing font in the
list.
2018-05-28 17:36:10 +02:00
Kumar McMillan 2916a144bd
Fix `yarn amo` for developing with a local addons-server API (#4349) 2018-02-08 13:29:21 -06:00
Kumar McMillan 579e6df0e4 Fix double-tap and hover bug in submit button for mobile (#3485) 2017-10-13 10:24:35 -05:00