feat(site): initial about.uptime.link website
- Rebrand from idp.global to uptime.link - Add JetBrains Mono as primary font - Update Hero with port detection, network scanning, status widgets - Update Features for uptime monitoring capabilities - Update HowItWorks for CLI-based workflow - Create new docs: CLI, Widgets, Detector - Remove idp.global specific pages (FairUsage, Docker, OIDC, Organizations, Users) - Use emerald green color scheme throughout
This commit is contained in:
46
changelog.md
46
changelog.md
@@ -1,40 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-22 - 0.2.0 - feat(docs)
|
||||
add in-app documentation pages and Fair Usage Policy
|
||||
## 2025-12-23 - 0.0.1 - feat(site)
|
||||
Initial about.uptime.link website
|
||||
|
||||
- Add FairUsagePolicy page and route (/fair-usage) with full policy content and a sticky header/footer
|
||||
- Introduce a docs section with a DocsLayout and nested routes: Introduction, Quick Start, Docker, Configuration, SDK, OIDC, Organizations, Users
|
||||
- Update App.tsx to register docs routes and the Fair Usage route
|
||||
- Update UI components (Navbar, Footer, Hero, HowItWorks) to use internal docs routes and add a Fair Usage link
|
||||
- Refactor DocsLayout to provide independent scrolling for the sidebar and main content and tweak header/sidebar layout
|
||||
- Include code examples and navigation between docs pages to improve developer onboarding
|
||||
|
||||
## 2025-12-22 - 0.1.0 - feat(site)
|
||||
revamp landing pages and add documentation layout
|
||||
|
||||
- Add new DocsLayout component with sidebar navigation, header, sign-in CTA and documentation links
|
||||
- Revise Hero, Features, HowItWorks, Navbar and Footer copy to emphasize organization management, OIDC provider, RBAC, 2FA, deploy/self-host options and TypeScript SDK
|
||||
- Introduce new feature cards and icons; restructure feature list and feature preview UI
|
||||
- Update CTAs and links to point to docs, repository, community and sign-in endpoints; wrap buttons with asChild anchors for proper navigation
|
||||
- Minor UI tweak: reduce feature card animation delay from 150ms to 100ms
|
||||
|
||||
## 2025-04-03 - 0.0.0 - Site UI, theming, content and infra updates
|
||||
Large update adding dark theme support, UI refactors, content/footer updates, and initial site creation.
|
||||
|
||||
- Add dark theme support across the app (complete dark theme implementation).
|
||||
- Add a dark theme toggle (using next-themes) and enable dark mode support for UI components.
|
||||
- Fix dark mode styling specifically for the HowItWorks section.
|
||||
- Refactor UI for an improved modern look and feel; improve Hero preview to resemble a passport.
|
||||
- Remove the CTA component and restructure the CTA section for improved layout.
|
||||
- Add sample passport data (John Doe) and fix the hero passport link to the correct URL.
|
||||
- Add identity URL mapping: map idp://user.global/identity to https://passport.idp.global/john.doe.
|
||||
- Add legal and company links to the footer (note: one revert related to this change was recorded and then re-applied).
|
||||
- Fix a syntax error in HowItWorks.tsx (missing comma).
|
||||
- Create the about.idp.global website (initial implementation).
|
||||
- Standardize project tech stack setup: use vite_react_shadcn_ts.
|
||||
|
||||
## 2025-11-30 - 0.0.0 - Miscellaneous housekeeping
|
||||
Several small/undocumented updates and housekeeping commits were made on this date; no detailed changelog messages were provided.
|
||||
|
||||
- Multiple minor updates / maintenance changes (details not specified in commit messages).
|
||||
- Create uptime.link landing page with uptime monitoring focus
|
||||
- Add Hero section with port detection, local network scanning, status widgets features
|
||||
- Add Features section: Port Detection, Network Scanning, Status Widgets, Alerts, Service Discovery, Self-Host, SDK, Open Source
|
||||
- Add HowItWorks section: Install CLI, Scan Network, Configure Monitors, Track & Alert
|
||||
- Add documentation pages: Introduction, Quick Start, CLI, Configuration, SDK, Widgets, Detector
|
||||
- Configure JetBrains Mono as the primary font
|
||||
- Use emerald green color scheme for uptime monitoring branding
|
||||
|
||||
Reference in New Issue
Block a user