Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist the Tabs using query parameters #5

Open
rahulpeacock opened this issue Oct 2, 2024 · 7 comments
Open

Persist the Tabs using query parameters #5

rahulpeacock opened this issue Oct 2, 2024 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@rahulpeacock
Copy link

Persist the all notes and Favorites tab in the query parameters
When we are in the favorite tab and reload the app then the tab changed to the All notes tab

I would like to use the query parameters using react-router-dom
We can use the built in hooks to update the url and persist the tabs

image

@soummyaanon
Copy link
Owner

IF you want To contribute I have assigned You the issue, You can Freely contribute to this project

@rahulpeacock
Copy link
Author

I will start working on it

@rahulpeacock
Copy link
Author

@soummyaanon can you tell me the env variables required for this project

There is not .env.example file to do so 🥲

@soummyaanon
Copy link
Owner

Just now I have added those env. examples sorry I totally forgot to add env examples

@rahulpeacock
Copy link
Author

@soummyaanon no problem I will pull the changes

@rahulpeacock
Copy link
Author

Where can I get the below credentials

VITE_APPWRITE_COLLECTION_ID="your_collection_id"
VITE_APPWRITE_USERS_COLLECTION_ID="your_users_collection_id"

Are they present in the app write dashboard

@soummyaanon
Copy link
Owner

Where can I get the below credentials

VITE_APPWRITE_COLLECTION_ID="your_collection_id"
VITE_APPWRITE_USERS_COLLECTION_ID="your_users_collection_id"

Are they present in the app write dashboard

Yes like you have to create two collection in appwrite dashboard one is user and another is notes thats it

@soummyaanon soummyaanon added the enhancement New feature or request label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants