chromium-dashboard
chromium-dashboard copied to clipboard
Convert guide/editall page into a component
This PR converts content in guide/editall.html into the <chromedash-guide-editall-page>
component. The changes include:
- Created chromedash-guide-editall-page.js and chromedash-guide-editall-page_test.js
- Slightly modified the template data of editall.html in guide.py so that the
flat_forms
can be passed into<chromedash-guide-editall-page>
as string and then get JSON.parse() when rendering. - The guide/edit.html is now a single component file
- Added loading skeletons for the page, see the snapshot below: