Skip to content

Commit

Permalink
Boost: Show Performance History upgrade notice (#32690)
Browse files Browse the repository at this point in the history
* Add performance history in Premium_Features

* Add lock icon to gridicon package

* Add a Popover component

* Set higher directory for boost stories so that the scss files can resolve

* Add module for Performance History

* Update boost-score-graph to allow showing placeholder

* Update performance history panel to show upgrade prompt

* Make string translatable

* Add changelogs

* Explain empty graph

* Fix styles

* Define typescript type for ScoreGraphAlignedData

* Don't show performance history if site is offline

* Do not infer type

* Refactor dimension plucking

* Minor fix

* Refactor passing around period data

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6049034259
  • Loading branch information
haqadn authored and matticbot committed Sep 1, 2023
1 parent 9981e7e commit 4476022
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/dashboard/jetpack-forms-dashboard.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '5f243bcff1456b681351');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '59fa3c4a1be5a8d3dd97');
4 changes: 2 additions & 2 deletions dist/dashboard/jetpack-forms-dashboard.js

Large diffs are not rendered by default.

0 comments on commit 4476022

Please sign in to comment.