[PR #1] [MERGED] Apply React page to Master #1

Closed
opened 2025-10-13 00:38:55 +00:00 by franpcode · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/FranP-code/Open-Telegram-to-Notion-Website/pull/1
Author: @FranP-code
Created: 4/25/2022
Status: Merged
Merged: 4/25/2022
Merged by: @FranP-code

Base: masterHead: react-moving


📝 Commits (7)

📊 Changes

42 files changed (+964 additions, -269 deletions)

View changed files

📝 .gitignore (+25 -1)
.vscode/settings.json (+22 -0)
index.js (+0 -87)
📝 package.json (+35 -22)
public/_redirects (+1 -0)
public/css/auth.css (+0 -29)
public/css/global.css (+0 -21)
public/css/index.css (+0 -26)
📝 public/favicon.ico (+0 -0)
public/index.html (+43 -0)
public/manifest.json (+25 -0)
public/robots.txt (+3 -0)
readme.MD (+0 -20)
src/App.jsx (+27 -0)
src/Pages/About/About.jsx (+50 -0)
src/Pages/Auth/Auth.jsx (+103 -0)
src/Pages/Auth/auth-style.css (+27 -0)
src/Pages/Auth/auth-style.css.map (+1 -0)
src/Pages/Auth/auth-style.scss (+37 -0)
📝 src/Pages/Auth/auth_copy.svg (+0 -0)

...and 22 more files

📄 Description

No description provided


🔄 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/FranP-code/Open-Telegram-to-Notion-Website/pull/1 **Author:** [@FranP-code](https://github.com/FranP-code) **Created:** 4/25/2022 **Status:** ✅ Merged **Merged:** 4/25/2022 **Merged by:** [@FranP-code](https://github.com/FranP-code) **Base:** `master` ← **Head:** `react-moving` --- ### 📝 Commits (7) - [`38f97e1`](https://github.com/FranP-code/Open-Telegram-to-Notion-Website/commit/38f97e1accec847556f272a6554e5e56db6a6b2d) React initial commit - [`d5f6c5a`](https://github.com/FranP-code/Open-Telegram-to-Notion-Website/commit/d5f6c5aee04bfef9b53ed099e774c58afc823840) Index page done - [`32404d1`](https://github.com/FranP-code/Open-Telegram-to-Notion-Website/commit/32404d1104515c858aba84bef3fbb0a81479db35) Auth page done - [`bf31475`](https://github.com/FranP-code/Open-Telegram-to-Notion-Website/commit/bf31475316222071c66d2190c2bcabe10ad6c4c9) Auth page done - [`423e0e0`](https://github.com/FranP-code/Open-Telegram-to-Notion-Website/commit/423e0e051854b395364e05e9febdd56b8da6c905) Header changes - [`0f42cdd`](https://github.com/FranP-code/Open-Telegram-to-Notion-Website/commit/0f42cddf095d21ea514b7a0e36e1689aa1cab454) About, privacy policy and terms of use pages added - [`a1f5ce1`](https://github.com/FranP-code/Open-Telegram-to-Notion-Website/commit/a1f5ce1f9c993bd302407b3cdbc7547c99fa0359) Header bug fix ### 📊 Changes **42 files changed** (+964 additions, -269 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+25 -1) ➕ `.vscode/settings.json` (+22 -0) ➖ `index.js` (+0 -87) 📝 `package.json` (+35 -22) ➕ `public/_redirects` (+1 -0) ➖ `public/css/auth.css` (+0 -29) ➖ `public/css/global.css` (+0 -21) ➖ `public/css/index.css` (+0 -26) 📝 `public/favicon.ico` (+0 -0) ➕ `public/index.html` (+43 -0) ➕ `public/manifest.json` (+25 -0) ➕ `public/robots.txt` (+3 -0) ➖ `readme.MD` (+0 -20) ➕ `src/App.jsx` (+27 -0) ➕ `src/Pages/About/About.jsx` (+50 -0) ➕ `src/Pages/Auth/Auth.jsx` (+103 -0) ➕ `src/Pages/Auth/auth-style.css` (+27 -0) ➕ `src/Pages/Auth/auth-style.css.map` (+1 -0) ➕ `src/Pages/Auth/auth-style.scss` (+37 -0) 📝 `src/Pages/Auth/auth_copy.svg` (+0 -0) _...and 22 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
franpcode added the
pull-request
label 2025-10-13 00:38:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: franpcode/Open-Telegram-to-Notion-Website#1
No description provided.