woocommerce/plugins/woocommerce-admin/client/navigation
Joshua T Flowers 10b9579cde Add nav item route regex matching (https://github.com/woocommerce/woocommerce-admin/pull/5818)
* Use default expression to match items

* Pass match expression for WCA homepage

* Match post types if the current post type matches item

* Remove unused getParams

* Update tests for isMatch util

* Update nav docs

* Update default expression to match params in any order

* add query arg tests: additional and order

* Use match score based on regex matches

* Return max safe int for exact matches

* Update tests for match score

* more tests

Co-authored-by: Paul Sealock <psealock@gmail.com>
2020-12-09 13:45:30 +13:00
..
components Fix nav group titles showing in child menus (https://github.com/woocommerce/woocommerce-admin/pull/5793) 2020-12-03 10:50:38 -05:00
stylesheets Position transient notices based on nav width (https://github.com/woocommerce/woocommerce-admin/pull/5628) 2020-11-23 14:28:17 -05:00
test Add nav item route regex matching (https://github.com/woocommerce/woocommerce-admin/pull/5818) 2020-12-09 13:45:30 +13:00
index.js Navigation: Applying styles & behavior for folded menu, including mobile (https://github.com/woocommerce/woocommerce-admin/pull/5497) 2020-11-02 16:57:49 -08:00
style.scss Position transient notices based on nav width (https://github.com/woocommerce/woocommerce-admin/pull/5628) 2020-11-23 14:28:17 -05:00
utils.js Add nav item route regex matching (https://github.com/woocommerce/woocommerce-admin/pull/5818) 2020-12-09 13:45:30 +13:00