mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
docs(widgets): document hideDetails for public-ip widget
- Add hideDetails parameter to options table with description - Include usage scenarios: privacy, minimal dashboards, quick IP checks - Add example configuration for hideDetails=true - Include placeholder for before/after comparison screenshots
This commit is contained in:
parent
8890168e9a
commit
05d2dfd9cd
1 changed files with 4 additions and 1 deletions
|
|
@ -293,7 +293,10 @@ Often find yourself searching "What's my IP", just so you can check your VPN is
|
|||
|
||||
<p align="center"><img width="400" src="https://i.ibb.co/vc3c8zN/public-ip.png" /></p>
|
||||
|
||||
You can optionally hide geographical details (city, region, ISP, flag) and show only the IP address by setting `hideDetails: true`.
|
||||
You can optionally hide geographical details (city, region, ISP, flag) and show only the IP address by setting `hideDetails: true`. This is useful for:
|
||||
- **Privacy concerns** - when you don't want to expose location information
|
||||
- **Minimal dashboards** - for cleaner, more compact layouts
|
||||
- **Quick IP checks** - when you only need to verify your public IP
|
||||
|
||||
<p align="center">
|
||||
<img width="400" src="./assets/public-ip-full-details.png" alt="Public IP with full details" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue