mirror of
https://github.com/mimamch/wa-gateway.git
synced 2026-04-25 00:45:49 +03:00
[PR #90] [MERGED] Feat/dashboard #98
Labels
No labels
bug
documentation
invalid
pull-request
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-gateway-mimamch#98
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/mimamch/wa-gateway/pull/90
Author: @mimamch
Created: 1/19/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @mimamch
Base:
master← Head:feat/dashboard📝 Commits (8)
92492b2feat(dashboard): authentication and main dashboard featured637170feat(auth): switch to signed cookies for authentication key management5875ea9feat(dashboard): enhance layout and styling for dashboard componentsb1b63e8feat(auth): implement login attempt limit with debounce mechanism520c6affeat: enhance dashboard session management with QR code functionality0f0fd34feat(dashboard): add user details display in session management2d88664feat(dashboard): implement message sending functionality and enhance session display69c1a35feat: update version to 4.6.0 in package.json📊 Changes
20 files changed (+2775 additions, -73 deletions)
View changed files
➕
assets/js/create-session.js(+36 -0)➕
assets/js/qrcode.min.js(+1 -0)➕
assets/js/script.js(+32 -0)➕
assets/style.css(+682 -0)📝
package.json(+9 -3)📝
pnpm-lock.yaml(+1358 -24)➕
pnpm-workspace.yaml(+9 -0)➕
src/controllers/dashboard/auth.tsx(+64 -0)➕
src/controllers/dashboard/dashboard.tsx(+165 -0)📝
src/controllers/session.ts(+7 -2)➕
src/globals.css(+1 -0)📝
src/index.ts(+55 -43)📝
src/middlewares/key.middleware.ts(+14 -0)➕
src/views/auth/index.tsx(+48 -0)➕
src/views/dashboard/index.tsx(+55 -0)➕
src/views/dashboard/session-create.tsx(+44 -0)➕
src/views/dashboard/sessions.tsx(+135 -0)➕
src/views/layout/index.tsx(+26 -0)📝
src/webhooks/message.ts(+1 -0)📝
src/whatsapp.ts(+33 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.