-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add button to delete sessions #211
Comments
Hey Hi!! @Eldemarkki |
Not really, you can feel free to try implemeting it. |
Yes, you can! I was thinking that when you click on a project name in the dashboard it opens a modal that shows a list of all sessions of that project. Then on each row you have same data about the session, and a button that deletes it. Writing this comment I realized the scope grew a lot… would you like to try doing all of that? There are examples in the cadebase already for opening modals and creating lists with buttons. |
Ill try my best doing this!! |
The first error is most likely an issue because of windows. This way of setting environmental variables only works on unix platforms. A solution such as |
Hmm I didn't quite understand, could you explain |
Simply move the |
Ohh I actually tried using cross-env as you said before and it surprisingly worked!! Thanks a lot!! |
And also after that I was able to register properly without any issues!! |
The project calls the API with some fancy custom hooks with |
@Aspireve I meant that the user should be able to delete individual sessions, but currently by your screenshots it looks like you are deleting a whole project. I think we should show the session list in the same dialog as the project editing (EditProjectModal). There, each session would have a delete button. |
Ohh Something like that!! |
@Aspireve Are you still doing this? If not, I can de-assign you from this task so someone else can do this. |
Hey Hi!! Thanks for reminding about this, I actually started learning about TypeScript to solve this issue and during that completely forgot about this issue. |
Hey Hi!! |
Looks like we have some misconfiguration in the rate limiting, because it appears that only 1 person can register per day. The "Invalid credentials" message is completely wrong, and I've created issue #294 for it. Could @DrVilepis, @lajp or @Chicken figure out a way for @Aspireve to create an account? If you want to, you can also join our Discord server at https://discord.gg/GRD9G74D so we can give more real-time help. We are mostly Finnish speakers there, but we all know English too so that's no problem! |
API:
/activity/delete
The text was updated successfully, but these errors were encountered: