mirror of
https://github.com/bilaltosungit/schengen-visa-appointment-bot.git
synced 2026-04-25 03:25:49 +03:00
[PR #3] [CLOSED] feat: add zustand & struture clean #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/schengen-visa-appointment-bot#11
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/bilaltosungit/schengen-visa-appointment-bot/pull/3
Author: @duzgunberke
Created: 1/26/2025
Status: ❌ Closed
Base:
main← Head:features/-global-state-managment📝 Commits (2)
3586654feat: add zustand & struture clean1ca6551fix theme📊 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.