Darren Ethier
33c5b41e3f
Align WooCommerce javascript code standards/linting/styles with WordPress core. ( https://github.com/woocommerce/woocommerce-admin/pull/3674 )
...
* align code styles with the same configuration as Woo-Blocks
* initial pass of reformat-files
* applies manual fixes to various new linting errors surfaced by the configuration change.
* Fix state mutation in image-upload
* remove unused pre-commit-hook.js
* requestAnimationFrame -> window.requestAnimationFrame
* wc-api eslint changes
* eslint fixes on client/lib and client/settings
* client/header eslint changes
* fixes for client/dashboard part 1
* fixes client/dashboard part 2 of 2
* client/analytics part 1
* client/analytics continued
* client/analytics, last batch
* rename __mock__ directory
* pass in useEffect, useState from React component or function
* remove '+' from sprintf string argument
* use ref instead of findDOMNode
* reformat and repaply package.json changes
* install deps before running linter in Travis
* useGetCountryStateAutofill
* counryStateAutofill
* countryStateAutofill
Co-authored-by: Paul Sealock <psealock@gmail.com>
2020-02-14 15:23:21 +13:00
Yash Kapoor
d84dacceef
Updated examples.config.js ( https://github.com/woocommerce/woocommerce-admin/pull/3515 )
...
Fixed gutenberg-components path & added @woocommerce/wc-admin-settings
2020-01-15 08:56:10 +13:00
Yash Kapoor
4a969a6fd1
Included RegExp for JS files in examples.config.js ( https://github.com/woocommerce/woocommerce-admin/pull/3510 )
2020-01-03 12:03:20 -05:00
Paul Sealock
402294c500
DataStores: normalize contexts to plural ( https://github.com/woocommerce/woocommerce-admin/pull/3419 )
...
* DataStores: normalize contexts to plural
* downloads_stats
2019-12-26 11:50:52 +13:00
Jeff Stieler
1c51cf94e0
Add filters to WP notice collapsing behavior. ( https://github.com/woocommerce/woocommerce-admin/pull/3391 )
...
* Add filters to WP notice collapsing behavior.
* Avoid modifying the WP notices NodeList inline.
* Add example showing WP notices filter usage.
* Keep hidden/shown notice widths consistent.
2019-12-18 08:12:32 -05:00
Paul Sealock
3da93590c4
AssetDataRegistry: update SQL example ( https://github.com/woocommerce/woocommerce-admin/pull/3418 )
...
* AssetDataRegistry: update SQL example
* add wc-settings as a dependency
* better descripiton
2019-12-17 07:16:46 +13:00
Ron Rennick
ba30224098
Stardardize hooks ( https://github.com/woocommerce/woocommerce-admin/pull/3339 )
...
* rename woocommerce_reports_* hooks/filters to woocommerce_analytics_*
* introduce woocommerce_navigation_ filter prefix
* update remaining wc_admin_* filters/hooks
* phpcs sniff fixes for notes data store
* standardize woocommerce_note_ hook prefix
* one of filter renames
* update contributing readme, onboarding unit test
* missed _notes_ -> _note_ filter
* update ext example hooks
2019-12-06 12:06:11 +13:00
Paul Sealock
8205112732
Add currency extension ( https://github.com/woocommerce/woocommerce-admin/pull/3328 )
...
* Add currency extension
* use wcSettings
* save
* get revenue working
* all reports
* remove error log
* better rename
* add column
* persist queries
* go back to individual hooks
* comments
* address feedback
2019-12-06 11:38:26 +13:00
Justin Shreve
50cc3edaed
Update onboarding filters with a consistent prefix ( https://github.com/woocommerce/woocommerce-admin/pull/3295 )
...
* Update onboarding filters with a consistent prefix
* Rename woocommerce_onboarding_payments to match the other task list options
2019-11-25 11:15:22 -05:00
Jeff Stieler
17514872ad
Decouple currency and numbers packages from `wcSettings`. ( https://github.com/woocommerce/woocommerce-admin/pull/3277 )
...
* Remove wcSettings dependency from currency and number packages.
Either take a configuration object in function calls or in a new class constructor.
* Use new Currency class and number format methods in client/.
Compose with store settings to keep the same API.
* Don't reintroduce lodash dependency to currency package.
* Add changelog entries to currency and number packages.
* Update docs, example, and changelog for AdvancedFilters component.
* Use precision-less formatValue() for integer report values.
* Make Currency instance immutable.
2019-11-21 16:51:52 -05:00
Ron Rennick
f78c143f3b
Move in-house rest endpoints to private namespace ( https://github.com/woocommerce/woocommerce-admin/pull/3204 )
...
* move in-house rest endpoints to private namespace
* PHPCS sniff fixes
2019-11-12 14:15:55 -04:00
Joshua T Flowers
8b1e263709
Onboarding: Add task list extensibility and example plugin ( https://github.com/woocommerce/woocommerce-admin/pull/3060 )
...
* Add task list filter
* Add task example plugin
2019-10-21 11:11:21 +08:00
Jeff Stieler
953427bea5
Remove defunct filename prefix from remaining files.
...
Excluding the note classes for third party compatibility.
2019-08-12 15:06:36 -07:00
Ron Rennick
4c9e772e20
show example extension list as list in readme
2019-07-09 14:30:04 -03:00
Jeff Stieler
5b905025fc
Merge pull request woocommerce/woocommerce-admin#2526 from woocommerce/add/311-report-csv-exporter-endpoint
...
Add Report CSV Export Endpoint
2019-07-03 08:43:18 -06:00
Timmy Crawford
0c1ed070b9
Examples: Update README ( https://github.com/woocommerce/woocommerce-admin/pull/2554 )
...
quick change to reflect the two new examples in the directory.
2019-07-02 08:34:37 -07:00
Jeff Stieler
3ab221db55
Add schema modification to Table Column example plugin.
2019-06-28 11:09:41 -06:00
Paul Sealock
68c8bfedd9
Table extension: fix page error and jsDoc
2019-06-26 10:28:32 +12:00
Paul Sealock
68a95f8a83
Report Tables: extend columns
2019-06-20 20:03:56 +12:00
Albert Juhé Lluveras
3123c4e047
Fix wrong average numbers in chart legends ( https://github.com/woocommerce/woocommerce-admin/pull/2352 )
...
* Fix wrong average numbers in chart legends
* Dashboard Extension example: update legend totals
* Rename 'totals' to 'legendTotals'
* Make sure legendTotals includes key property
2019-06-11 14:31:53 +02:00
Paul Sealock
bebdb63fe6
Merge pull request woocommerce/woocommerce-admin#2301 from woocommerce/fix/controller-docs
...
Extensions: fix registering a page
2019-05-28 06:49:55 +12:00
Paul Sealock
f2fae218ef
Dashboard Extension Example: Make namespace unique
2019-05-24 11:58:00 +12:00
Paul Sealock
01b84f1c41
Extensions: fix registering a page
2019-05-24 11:42:01 +12:00
Paul Sealock
67f9081579
Add analytics card class to chart
...
Co-Authored-By: Albert Juhé Lluveras <aljullu@gmail.com>
2019-05-24 08:09:59 +12:00
Paul Sealock
68f2af7722
Dashboard: Move title edit to Controls
2019-05-23 08:43:45 +12:00
Paul Sealock
5e532057a9
Extensions: Add Dashboard Section
2019-05-23 08:27:59 +12:00
Paul Sealock
c1adc83676
apple table
2019-04-29 15:47:46 +12:00
Paul Sealock
88e6626d6a
Extension Examples: fix issues
2019-04-29 15:31:21 +12:00
Paul Sealock
9c8e0ff666
Merge pull request woocommerce/woocommerce-admin#2018 from woocommerce/try/extension-build-env
...
Try: Extension Examples
2019-04-17 15:12:42 +12:00
Paul Sealock
8ff24a9a7e
Example Extensions: create build environment
2019-04-17 14:01:56 +12:00
Jeff Stieler
8c382773c2
Fix grammar.
2019-04-12 13:08:05 -06:00
Jeff Stieler
9265943bdf
Update admin notes readme.
...
Resize large image, add syntax highlighting to PHP snippets, fix example file link paths.
2019-04-11 11:32:45 -06:00
Jeff Stieler
bfe5a75e98
Update text domain. ( https://github.com/woocommerce/woocommerce-admin/pull/1795 )
...
* Translation call text domain change from “wc-admin” to “woocommerce-admin”.
* Fix .pot file generation.
* Fix errantly closed array item in /revenue/stats controller.
* Rename plugin zip, main file, and repo name to "woocommerce-admin".
2019-03-13 11:14:02 -06:00
Allen Snook
90b4553502
Fix typos and bad grammar, add more links
2018-11-04 21:49:35 -05:00
Allen Snook
4787f94d45
Add images
2018-11-01 12:38:36 -07:00
Allen Snook
df11c3fab5
Further tweaks to the sidebar markdown
2018-11-01 12:32:26 -07:00
Allen Snook
206a71aecc
Add activity panel inbox tutorial
2018-11-01 12:18:43 -07:00