[PR #2099] [MERGED] feat: Add what's new modal in the sidebar #1973

Closed
opened 2026-03-02 11:59:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2099
Author: @MohamedBassem
Created: 11/8/2025
Status: Merged
Merged: 11/8/2025
Merged by: @MohamedBassem

Base: mainHead: codex/add-what-s-new-modal-after-upgrades


📝 Commits (3)

  • dffea2c Refactor sidebar release modal to use React Query
  • c254fc6 fixes
  • a7a2b12 fix manual server override

📊 Changes

3 files changed (+262 additions, -13 deletions)

View changed files

📝 apps/web/components/shared/sidebar/Sidebar.tsx (+2 -13)
apps/web/components/shared/sidebar/SidebarVersion.tsx (+250 -0)
📝 apps/web/lib/i18n/locales/en/translation.json (+10 -0)

📄 Description

Summary

  • replace the custom fetch/effect chain in SidebarVersion with a React Query hook that caches GitHub release notes and reports loading or failure states
  • preserve local dismissal logic while skipping release checks when disabled and falling back to the GitHub link for non-stable builds
  • normalize the sidebar import order after formatting

Testing

  • pnpm --filter web lint

Fixes #1698


Codex Task


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/2099 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 11/8/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `codex/add-what-s-new-modal-after-upgrades` --- ### 📝 Commits (3) - [`dffea2c`](https://github.com/karakeep-app/karakeep/commit/dffea2c16d933fde4d46b350ef53d9394ee1fc11) Refactor sidebar release modal to use React Query - [`c254fc6`](https://github.com/karakeep-app/karakeep/commit/c254fc63738e9588d927500d81c1777d79e0a376) fixes - [`a7a2b12`](https://github.com/karakeep-app/karakeep/commit/a7a2b12c661e010a27f7bf6b095675dceb2345b0) fix manual server override ### 📊 Changes **3 files changed** (+262 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/shared/sidebar/Sidebar.tsx` (+2 -13) ➕ `apps/web/components/shared/sidebar/SidebarVersion.tsx` (+250 -0) 📝 `apps/web/lib/i18n/locales/en/translation.json` (+10 -0) </details> ### 📄 Description ## Summary - replace the custom fetch/effect chain in `SidebarVersion` with a React Query hook that caches GitHub release notes and reports loading or failure states - preserve local dismissal logic while skipping release checks when disabled and falling back to the GitHub link for non-stable builds - normalize the sidebar import order after formatting ## Testing - pnpm --filter web lint Fixes #1698 ------ [Codex Task](https://chatgpt.com/codex/tasks/task_e_6909c65974e8832ca2a5307c7805fb14) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1973
No description provided.