summaryrefslogtreecommitdiffstats
path: root/webapp/utils/url.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Rename channel (#5322)fengpan2017-02-171-4/+5
| | | | | | | | | | | | | | * fix react proptypes * Replace the handle field and label with url * Update rename channel url correctly * fix merge * fix after test-1 * update i18n
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-071-0/+29
webapp/utils/utils.jsx got big and that caused a potential circular dependency with webapp/stores/team_store.jsx. This change solves the issue by introducing webapp/utils/url.jsx and moving URL-related functions, which is not likely to depend on actions and stores, from webapp/utils/utils.jsx.