[PR #53] [CLOSED] History fieldset minimized. #2388

Closed
opened 2026-03-17 00:05:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/53
Author: @izerozlu
Created: 8/24/2019
Status: Closed

Base: masterHead: history-fieldset-compact


📝 Commits (3)

  • 40ffa88 History fieldset has been made a more compact and easy to use section.
  • dc25095 History fieldset compact version with a maximum 5 item to show condition.
  • 7b5d3dc Merge remote-tracking branch 'origin/history-fieldset-compact' into history-fieldset-compact

📊 Changes

2 files changed (+10 additions, -6 deletions)

View changed files

📝 assets/css/styles.scss (+4 -0)
📝 pages/index.vue (+6 -6)

📄 Description

History fieldset is minimized by setting a max-height style to fieldset.history .collapsible to minimize the application view.

This minimization doesn't occur until five entry items are added to history.

Also, button to clear history has been moved to the parent to keep its position upon history scroll.


🔄 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/53 **Author:** [@izerozlu](https://github.com/izerozlu) **Created:** 8/24/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `history-fieldset-compact` --- ### 📝 Commits (3) - [`40ffa88`](https://github.com/hoppscotch/hoppscotch/commit/40ffa88496fdfa2cd29c3c5447bf49ed3672b44e) History fieldset has been made a more compact and easy to use section. - [`dc25095`](https://github.com/hoppscotch/hoppscotch/commit/dc250951f5b727fa94707741cbed4641a4642216) History fieldset compact version with a maximum 5 item to show condition. - [`7b5d3dc`](https://github.com/hoppscotch/hoppscotch/commit/7b5d3dc2d33fe1844f2d6ba3e6af0864b3a7dd9a) Merge remote-tracking branch 'origin/history-fieldset-compact' into history-fieldset-compact ### 📊 Changes **2 files changed** (+10 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/styles.scss` (+4 -0) 📝 `pages/index.vue` (+6 -6) </details> ### 📄 Description History fieldset is minimized by setting a `max-height` style to `fieldset.history .collapsible` to minimize the application view. This minimization doesn't occur until five `entry` items are added to history. Also, button to clear history has been moved to the parent to keep its position upon history scroll. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:05:47 +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#2388
No description provided.