From 5151be785bcf9c4d15ee6a0b30a5e2eed2c67842 Mon Sep 17 00:00:00 2001 From: TheFurya Date: Tue, 10 Feb 2026 16:01:14 +0100 Subject: [PATCH] feature/pokedb-attribution (#5) Co-authored-by: Julian Tabel Reviewed-on: https://gitea.nerdboden.de/TheFurya/nuzlocke-tracker/pulls/5 --- ...-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..b64aa61 --- /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: completed +type: task +priority: normal +created_at: 2026-02-10T14:52:22Z +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 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() {
+ ) }