Created message edit & delete UI class named EditDeletePopupMenu.
What to do:
Although UI for message editing worked, message delete UI has some problem. For example, it didn't remove deleted message from screen. Thus, further analysis on deleting UI subclasses needed.
Design Patterns
Please mention which - if any - design patterns that you have implemented in this pull request.
SOLID Principles
Please mention which - if any - SOLID principles you have followed in this pull request.
Breaking Change
[ ] Check this if your changes will cause merge conflicts in other branches.
Checklist:
[x] My code follows Java style conventions
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have added Javadocs for new classes and methods
[x] My changes generate no new relevant warnings
[x] I have added tests for any new functionality added
[x] New and existing unit tests pass locally with my changes
Description
What I've done:
What to do:
Design Patterns
Please mention which - if any - design patterns that you have implemented in this pull request.
SOLID Principles
Please mention which - if any - SOLID principles you have followed in this pull request.
Breaking Change
Checklist: