Merged
Conversation
…ce layout version display
…ss deployment workflows
MohammedMaaz
added a commit
that referenced
this pull request
Nov 16, 2025
* V 3.0 (#20) * feat: error boundary * feat: add test env * fixed image picker * fix filters button; use notification component for error display * feat: update environment configuration for test environment and enhance layout version display * feat: cols selector in server-paginated-table * fix server-paginated-select * fix: update default sort order to undefined for column sorting * fix: correct type definition for thunkOptions in createSubscriptions * chore: update firebaseServiceAccount secret references to GCP_SA across deployment workflows * feat: add firebase service and auth * feat: docs * feat: demo bg jobs page to demonstrate firestore usage * feat: use createSubscriptions to subscribe and unsubscribe bg jobs * feat: firestore demonstration using bg-jobs * don't expose firebase api key * chore: restore firebase.service.ts with secure env variable * Update VITE_API_BASE_URL in .env.development * Add VITE_FIREBASE_API_KEY to environment variables in deployment workflows * fix: hid firebase auth errors from UI * fix: update production hosting target in .firebaserc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP