summaryrefslogtreecommitdiffstats
path: root/web/react/components/navbar.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Adding ReactDOM as a globalChristopher Speller2015-10-151-6/+0
|
* Fixing most deprication warningsChristopher Speller2015-10-151-23/+45
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* fixing more redirect places=Corey Hulen2015-09-251-1/+1
|
* PLT-11 adding config for logs to UI=Corey Hulen2015-09-171-1/+2
|
* Removed all calls to textToJsx and replaced them with calls to TextFormattinghmhealey2015-09-141-1/+1
|
* Fixed some react warnings involving missing keys in render arraysReed Garmsen2015-09-021-0/+3
|
* Reformatted navbar.jsx to meet style guide requirements.JoramWilander2015-09-011-134/+302
|
* Updated navbar to more accurately mirror desktop preformancenickago2015-08-201-0/+3
|
* Clicking on a PM channel name in mobile view now opens the channel menu ↵Reed Garmsen2015-08-171-16/+14
| | | | (like desktop mode)
* Refactored the NotifyCounts component out of the navbar.jsx file into its ↵Reed Garmsen2015-08-171-44/+1
| | | | own file
* Initial prepatory cosmetic reformatting of navbar.jsxReed Garmsen2015-08-171-116/+129
|
* Placing SVGs into constants.jsxAsaad Mahmood2015-07-231-1/+1
|
* UI FixesAsaad Mahmood2015-07-231-1/+1
|
* While in mobile mode notifications are no longer counted for channels set to ↵Reed Garmsen2015-07-221-1/+1
| | | | 'quiet mode' that are not direct mentions.
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-98/+6
| | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* remove admin's ability to manage members of default channel (fixes #172)ralder2015-07-161-81/+78
|
* Changed Invite Members to Add Members in channel options for mobile and browserReed Garmsen2015-06-171-1/+1
|
* first commit=Corey Hulen2015-06-141-0/+351