You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of our effort to introduce AngularJS in Piwik, we shall rewrite the All Websites dashboard using AngularJS.
The rewrite will bring a few powerful benefits:
Introduce a modern JS library to Piwik: AngularJS, and introduce some best practises and patterns. See also Bundle AngularJS with Piwik #4691
Our current JS code can be hard to maintain and innovate upon. The new All Websites JS code with AngularJS will be smaller and easier to improve in the future.
let's add an inline search box to the All Websites page
this will let users easily search for particular websites on the page.
As part of our effort to introduce AngularJS in Piwik, we shall rewrite the All Websites dashboard using AngularJS.
The rewrite will bring a few powerful benefits:
See also #2174