summaryrefslogtreecommitdiffstats
path: root/web/react/components/navbar.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-570/+0
|
* PLT-963 - Improving scss structureAsaad Mahmood2016-03-141-4/+4
|
* Convering client to react-router.Christopher Speller2016-03-141-4/+16
|
* Merge pull request #2229 from mattermost/plt-1770Harrison Healey2016-02-231-1/+1
|\ | | | | PLT-1770 Refactor store listeners out of highly used components
| * Refactor listener out of user profile and fix thread logicJoramWilander2016-02-231-1/+1
| |
* | Ported RenameChannelModal to React-Bootstraphmhealey2016-02-221-11/+27
|/
* Updating some client deps + eslintChristopher Speller2016-02-221-3/+3
|
* Adding import instead of require for fastclickAsaad Mahmood2016-02-121-1/+1
|
* Multiple UI ImprovementsAsaad Mahmood2016-02-111-0/+2
|
* Renamed RECIEVED_* to RECEIVED_*hmhealey2016-02-081-2/+2
|
* PLT-7: Refactoring frontend (chunk 11)Elias Nahum2016-02-031-20/+69
| | | | | | - channel view - Added translations for previous commits - Fix bug on signup_team email body
* Fix console errorsJoramWilander2016-02-011-2/+6
|
* Multiple UI ImprovementsAsaad Mahmood2015-12-081-2/+0
|
* Removed some internal state from ChannelMembersModal and ChannelInviteModalhmhealey2015-12-031-0/+2
|
* Switched ChannelInviteModal to use a ToggleModalButton wherever possiblehmhealey2015-12-031-9/+3
|
* Fixed Add Members menu option on mobilehmhealey2015-11-261-1/+1
|
* Renamed EditChannelModal to EditChannelHeaderModalhmhealey2015-11-231-2/+2
|
* Ported EditChannelModal to React-Bootstraphmhealey2015-11-231-16/+40
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-17/+17
| | | | system.
* Added search button to mobile navbarhmhealey2015-11-181-0/+17
|
* Converted DeleteChannelModal to React-Bootstraphmhealey2015-11-171-7/+5
|
* Converted ChannelNotificationsModal to React-Bootstraphmhealey2015-11-171-8/+6
|
* Converted ChannelInfoModal to React-Bootstraphmhealey2015-11-171-6/+6
|
* Allow admins to change the display name for the default channelReed Garmsen2015-11-131-27/+29
|
* Added text to the edit channel purpose menu option on mobilehmhealey2015-11-101-1/+3
|
* Convert channel_members and channel_invite modals to react boostrap to fix ↵JoramWilander2015-11-041-28/+41
| | | | performance issues
* Added ability to see/edit channel purpose in the clienthmhealey2015-10-271-11/+35
|
* Renamed Channel.Description to Channel.Header on the clienthmhealey2015-10-271-10/+10
|
* 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