Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reply not closing | Nicolas Werner | 2020-04-13 | 1 | -103/+0 |
| | | | | fixes #124 | ||||
* | modernize: use nullptr | Nicolas Werner | 2020-02-04 | 1 | -3/+3 |
| | |||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -0/+1 |
| | |||||
* | Further UI Updates to Rich Replies | Joseph Donofry | 2019-06-14 | 1 | -6/+10 |
| | |||||
* | Further Improve Reply Functionality | Joseph Donofry | 2019-06-13 | 1 | -25/+63 |
| | | | | | | | Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements. | ||||
* | Add style for reply popup. Fix ALL of the linting issues | redsky17 | 2019-06-11 | 1 | -2/+2 |
| | |||||
* | Initial Support for Rich Replies | Joseph Donofry | 2019-06-11 | 1 | -0/+60 |
Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit). |