feat: add ClientCard and SessionModal components, enhance session handling with comments and duration utilities
This commit is contained in:
@@ -28,6 +28,9 @@ function CurrentSessionCard({
|
||||
queryClient.invalidateQueries({ queryKey: ["last-started"] });
|
||||
queryClient.invalidateQueries({ queryKey: ["servers"] });
|
||||
},
|
||||
onSuccess: () => {
|
||||
queryClient.invalidateQueries({ queryKey: ["last-sessions"] });
|
||||
},
|
||||
});
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user