[PR #459] [CLOSED] Limit electron window size #762

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/459
Author: @jhdcruz
Created: 5/6/2020
Status: Closed

Base: masterHead: limit-winsize


📝 Commits (10+)

📊 Changes

66 files changed (+11444 additions, -0 deletions)

View changed files

homepage/.babelrc (+11 -0)
homepage/.gitignore (+5 -0)
homepage/components/DefaultLayout.tsx (+73 -0)
homepage/components/GlobalStyle.ts (+35 -0)
homepage/components/atoms/Box.tsx (+9 -0)
homepage/components/atoms/Button.tsx (+28 -0)
homepage/components/atoms/ButtonLink.tsx (+37 -0)
homepage/components/atoms/Column.tsx (+19 -0)
homepage/components/atoms/Container.tsx (+11 -0)
homepage/components/atoms/DownloadButtonLink.tsx (+34 -0)
homepage/components/atoms/FlexBox.tsx (+10 -0)
homepage/components/atoms/HomeLogoLink.tsx (+14 -0)
homepage/components/atoms/Icon.tsx (+41 -0)
homepage/components/atoms/PageTitle.tsx (+8 -0)
homepage/components/atoms/Row.tsx (+13 -0)
homepage/components/atoms/Text.tsx (+17 -0)
homepage/components/molecules/BoosthubBetaForm.tsx (+203 -0)
homepage/components/organisms/BoostHubSection.tsx (+50 -0)
homepage/components/organisms/CommunitySection.tsx (+90 -0)
homepage/components/organisms/DownloadSection.tsx (+189 -0)

...and 46 more files

📄 Description

Description

Limits electron app windows size enough to see the panes.


🔄 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/459 **Author:** [@jhdcruz](https://github.com/jhdcruz) **Created:** 5/6/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `limit-winsize` --- ### 📝 Commits (10+) - [`d55d342`](https://github.com/BoostIO/BoostNote-App/commit/d55d342798b6a38a81f6d8eca03faff83bde4823) Limit electron app window size - [`b82b495`](https://github.com/BoostIO/BoostNote-App/commit/b82b4954697b2bff9ab86f19217b748c32148a1d) Add homepage - [`76b1a11`](https://github.com/BoostIO/BoostNote-App/commit/76b1a11ac466f4dd51c88b8ffc0b71299d6eab60) Add Hero image - [`8c69009`](https://github.com/BoostIO/BoostNote-App/commit/8c69009830add4c11545ab8a65b06d46fea197c3) Improve Header - [`add41bc`](https://github.com/BoostIO/BoostNote-App/commit/add41bcb3a1e327167da68943d6b1a6125ecfb29) Improve github embed - [`2690be2`](https://github.com/BoostIO/BoostNote-App/commit/2690be2feb7859f8b3ee793688e389f8fa499576) Add roadmap section - [`e9424b7`](https://github.com/BoostIO/BoostNote-App/commit/e9424b721086751a86cfb1d9364d864f3473a4e3) Fix viewport - [`7592059`](https://github.com/BoostIO/BoostNote-App/commit/759205944056d8ca592ba9140c0d25c74c27b511) Fix roadmap section - [`13c1189`](https://github.com/BoostIO/BoostNote-App/commit/13c1189f01400774de8dfb93b39d0f971ec02a0f) Fix HeroSection for mobile layout - [`1d05c53`](https://github.com/BoostIO/BoostNote-App/commit/1d05c531ad53dcfe97ecf0fbdd644de6202674fb) Fix overflow for mobile app ### 📊 Changes **66 files changed** (+11444 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `homepage/.babelrc` (+11 -0) ➕ `homepage/.gitignore` (+5 -0) ➕ `homepage/components/DefaultLayout.tsx` (+73 -0) ➕ `homepage/components/GlobalStyle.ts` (+35 -0) ➕ `homepage/components/atoms/Box.tsx` (+9 -0) ➕ `homepage/components/atoms/Button.tsx` (+28 -0) ➕ `homepage/components/atoms/ButtonLink.tsx` (+37 -0) ➕ `homepage/components/atoms/Column.tsx` (+19 -0) ➕ `homepage/components/atoms/Container.tsx` (+11 -0) ➕ `homepage/components/atoms/DownloadButtonLink.tsx` (+34 -0) ➕ `homepage/components/atoms/FlexBox.tsx` (+10 -0) ➕ `homepage/components/atoms/HomeLogoLink.tsx` (+14 -0) ➕ `homepage/components/atoms/Icon.tsx` (+41 -0) ➕ `homepage/components/atoms/PageTitle.tsx` (+8 -0) ➕ `homepage/components/atoms/Row.tsx` (+13 -0) ➕ `homepage/components/atoms/Text.tsx` (+17 -0) ➕ `homepage/components/molecules/BoosthubBetaForm.tsx` (+203 -0) ➕ `homepage/components/organisms/BoostHubSection.tsx` (+50 -0) ➕ `homepage/components/organisms/CommunitySection.tsx` (+90 -0) ➕ `homepage/components/organisms/DownloadSection.tsx` (+189 -0) _...and 46 more files_ </details> ### 📄 Description ## Description Limits electron app windows size enough to see the panes. --- <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:05 +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#762
No description provided.