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
When you load a page containing a tabla of contents, it seems a random item is active until you click on one of them. I guess it should be the first one.
The text was updated successfully, but these errors were encountered:
b72f1c3 add melt-ui toc in (pages) (Graeme Byrne)
Pull request description:
* To improve Table of Contents as mentioned [here](#87) and [here](#92), I installed [Melt UI](https://www.melt-ui.com/) to handle the Table of Contents. I implemented it according to the [Melt UI's docs](https://www.melt-ui.com/docs/builders/table-of-contents) for the appropriate parts of each page in `routes/(pages)`.
* Fixed any changes this installation had on other parts of the website.
* Refactored repeated styles used in `routes/(pages)` by extracting into `PagesWrapper.svelte`.
* Extracted table headings and table data from `routes/(pages)/about/+page.svelte` into `constants/constants` to maintain consistency with data used in other tables on the website.
ACKs for top commit:
josecelano:
ACK b72f1c3
Tree-SHA512: a8a8b9eb72484b8a88786579f3d1fc86dcfd839b3004f472bc4f52ca8c50e1eeeb311f52cda31e57ae5d21b7c58344e6ba302807eac973acf38c72fb16e2a6b1
When you load a page containing a tabla of contents, it seems a random item is active until you click on one of them. I guess it should be the first one.
The text was updated successfully, but these errors were encountered: