Matt Sherman
af24637439
Create @woocommerce/admin-layout package ( #37094 )
...
* Initial admin-layout package skeleton
* Changelog files
* Use createOrderedChildren and sortFillsByOrder from @woocommerce/components for WooFooterItem
* Move WooFooterItem to @woocommerce/admin-layout
* Use WooFooterItem from @woocommerce/admin-layout
* Suppress errant TS lint errors
* Exports for @woocommerce/admin-layout
* Fill updates and eslint suppression
* Changelogs
* Remove suppression of tslint errors
* Fix react and @types/react versions
* Load @woocommerce/admin-layout script and styles
* Move WooHeaderItem, WooHeaderNavigationItem, and WooHeaderPageTitle to @woocommerce/admin-layout
* Regenerate lock file post-rebase
* Remove duplicate import post-rebase
* Add wc-admin-layout to app style dependency
* Fix jest mock of @woocommerce/admin-layout
* Fix spacing.
* Export slot names
* Fix typo in .npmrc
* Update lock file
* Try updating lock file
* Update lock file
* Update lock file
* Update to latest lock file from trunk
* Update lock file
* Sync dependencies of @woocommerce/admin-layout
* Manually sync @wordpress dependencies
2023-03-10 09:58:02 -05:00
Joel Thiessen
ddafa8e380
Tasks chaining side panel ( #33124 )
2022-06-01 10:10:20 -07:00
RJChow
1ba60ee69d
Codemod to change i18n text domain from 'woocommerce-admin' to 'woocommerce' in WCA Client
2022-04-01 11:41:32 +08:00
Joshua T Flowers
7aeb0a19d2
Migrate header items to slot fills ( https://github.com/woocommerce/woocommerce-admin/pull/7805 )
...
* Add SlotFill area to header
* Add activity panel fill
* Move activity panel to root client folder
* Move activity panel registration to its own folder
* Add navigation fill
* Add page title slotfill
* Slot fill the back button
* Move mobile banner to slot fill
* Fix navigation fill on embed pages
* Add changelog entry
* Allow order prop to header item fill
* Split header into before and after
* Fix header title gaps
* Fix nav and mobile app banner placement
* Fix display options import
* Only use last item for page header title fill
* Use function to pass fill props instead of bind
* Rename header slots
* Fix mobile banner dismissal check
* Fix up inbox panel rename
* Update task title in tests
* Fix up task status retrieval
2021-12-14 11:56:42 -05:00
Joel Thiessen
3ee60dc833
Fixing an unwanted page refresh when using Woo Navigation ( https://github.com/woocommerce/woocommerce-admin/pull/7615 )
...
* Adding changelog
* Fixing page refresh on woo navigation
* Narrowing scope of navigation slot fills
2021-09-15 09:42:54 -07:00
Joel Thiessen
588776deb3
Fix persisted queries being lost when navigating to excluded page (such as Homescreen) ( https://github.com/woocommerce/woocommerce-admin/pull/6614 )
2021-04-02 14:35:31 -07:00
Joel Thiessen
2f9598e4ed
Adding history listener to support persisted queries for new navigation ( https://github.com/woocommerce/woocommerce-admin/pull/5883 )
2021-01-07 08:53:31 -08:00
Paul Sealock
9bdd0ab8db
Navigation: Introduce wc-admin registration client side navArgs ( https://github.com/woocommerce/woocommerce-admin/pull/5773 )
...
* Introduce clientside navArgs
* remove null in customners
* Update readme
Co-authored-by: Joshua T Flowers <joshuatf@gmail.com>
Co-authored-by: Joshua Flowers <joshuatf@gmail.com>
2020-12-03 11:56:24 +13:00
Paul Sealock
aa4ed07af9
make ids unique
2020-11-25 13:24:33 +13:00
Paul Sealock
9c8d8c537e
Make ids more unique
2020-11-25 13:24:33 +13:00
Paul Sealock
569b016b24
cleanup ids
2020-11-25 13:24:33 +13:00
Paul Sealock
b52ba3bdcc
avoid s/f report and setup wizard pages
2020-11-25 13:24:33 +13:00
Paul Sealock
822efd30b0
Use paths as screen ids
2020-11-25 13:24:33 +13:00
Paul Sealock
7e351c18a3
Navigation: extend with WC Admin router links ( https://github.com/woocommerce/woocommerce-admin/pull/5445 )
...
* add test case
* save
* pages
* comments
* use id
* bail on no wcAdmin pages
* prefix
2020-10-22 16:01:25 +13:00