You've already forked AstralRinth
forked from didirus/AstralRinth
Servers marketing enhancements (#3252)
* feat: locations page + stock callouts * feat: misalligned but spirits there!! * fix readability on colors on globe * Enhancements to globe * Fix out of stock indicator styling * Start globe near US and slow speed * Remove debug statement * Switch from capacity to stock API * Make custom use its own stock checker * Fix lint, add changelog entries --------- Co-authored-by: Elizabeth <checksum@pyro.host> Co-authored-by: Lio <git@lio.cat>
This commit is contained in:
@@ -10,6 +10,16 @@ export type VersionEntry = {
|
||||
}
|
||||
|
||||
const VERSIONS: VersionEntry[] = [
|
||||
{
|
||||
date: `2025-02-12T12:10:00-08:00`,
|
||||
product: 'web',
|
||||
body: `### Added
|
||||
- Added a 3D globe to visualize node locations to Modrinth Servers marketing page.
|
||||
- Added an indicator to show when certain server plans are running low on availability.
|
||||
|
||||
### Improvements
|
||||
- Improved out-of-stock notifications on Modrinth Servers page to be more accurate.`,
|
||||
},
|
||||
{
|
||||
date: `2025-02-11T13:00:00-08:00`,
|
||||
product: 'web',
|
||||
|
||||
Reference in New Issue
Block a user