mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #53] [CLOSED] History fieldset minimized. #2388
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/53
Author: @izerozlu
Created: 8/24/2019
Status: ❌ Closed
Base:
master← Head:history-fieldset-compact📝 Commits (3)
40ffa88History fieldset has been made a more compact and easy to use section.dc25095History fieldset compact version with a maximum 5 item to show condition.7b5d3dcMerge 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-heightstyle tofieldset.history .collapsibleto minimize the application view.This minimization doesn't occur until five
entryitems 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.