Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate sdk archive table to Jaspr (#6312)
This migrates the sdk archives table shown in https://dart.dev/get-dart/archive to [Jaspr](https://github.com/schultek/jaspr). There is no visual or functional change to the table from the end-user perspective. Though I made some very light cosmetic changes: - The `<form>` and `<table>` elements are now wrapped in an additional `<div>` to act as the attach target for Jaspr. - The template row changed from '0.0.0-0.0.dev (rev 00000) | Windows | 64-width | 01/01/1970 | JSON-formatted API documentation' to '0.0.0 (ref 00000) | --- | --- | 01/01/1970 | '. I also added some new tests for the component using Jasprs testing library. --------- Co-authored-by: Parker Lougheed <parlough@gmail.com>
- Loading branch information