Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
cb572dd
Bump next from 16.0.0 to 16.0.8
dependabot[bot] Dec 11, 2025
8b8e37a
v1.7
41vi4p Dec 11, 2025
663a127
Merge pull request #1 from 41vi4p/dependabot/npm_and_yarn/next-16.0.8
41vi4p Dec 11, 2025
6d0a231
Bump next from 16.0.8 to 16.0.10
dependabot[bot] Dec 12, 2025
33b1df7
Merge branch 'Soham792:main' into main
41vi4p Dec 28, 2025
d654623
Merge pull request #2 from 41vi4p/dependabot/npm_and_yarn/next-16.0.10
41vi4p Dec 28, 2025
74ae0c5
Bump lodash from 4.17.21 to 4.17.23
dependabot[bot] Jan 23, 2026
44e0d25
Bump next from 16.0.10 to 16.1.6
dependabot[bot] Jan 28, 2026
f0a1132
Merge pull request #5 from 41vi4p/dependabot/npm_and_yarn/next-16.1.6
41vi4p Mar 2, 2026
8e8956f
Merge pull request #3 from 41vi4p/dependabot/npm_and_yarn/lodash-4.17.23
41vi4p Mar 2, 2026
63acdea
Bump lodash from 4.17.21 to 4.18.1
dependabot[bot] Apr 9, 2026
eb7b5e2
Bump next from 16.1.6 to 16.2.6
dependabot[bot] May 12, 2026
4279e7e
Bump @protobufjs/utf8 from 1.1.0 to 1.1.1
dependabot[bot] May 13, 2026
dcfbfaf
Bump protobufjs from 7.5.4 to 7.5.8
dependabot[bot] May 13, 2026
0c26b82
Merge pull request #8 from 41vi4p/dependabot/npm_and_yarn/lodash-4.18.1
41vi4p May 17, 2026
4d13046
Merge pull request #11 from 41vi4p/dependabot/npm_and_yarn/next-16.2.6
41vi4p May 17, 2026
4dcfdf5
Merge pull request #12 from 41vi4p/dependabot/npm_and_yarn/protobufjs…
41vi4p May 17, 2026
47d8eb4
Merge pull request #13 from 41vi4p/dependabot/npm_and_yarn/protobufjs…
41vi4p May 17, 2026
8c14fb2
Bump postcss from 8.5.6 to 8.5.10
dependabot[bot] May 17, 2026
91e54f5
submodule_added
41vi4p May 31, 2026
92b3cc5
Merge pull request #14 from 41vi4p/dependabot/npm_and_yarn/postcss-8.…
41vi4p May 31, 2026
c0f0e47
fix_dep
41vi4p May 31, 2026
1c39601
fix_bun
41vi4p May 31, 2026
190e938
v1.8.0- Integration Done
41vi4p May 31, 2026
2aab300
fix
41vi4p May 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "client_app"]
path = client_app
url = git@github.com:Soham792/PanelSenaClientapp.git
26 changes: 26 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
instructions: |
- Use bun instead of npm/pnpm for package management
- This is a Next.js + TypeScript project with Tailwind CSS
- Main app: Next.js dashboard (app/ directory)
- Mobile: Android/Kotlin client (client_app/ directory with Gradle)
- Backend: Firebase/Firestore with realtime database
- When installing dependencies, use: bun install
- When running dev server, use: bun run dev
- When building, use: bun run build
- Follow existing component structure in components/ directory
- Keep UI components in components/ui/ (shadcn/ui based)
- Use hooks from hooks/ directory for state management
- Firestore rules in firestore.rules, storage rules in storage.rules
-For every changes made, update it properly and log it in the 'CHANGELOG.md' file in the docs folder. Also for every small change keep incrementing the system version. latest version is v1.7.2 start numbering from this.
---

## Project Overview

**Stack:**
- Frontend: Next.js
- UI: Tailwind CSS + shadcn/ui components
- Backend: Firebase/Firestore + Realtime Database
- Mobile: Android/Kotlin (Gradle)
- Device Player: Android App Client for Android Devices, Python on Raspberry Pi
- Package Manager: bun
273 changes: 0 additions & 273 deletions FIREBASE_SETUP.md

This file was deleted.

Loading