mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3341] [MERGED] refactor: remove font sizes from the app #4350
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#4350
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/3341
Author: @joeljstephen
Created: 9/11/2023
Status: ✅ Merged
Merged: 9/13/2023
Merged by: @AndrewBastin
Base:
release/2023.8.1← Head:refactor/remove-font-sizes📝 Commits (5)
c1bfb90refactor: remove font size from settings6a612b4refactor: remove font size from themes338fca2refactor: remove font size from spotlight578cbd6refactor: remove default font sizeb87c996chore: clean up📊 Changes
11 files changed (+70 additions, -399 deletions)
View changed files
📝
packages/hoppscotch-common/assets/scss/themes.scss(+15 -62)📝
packages/hoppscotch-common/src/components/realtime/LogEntry.vue(+1 -5)➖
packages/hoppscotch-common/src/components/smart/FontSizePicker.vue(+0 -71)📝
packages/hoppscotch-common/src/layouts/default.vue(+3 -19)📝
packages/hoppscotch-common/src/modules/theming.ts(+0 -14)📝
packages/hoppscotch-common/src/newstore/settings.ts(+0 -6)📝
packages/hoppscotch-common/src/pages/settings.vue(+1 -9)📝
packages/hoppscotch-common/src/services/spotlight/searchers/settings.searcher.ts(+1 -67)📝
packages/hoppscotch-sh-admin/assets/scss/themes.scss(+18 -65)📝
packages/hoppscotch-sh-admin/index.html(+16 -19)📝
packages/hoppscotch-ui/src/assets/scss/themes.scss(+15 -62)📄 Description
Ticket
Closes HFE-215
Description
This PR removes the font sizes from the Hoppscotch app as it causes UI inconveniences and is difficult to maintain uniform styling across browsers with custom font sizes.
Objectives
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.