Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevents users from typing more than 4000 characters into any 'textbox' ↵ | Reed Garmsen | 2015-08-25 | 1 | -1/+1 |
| | | | | (posts, comments, and post/comment edits). Also adds new error message for when users hit exactly 4000 characters so they know the limit. | ||||
* | Added cosmetic refactoring | nickago | 2015-08-05 | 1 | -46/+49 |
| | |||||
* | Removed all functionality required for removing used mentions from auto-complete | nickago | 2015-08-05 | 1 | -59/+7 |
| | |||||
* | Removed vestige textdiv code that is also no longer necessary due to ↵ | Reed Garmsen | 2015-07-24 | 1 | -21/+1 |
| | | | | removing the mention tags | ||||
* | Removes the blue tag highlighting from mentions that would appear after ↵ | Reed Garmsen | 2015-07-23 | 1 | -13/+6 |
| | | | | typing a mention | ||||
* | Removed extraneous setState | Reed Garmsen | 2015-07-10 | 1 | -2/+1 |
| | |||||
* | Changed spacing model of connection flag & removed unnecessary duplication ↵ | Reed Garmsen | 2015-07-10 | 1 | -9/+6 |
| | | | | of logic | ||||
* | Moved check for existing timer interrupt outside of if-else block for sanity | Reed Garmsen | 2015-07-09 | 1 | -4/+5 |
| | |||||
* | Removed newline | Reed Garmsen | 2015-07-09 | 1 | -1/+0 |
| | |||||
* | Changed method again this time to a timer based system so that when inet ↵ | Reed Garmsen | 2015-07-09 | 1 | -16/+27 |
| | | | | does come back the yellow tinge goes away automatically not on user input | ||||
* | Added performance comment | Reed Garmsen | 2015-07-09 | 1 | -0/+2 |
| | |||||
* | Use the AsyncClient call 'updateLastViewedAt' as a way of checking for inet ↵ | Reed Garmsen | 2015-07-09 | 1 | -9/+15 |
| | | | | connectivity immediately after clearning yellow bar after user has typed 5 characters | ||||
* | Added errorchange listener to textbox that detects if inet is not connected. ↵ | Reed Garmsen | 2015-07-09 | 1 | -2/+33 |
| | | | | Still do not have reliable way of checking if inet has reconnected | ||||
* | Merge pull request #132 from mattermost/mm-1250 | Corey Hulen | 2015-07-06 | 1 | -0/+4 |
|\ | | | | | fixes mm-1250 mention highlights should now align in textbox | ||||
| * | fixes mm-1250 mention highlights should now align in textbox | JoramWilander | 2015-06-17 | 1 | -0/+4 |
| | | |||||
| * | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+290 |
| | |||||
* | @all and @channel now auto-complete | JoramWilander | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | fix an auto-complete bug for mentions | JoramWilander | 2015-06-17 | 1 | -1/+1 |
| | |||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+290 |