-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
added feature to notify about recorded user interaction #60
Conversation
aryangupta701
commented
Aug 7, 2023
- added a feature to let the user know weather his interaction has been recorded or not
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
…er to class based Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Now has conflicts |
Signed-off-by: aryangupta701 <[email protected]>
This needs to be updated to address conflicts. |
Signed-off-by: Aryan Gupta <[email protected]>
ready for review |
Just some general feedback. I think this should be optional (it might end up being annoying). I'm also wondering if #63 is a better approach, we could do the notifications in that dialogue instead (showing a list of recorded events would be handy too). I'd have liked to be notified of |
@@ -17,6 +17,17 @@ | |||
* See the License for the specific language governing permissions and | |||
* limitations under the License. | |||
*/ | |||
import { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes could have been done in its own PR as they are independent of the notifications (I still think worth raising a new PR just adding this but fine if goes together anyway).
I think you are right we can provide that notification inside floating window itself. |