[PR #3] [CLOSED] feat: add zustand & struture clean #11

Closed
opened 2026-02-26 12:19:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bilaltosungit/schengen-visa-appointment-bot/pull/3
Author: @duzgunberke
Created: 1/26/2025
Status: Closed

Base: mainHead: features/-global-state-managment


📝 Commits (2)

📊 Changes

16 files changed (+603 additions, -439 deletions)

View changed files

📝 app/components/ThemeToggle.js (+56 -7)
app/components/appointment/AppointmentHistory.jsx (+44 -0)
app/components/appointment/AppointmentSettings.jsx (+97 -0)
app/components/appointment/ControlSection.jsx (+33 -0)
app/components/telegram/TelegramSettings.jsx (+75 -0)
app/constants/cities.js (+9 -0)
app/constants/countries.js (+19 -0)
app/lib/notification.js (+8 -0)
app/lib/utils.js (+67 -0)
📝 app/page.js (+11 -413)
app/store/appointmentStore.js (+110 -0)
app/store/telegramStore.js (+39 -0)
📝 jsconfig.json (+2 -1)
📝 package-lock.json (+31 -1)
📝 package.json (+2 -1)
public/notification.js (+0 -16)

📄 Description

lokal testlerini yapabilirsiniz devam etmek isterseniz notification için birden fazla provider da bağlayabiliriz (wp, mail)


🔄 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/bilaltosungit/schengen-visa-appointment-bot/pull/3 **Author:** [@duzgunberke](https://github.com/duzgunberke) **Created:** 1/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `features/-global-state-managment` --- ### 📝 Commits (2) - [`3586654`](https://github.com/bilaltosungit/schengen-visa-appointment-bot/commit/3586654b0aaa38e64fd0724fec57614e327456f3) feat: add zustand & struture clean - [`1ca6551`](https://github.com/bilaltosungit/schengen-visa-appointment-bot/commit/1ca6551ecdec7c03131d433859a392bbdaa81318) fix theme ### 📊 Changes **16 files changed** (+603 additions, -439 deletions) <details> <summary>View changed files</summary> 📝 `app/components/ThemeToggle.js` (+56 -7) ➕ `app/components/appointment/AppointmentHistory.jsx` (+44 -0) ➕ `app/components/appointment/AppointmentSettings.jsx` (+97 -0) ➕ `app/components/appointment/ControlSection.jsx` (+33 -0) ➕ `app/components/telegram/TelegramSettings.jsx` (+75 -0) ➕ `app/constants/cities.js` (+9 -0) ➕ `app/constants/countries.js` (+19 -0) ➕ `app/lib/notification.js` (+8 -0) ➕ `app/lib/utils.js` (+67 -0) 📝 `app/page.js` (+11 -413) ➕ `app/store/appointmentStore.js` (+110 -0) ➕ `app/store/telegramStore.js` (+39 -0) 📝 `jsconfig.json` (+2 -1) 📝 `package-lock.json` (+31 -1) 📝 `package.json` (+2 -1) ➖ `public/notification.js` (+0 -16) </details> ### 📄 Description lokal testlerini yapabilirsiniz devam etmek isterseniz notification için birden fazla provider da bağlayabiliriz (wp, mail) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-02-26 12:19:13 +03:00
Sign in to join this conversation.
No labels
pull-request
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/schengen-visa-appointment-bot#11
No description provided.