[PR #3783] [MERGED] chore: added micro interactions #4524

Closed
opened 2026-03-17 02:03:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3783
Author: @liyasthomas
Created: 1/29/2024
Status: Merged
Merged: 1/30/2024
Merged by: @AndrewBastin

Base: release/2023.12.3Head: micro-interactions


📝 Commits (8)

  • c17cab3 feat: bounce animation on avatar hover
  • 4d8995a chore: set sidebar on left and collapse navigation by default
  • 785ccaf chore: updated empty state icons
  • 02473da chore: updated logo
  • c7e35e9 chore: update Hoppscotch CLI link
  • a30cd10 chore: updated cn locale
  • da9f8b0 chore: updated ru locale
  • 434e473 chore: update help & feedback, support menu icon and entries order

📊 Changes

51 files changed (+1286 additions, -1128 deletions)

View changed files

📝 README.md (+1 -1)
📝 packages/hoppscotch-common/locales/cn.json (+120 -116)
📝 packages/hoppscotch-common/locales/ru.json (+39 -35)
📝 packages/hoppscotch-common/public/images/states/black/add_category.svg (+10 -10)
📝 packages/hoppscotch-common/public/images/states/black/add_comment.svg (+17 -17)
📝 packages/hoppscotch-common/public/images/states/black/add_files.svg (+26 -24)
📝 packages/hoppscotch-common/public/images/states/black/add_group.svg (+28 -28)
📝 packages/hoppscotch-common/public/images/states/black/blockchain.svg (+22 -22)
packages/hoppscotch-common/public/images/states/black/history.svg (+0 -38)
📝 packages/hoppscotch-common/public/images/states/black/login.svg (+21 -21)
📝 packages/hoppscotch-common/public/images/states/black/pack.svg (+30 -29)
packages/hoppscotch-common/public/images/states/black/time.svg (+38 -0)
packages/hoppscotch-common/public/images/states/black/upload_error.svg (+22 -0)
📝 packages/hoppscotch-common/public/images/states/black/upload_single_file.svg (+16 -16)
📝 packages/hoppscotch-common/public/images/states/black/validation.svg (+21 -21)
📝 packages/hoppscotch-common/public/images/states/black/youre_lost.svg (+74 -74)
📝 packages/hoppscotch-common/public/images/states/dark/add_category.svg (+10 -10)
📝 packages/hoppscotch-common/public/images/states/dark/add_comment.svg (+17 -17)
📝 packages/hoppscotch-common/public/images/states/dark/add_files.svg (+26 -24)
📝 packages/hoppscotch-common/public/images/states/dark/add_group.svg (+33 -30)

...and 31 more files

📄 Description

Description

  • Updated Hoppsscotch CLI link in readme
  • Updated outdated i18n locales
  • Updated empty state icons to match the theme color better
  • Rearranged support modal items and navigation pane side
  • Added minor interactions to the avatar component

🔄 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/hoppscotch/hoppscotch/pull/3783 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 1/29/2024 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.12.3` ← **Head:** `micro-interactions` --- ### 📝 Commits (8) - [`c17cab3`](https://github.com/hoppscotch/hoppscotch/commit/c17cab3e9038ea3d2f099e11b8fd9b33b92044e8) feat: bounce animation on avatar hover - [`4d8995a`](https://github.com/hoppscotch/hoppscotch/commit/4d8995a36b41e343c3bee39d1a18d17b72c87049) chore: set sidebar on left and collapse navigation by default - [`785ccaf`](https://github.com/hoppscotch/hoppscotch/commit/785ccaf063e20e15aa44884a9ec625ecc8762044) chore: updated empty state icons - [`02473da`](https://github.com/hoppscotch/hoppscotch/commit/02473da54c63dfd01199987aa4798d67e93bf910) chore: updated logo - [`c7e35e9`](https://github.com/hoppscotch/hoppscotch/commit/c7e35e9ce7f5e2734fc3df441f3fe94a46b71840) chore: update Hoppscotch CLI link - [`a30cd10`](https://github.com/hoppscotch/hoppscotch/commit/a30cd106070c02848d8dbb14009bf7809d290de7) chore: updated cn locale - [`da9f8b0`](https://github.com/hoppscotch/hoppscotch/commit/da9f8b0340b6bf454f3b400899f65f4f976b3f33) chore: updated ru locale - [`434e473`](https://github.com/hoppscotch/hoppscotch/commit/434e47340a89f5aa96fc3c513c089d9fd37d154c) chore: update help & feedback, support menu icon and entries order ### 📊 Changes **51 files changed** (+1286 additions, -1128 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `packages/hoppscotch-common/locales/cn.json` (+120 -116) 📝 `packages/hoppscotch-common/locales/ru.json` (+39 -35) 📝 `packages/hoppscotch-common/public/images/states/black/add_category.svg` (+10 -10) 📝 `packages/hoppscotch-common/public/images/states/black/add_comment.svg` (+17 -17) 📝 `packages/hoppscotch-common/public/images/states/black/add_files.svg` (+26 -24) 📝 `packages/hoppscotch-common/public/images/states/black/add_group.svg` (+28 -28) 📝 `packages/hoppscotch-common/public/images/states/black/blockchain.svg` (+22 -22) ➖ `packages/hoppscotch-common/public/images/states/black/history.svg` (+0 -38) 📝 `packages/hoppscotch-common/public/images/states/black/login.svg` (+21 -21) 📝 `packages/hoppscotch-common/public/images/states/black/pack.svg` (+30 -29) ➕ `packages/hoppscotch-common/public/images/states/black/time.svg` (+38 -0) ➕ `packages/hoppscotch-common/public/images/states/black/upload_error.svg` (+22 -0) 📝 `packages/hoppscotch-common/public/images/states/black/upload_single_file.svg` (+16 -16) 📝 `packages/hoppscotch-common/public/images/states/black/validation.svg` (+21 -21) 📝 `packages/hoppscotch-common/public/images/states/black/youre_lost.svg` (+74 -74) 📝 `packages/hoppscotch-common/public/images/states/dark/add_category.svg` (+10 -10) 📝 `packages/hoppscotch-common/public/images/states/dark/add_comment.svg` (+17 -17) 📝 `packages/hoppscotch-common/public/images/states/dark/add_files.svg` (+26 -24) 📝 `packages/hoppscotch-common/public/images/states/dark/add_group.svg` (+33 -30) _...and 31 more files_ </details> ### 📄 Description ### Description - Updated Hoppsscotch CLI link in readme - Updated outdated i18n locales - Updated empty state icons to match the theme color better - Rearranged support modal items and navigation pane side - Added minor interactions to the avatar component --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:03:07 +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/hoppscotch#4524
No description provided.