mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #459] [CLOSED] Limit electron window size #762
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#762
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/459
Author: @jhdcruz
Created: 5/6/2020
Status: ❌ Closed
Base:
master← Head:limit-winsize📝 Commits (10+)
d55d342Limit electron app window sizeb82b495Add homepage76b1a11Add Hero image8c69009Improve Headeradd41bcImprove github embed2690be2Add roadmap sectione9424b7Fix viewport7592059Fix roadmap section13c1189Fix HeroSection for mobile layout1d05c53Fix overflow for mobile app📊 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.