[PR #822] [MERGED] UI: Added Container to Preferences Modal #929

Closed
opened 2026-03-03 00:23:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/822
Author: @ellekasai
Created: 3/5/2021
Status: Merged
Merged: 3/5/2021
Merged by: @Rokt33r

Base: masterHead: ui-preferences-width


📝 Commits (2)

📊 Changes

11 files changed (+1080 additions, -1018 deletions)

View changed files

📝 src/cloud/components/organisms/settings/ApiTab.tsx (+61 -58)
📝 src/cloud/components/organisms/settings/AppFeedbackTab.tsx (+7 -5)
📝 src/cloud/components/organisms/settings/InfoTab.tsx (+56 -53)
📝 src/cloud/components/organisms/settings/IntegrationsTab.tsx (+509 -499)
📝 src/cloud/components/organisms/settings/MembersTab.tsx (+236 -223)
📝 src/cloud/components/organisms/settings/PersonalInfoTab.tsx (+73 -70)
📝 src/cloud/components/organisms/settings/PreferencesTab.tsx (+7 -3)
📝 src/cloud/components/organisms/settings/SubscriptionTab.tsx (+50 -43)
📝 src/cloud/components/organisms/settings/TeamInfoTab.tsx (+12 -5)
📝 src/cloud/components/organisms/settings/UpgradeTab.tsx (+64 -59)
📝 src/cloud/components/organisms/settings/styled.ts (+5 -0)

📄 Description

The current preferences modal too big a width for the content, so I put a container to each tab.

Before After
CleanShot 2021-03-05 at 15 33 37 image

🔄 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/BoostIO/BoostNote-App/pull/822 **Author:** [@ellekasai](https://github.com/ellekasai) **Created:** 3/5/2021 **Status:** ✅ Merged **Merged:** 3/5/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `ui-preferences-width` --- ### 📝 Commits (2) - [`5a1c628`](https://github.com/BoostIO/BoostNote-App/commit/5a1c6287fe0e18bec0327c7e0b69ca74a27ce026) Added Container - [`b09c3bb`](https://github.com/BoostIO/BoostNote-App/commit/b09c3bb4d07012f4bbcaa9e07fc1f9186343e4d0) Changed max-width ### 📊 Changes **11 files changed** (+1080 additions, -1018 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/organisms/settings/ApiTab.tsx` (+61 -58) 📝 `src/cloud/components/organisms/settings/AppFeedbackTab.tsx` (+7 -5) 📝 `src/cloud/components/organisms/settings/InfoTab.tsx` (+56 -53) 📝 `src/cloud/components/organisms/settings/IntegrationsTab.tsx` (+509 -499) 📝 `src/cloud/components/organisms/settings/MembersTab.tsx` (+236 -223) 📝 `src/cloud/components/organisms/settings/PersonalInfoTab.tsx` (+73 -70) 📝 `src/cloud/components/organisms/settings/PreferencesTab.tsx` (+7 -3) 📝 `src/cloud/components/organisms/settings/SubscriptionTab.tsx` (+50 -43) 📝 `src/cloud/components/organisms/settings/TeamInfoTab.tsx` (+12 -5) 📝 `src/cloud/components/organisms/settings/UpgradeTab.tsx` (+64 -59) 📝 `src/cloud/components/organisms/settings/styled.ts` (+5 -0) </details> ### 📄 Description The current preferences modal too big a width for the content, so I put a container to each tab. | Before | After | | ------------- | ------------- | | ![CleanShot 2021-03-05 at 15 33 37](https://user-images.githubusercontent.com/2410692/110079163-1d1a5f00-7dcc-11eb-8ec4-dd46e8203582.png) | ![image](https://user-images.githubusercontent.com/2410692/110079480-8306e680-7dcc-11eb-8cb6-a96e6a70055a.png) | --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:50 +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/BoostNote-App#929
No description provided.