From ba6da06a4f3d95bef3a57f4a66a3b7c82de0d728 Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Tue, 10 Feb 2026 15:56:22 +0100 Subject: [PATCH 1/2] Add PokeDB.org data attribution footer to layout Satisfies PokeDB.org's terms of use by adding a minimal attribution footer linking to pokedb.org on every page. Co-Authored-By: Claude Opus 4.6 --- ...-tracker-idh2--add-pokedborg-data-attribution.md | 11 +++++++++++ frontend/src/components/Layout.tsx | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .beans/nuzlocke-tracker-idh2--add-pokedborg-data-attribution.md diff --git a/.beans/nuzlocke-tracker-idh2--add-pokedborg-data-attribution.md b/.beans/nuzlocke-tracker-idh2--add-pokedborg-data-attribution.md new file mode 100644 index 0000000..eeaf3de --- /dev/null +++ b/.beans/nuzlocke-tracker-idh2--add-pokedborg-data-attribution.md @@ -0,0 +1,11 @@ +--- +# nuzlocke-tracker-idh2 +title: Add PokeDB.org data attribution +status: in-progress +type: task +priority: normal +created_at: 2026-02-10T14:52:22Z +updated_at: 2026-02-10T14:54:01Z +--- + +PokeDB.org requires attribution when their data is used. Implement visible attribution in the application UI. This is both a requirement of their terms of use and good practice. \ No newline at end of file diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 01e8339..0dfa06d 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -127,6 +127,19 @@ export function Layout() {
+ ) } -- 2.49.1 From 7e81fe12aca4d141a6d8a8aea141b535d4f3ac49 Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Tue, 10 Feb 2026 15:57:33 +0100 Subject: [PATCH 2/2] Mark PokeDB.org data attribution bean as completed Co-Authored-By: Claude Opus 4.6 --- .../nuzlocke-tracker-idh2--add-pokedborg-data-attribution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.beans/nuzlocke-tracker-idh2--add-pokedborg-data-attribution.md b/.beans/nuzlocke-tracker-idh2--add-pokedborg-data-attribution.md index eeaf3de..b64aa61 100644 --- a/.beans/nuzlocke-tracker-idh2--add-pokedborg-data-attribution.md +++ b/.beans/nuzlocke-tracker-idh2--add-pokedborg-data-attribution.md @@ -1,11 +1,11 @@ --- # nuzlocke-tracker-idh2 title: Add PokeDB.org data attribution -status: in-progress +status: completed type: task priority: normal created_at: 2026-02-10T14:52:22Z -updated_at: 2026-02-10T14:54:01Z +updated_at: 2026-02-10T14:56:25Z --- PokeDB.org requires attribution when their data is used. Implement visible attribution in the application UI. This is both a requirement of their terms of use and good practice. \ No newline at end of file -- 2.49.1