Tim Condon
Tim Condon
We need a topics sections to actually collate all the packages in a useful form - see https://www.arewewebyet.org/topics/ We can probably add this as a section in Publish and then...
Adds an async alternative for `Application.shutdown()` and annotates `shutdown()` with `noasync`
Migrate `ServeCommand` to an `AsyncCommand` to enable proper custom executor support and remove any calls to `wait()`
Will fail until #198 is merged
### Describe the issue When viewing the sponsors section on mobile on the main homepage, the sponsors are cut off ### Vapor version main ### Operating system and version Safari...
We have a few colours we refer to in our stylesheets that are currently hard coded and duplicated in some instances. These should all be extracted to SASS variables
We block inline CSP (correctly) but are trying to use it in an [`onclick` handler](https://github.com/vapor/design/blob/main/Sources/VaporDesign/Components/SiteNavigation.swift#L76) which is then blocked. This should be changed to use an event listener a la...
Currently we start system mode and then the switcher remembers the preference. We should change this to a drop down menu that allows you to pick between light, dark and...
Should be full height of the screen and cover the navbar, maybe come from the right as well? See bootstrap docs page as an example. See [Off Cavas](https://getbootstrap.com/docs/5.3/components/navbar/#offcanvas)