From 3de286265589a912b331d973f5f33e4a3a5c23cd Mon Sep 17 00:00:00 2001 From: k Date: Sat, 6 Jul 2024 10:23:54 +0200 Subject: [PATCH] readme: update --- README.md | 6 ++++-- app/src/app/components/strip/components/anchorGit.tsx | 4 ++-- app/src/types/auto-imports.d.ts | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 532f7b028..adcc63ab3 100644 --- a/README.md +++ b/README.md @@ -42,16 +42,18 @@ Adjectives that describe what this project is or strives to be: - **Independent**: Only one, easily swappable, dependency (Price API) - **Sovereign**: Be self-hostable on accessible hardware - **Timeless**: Be relevant and usable 10 years from now +- **Versatile**: Many many different datasets which can be viewed in chart, dashbards or raw values +- **Accessible**: Huge free API with all the datasets ## Milestones Big features that are planned, in no particular order: +- **Homepage**: A landing page to explains the project and what it does - **More Datasets/Charts**: If a dataset can be computed, it should exist and have its related charts - **Dashboards**: For a quick and real-time view of the latest data of all the datasets - **NOSTR integration**: First to save preferences, later to add some social functionnality - **Datasets by block timestamp**: In addition to having datasets by block date and block height -- **Homepage**: A landing page to explain the project and what it does _Maybe_: @@ -63,7 +65,7 @@ _Maybe_: - **Name**: Willing to change if someone thinks of something better ! - **Logo**: Most likely a placeholder -## Git +## Collaboration - Repositories: - [Github](https://github.com/satonomics-org/satonomics) diff --git a/app/src/app/components/strip/components/anchorGit.tsx b/app/src/app/components/strip/components/anchorGit.tsx index 847cf2b60..f96cd9b38 100644 --- a/app/src/app/components/strip/components/anchorGit.tsx +++ b/app/src/app/components/strip/components/anchorGit.tsx @@ -4,8 +4,8 @@ export function AnchorGit() { return ( IconTablerGitMerge} - href="https://codeberg.org/satonomics/satonomics" + icon={() => IconTablerBrandGithubFilled} + href="https://github.com/satonomics-org/satonomics" /> ); } diff --git a/app/src/types/auto-imports.d.ts b/app/src/types/auto-imports.d.ts index ad43beb8c..a43c41fbf 100644 --- a/app/src/types/auto-imports.d.ts +++ b/app/src/types/auto-imports.d.ts @@ -37,7 +37,8 @@ declare global { const IconTablerBitcoin: typeof import('~icons/tabler/bitcoin.jsx')['default'] const IconTablerBitcoinCoin: typeof import('~icons/tabler/bitcoin-coin.jsx')['default'] const IconTablerBolt: (typeof import("~icons/tabler/bolt.jsx"))["default"] - const IconTablerBrandGithub: (typeof import("~icons/tabler/brand-github.jsx"))["default"] + const IconTablerBrandGithub: typeof import('~icons/tabler/brand-github.jsx')['default'] + const IconTablerBrandGithubFilled: typeof import('~icons/tabler/brand-github-filled.jsx')['default'] const IconTablerBuildinFactory: (typeof import("~icons/tabler/buildin-factory.jsx"))["default"] const IconTablerBuildingBank: typeof import('~icons/tabler/building-bank.jsx')['default'] const IconTablerBuildingFactory: typeof import('~icons/tabler/building-factory.jsx')['default']