[PR #2427] [MERGED] feat(mobile): Add animated UI feedback to sharing modal #2101

Closed
opened 2026-03-02 12:00:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2427
Author: @MohamedBassem
Created: 1/26/2026
Status: Merged
Merged: 2/9/2026
Merged by: @MohamedBassem

Base: mainHead: claude/beautify-saved-page-dHQUq


📝 Commits (6)

  • 3c0f1bd feat(mobile): Add beautiful animations to share save page
  • b2f1c7f feat(mobile): more native screens
  • 64bfe53 chore: add more claude perms
  • 651ffba Merge branch 'main' into claude/beautify-saved-page-dHQUq
  • a80ce2c Merge branch 'main' into claude/beautify-saved-page-dHQUq
  • 12b8600 split into different components

📊 Changes

4 files changed (+417 additions, -49 deletions)

View changed files

📝 apps/mobile/app/sharing.tsx (+116 -49)
apps/mobile/components/sharing/ErrorAnimation.tsx (+41 -0)
apps/mobile/components/sharing/LoadingAnimation.tsx (+120 -0)
apps/mobile/components/sharing/SuccessAnimation.tsx (+140 -0)

📄 Description

Enhance the sharing/hoarding screen with smooth animations:

  • Pulsing archive icon with animated dots during loading
  • Celebratory particle burst and checkmark animation on success
  • Shake animation with alert icon on error
  • Haptic feedback for success, warning (already exists), and error states
  • Staggered fade-in transitions for text and buttons

🔄 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/2427 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `claude/beautify-saved-page-dHQUq` --- ### 📝 Commits (6) - [`3c0f1bd`](https://github.com/karakeep-app/karakeep/commit/3c0f1bdbe667ff8d9414bd95078b835673cb5daf) feat(mobile): Add beautiful animations to share save page - [`b2f1c7f`](https://github.com/karakeep-app/karakeep/commit/b2f1c7f231f1327b903a85fc95c5c6fa0d5a13ed) feat(mobile): more native screens - [`64bfe53`](https://github.com/karakeep-app/karakeep/commit/64bfe535ec2621aaa87885aa8016b2929611a8dc) chore: add more claude perms - [`651ffba`](https://github.com/karakeep-app/karakeep/commit/651ffbac3cbe22f7b974dcf7ecfe4dcc076b45bd) Merge branch 'main' into claude/beautify-saved-page-dHQUq - [`a80ce2c`](https://github.com/karakeep-app/karakeep/commit/a80ce2c434628c579381e26d67ce52e48856341d) Merge branch 'main' into claude/beautify-saved-page-dHQUq - [`12b8600`](https://github.com/karakeep-app/karakeep/commit/12b86001b5babf5a28f6e1919dfffa5723de8716) split into different components ### 📊 Changes **4 files changed** (+417 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `apps/mobile/app/sharing.tsx` (+116 -49) ➕ `apps/mobile/components/sharing/ErrorAnimation.tsx` (+41 -0) ➕ `apps/mobile/components/sharing/LoadingAnimation.tsx` (+120 -0) ➕ `apps/mobile/components/sharing/SuccessAnimation.tsx` (+140 -0) </details> ### 📄 Description Enhance the sharing/hoarding screen with smooth animations: - Pulsing archive icon with animated dots during loading - Celebratory particle burst and checkmark animation on success - Shake animation with alert icon on error - Haptic feedback for success, warning (already exists), and error states - Staggered fade-in transitions for text and buttons --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:34 +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#2101
No description provided.