summaryrefslogtreecommitdiff
path: root/static/articles/positon-location-service.html
AgeCommit message (Collapse)Author
2025-06-28static: remove unused pagesOphestra
There are more potentially unused pages, but these are unlikely to become relevant or reusable in the near future, so remove them.
2025-06-08Opt-into edge-to-edge by defaultcookiell546
Chromium already supports dynamic edge-to-edge viewports. This change opts-in by default, making the gesture navigation bar (chin) invisible without needing scroll interaction. No other changes were necessary, as no content relied on specific viewport insets. Command used: ``` sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html ```
2025-03-05BeaconDB is not currently an open data serviceDaniel Micay
2024-07-20use proper case for BeaconDBDaniel Micay
2024-07-20Positon location serviceGrapheneOS