mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #503] [MERGED] Improved preference modal UI #780
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#780
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/BoostIO/BoostNote-App/pull/503
Author: @ZeroX-DG
Created: 6/8/2020
Status: ✅ Merged
Merged: 7/26/2020
Merged by: @Rokt33r
Base:
master← Head:improve-preference-modal-ui📝 Commits (6)
e34d97aImproved preference modal UIcc1d5e7moved scroll bar style to global styledef6333limit to 1070px width & center contentf7cfc20separate width to a variable89369fafixed close button position5094abaImprove PreferencesModal layout📊 Changes
3 files changed (+110 additions, -61 deletions)
View changed files
📝
src/components/GlobalStyle.tsx(+1 -0)📝
src/components/PreferencesModal/PreferencesModal.tsx(+105 -58)📝
src/components/PreferencesModal/TabButton.tsx(+4 -3)📄 Description
This PR improve the preference modal UI by limiting the width. This way the extra empty space will not looks awkward anymore
Before:

After

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.