[PR #458] [MERGED] Landing Page Revamp #760

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/458
Author: @jhdcruz
Created: 5/6/2020
Status: Merged
Merged: 5/10/2020
Merged by: @Rokt33r

Base: masterHead: landingPage-revamp


📝 Commits (7)

📊 Changes

14 files changed (+298 additions, -199 deletions)

View changed files

📝 src/components/pages/NotePage.tsx (+72 -6)
📝 src/locales/de.ts (+5 -3)
📝 src/locales/enUS.ts (+5 -3)
📝 src/locales/esES.ts (+5 -3)
📝 src/locales/frFR.ts (+5 -3)
📝 src/locales/itIT.ts (+165 -162)
📝 src/locales/ja.ts (+4 -2)
📝 src/locales/ko.ts (+4 -2)
📝 src/locales/ptBR.ts (+5 -3)
📝 src/locales/ukUA.ts (+5 -3)
📝 src/locales/zhCN.ts (+5 -3)
📝 src/locales/zhHK.ts (+5 -3)
📝 src/locales/zhTW.ts (+5 -3)
static/logo_index.svg (+8 -0)

📄 Description

Description

Revamped the landing page StyledNoteDetailNoNote.

Additional Changes:

  • locales update to support some strings and different keybinds N|Enter.

Related Issue: #449, #133

Screenshot

image

Known Issues

  • Poor responsiveness against smaller screen sizes. ~<620px (Fixed in 3c6f350b81362497c14c4ccd1a83e990d4ac2037)
  • CN, HK, TW, possible wrong characters.
  • Possible grammar issues in all languages except enUS.

🔄 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/458 **Author:** [@jhdcruz](https://github.com/jhdcruz) **Created:** 5/6/2020 **Status:** ✅ Merged **Merged:** 5/10/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `landingPage-revamp` --- ### 📝 Commits (7) - [`32e0b37`](https://github.com/BoostIO/BoostNote-App/commit/32e0b37e93be1073daa4ffb7af0e76425e64614c) landing page overhaul - [`4418f67`](https://github.com/BoostIO/BoostNote-App/commit/4418f67d49b8cb9e88f0d4abe18118ee618676ad) refined colors - [`552c1c8`](https://github.com/BoostIO/BoostNote-App/commit/552c1c8734818b7cfc390fa890a141684f5952b6) swap mock-button position - [`e0c5c89`](https://github.com/BoostIO/BoostNote-App/commit/e0c5c8997bc4470af830e53756af096a3fcfbcb0) improved responsiveness - [`2cdc7f2`](https://github.com/BoostIO/BoostNote-App/commit/2cdc7f2a0713377b782554cc152ef54d79c25053) added missing key in 'de' locale - [`2482280`](https://github.com/BoostIO/BoostNote-App/commit/24822807b1198835f81258aa4ba3670fc9f04526) improved image scalelability - [`25c9a29`](https://github.com/BoostIO/BoostNote-App/commit/25c9a292ea4ffff59b7284eee1a230b75c793c9d) adjusted buttons shadow ### 📊 Changes **14 files changed** (+298 additions, -199 deletions) <details> <summary>View changed files</summary> 📝 `src/components/pages/NotePage.tsx` (+72 -6) 📝 `src/locales/de.ts` (+5 -3) 📝 `src/locales/enUS.ts` (+5 -3) 📝 `src/locales/esES.ts` (+5 -3) 📝 `src/locales/frFR.ts` (+5 -3) 📝 `src/locales/itIT.ts` (+165 -162) 📝 `src/locales/ja.ts` (+4 -2) 📝 `src/locales/ko.ts` (+4 -2) 📝 `src/locales/ptBR.ts` (+5 -3) 📝 `src/locales/ukUA.ts` (+5 -3) 📝 `src/locales/zhCN.ts` (+5 -3) 📝 `src/locales/zhHK.ts` (+5 -3) 📝 `src/locales/zhTW.ts` (+5 -3) ➕ `static/logo_index.svg` (+8 -0) </details> ### 📄 Description ## Description Revamped the landing page `StyledNoteDetailNoNote`. **Additional Changes:** - `locales` update to support some strings and different keybinds `N|Enter`. <br> > Related Issue: #449, #133 ## Screenshot ![image](https://user-images.githubusercontent.com/28413338/81403228-822e0580-9165-11ea-9c3a-55b709c7540b.png) ## Known Issues - Poor responsiveness against smaller screen sizes. `~<620px` (Fixed in 3c6f350b81362497c14c4ccd1a83e990d4ac2037) - `CN`, `HK`, `TW`, possible wrong characters. - Possible grammar issues in all languages except `enUS`. --- <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#760
No description provided.