G.Ambatte
G.Ambatte
This PR is to implement underlying base pages, which are then called by the unique pages that require that format (i.e. `/user` draws from a base EditorPage prototype). This will...
As reported via Gitter, the icons that are used to close the notifications and warnings are loaded from FontAwesome. When FontAwesome is not available for any reason, these icons do...
For local installs only, it would be useful to be able to see all brews in the database, regardless of the brew's author. This may be possible by wrapping a...
This draft PR is to demonstrate the progress of adding a new UserInfo collection to the current NaturalCrit database used by Homebrewery. This PR will resolve #1908 when complete. Current...
This PR modifies the BrewRenderer to change the default background when the `HEROKU_APP_NAME` variable exists. This variable only exists when created during the PR deployment process in Heroku apps, or...
This PR uses the IntersectionObserver to detect which page elements are in the viewport and thus visible to the end user. This data is updated as the user scrolls, and...
This PR should resolve #2585. This is some initial WIP to add a notification database functionality, accessible via the Admin pages.
A suggestion from the sub Reddit today - a template that conforms to the posted [Dungeon Master's Guild style guide](https://www.dmsguild.com/product/267467/DMs-Guild-Creator-Resource--Style-Guide-Resources) and [Publishing Specifications](http://www.drivethrurpg.com/images/site_resources/Digital_Specs%20201506.pdf).
## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). ### Wednesday 8/28/2024 - v3.14.3 ##### Calculuschild * [x] Image wrapping snippets Fixes issue [#380](https://github.com/naturalcrit/homebrewery/issues/380), supersedes [#3126](https://github.com/naturalcrit/homebrewery/issues/3126) *...
This PR adds a button to the BrewRenderer. When clicked, this exposes the header navigation window, which lists all of the elements with IDs in the document. It generates this...