summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_display.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7301: Removed props mutation that was causing JS error, now passing ↵Jonathan2017-08-091-2/+3
| | | | locale as a prop directly instead of fetching it out of the user object (#7162)
* remove font setting and default to Open Sans (#6643)Saturnino Abril2017-06-301-96/+2
|
* [PLT-5864] Move teammate name display setting to the System Console (#6681)Saturnino Abril2017-06-301-153/+1
| | | | | | | | | | * move teammate name display setting to the system console * update all the likes of TeammateNameDisplay names * fix gofmt error * rebase and fix conflict
* fix JS errors in saving preferences - for user's display (including custom ↵Saturnino Abril2017-06-271-3/+0
| | | | theme vector) and advanced settings (#6764)
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-4/+3
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Add IDs to Team Settings, Channel Settings, Account Settings (Display & ↵Eric Sethna2017-03-211-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Advanced) (#5823) * Add IDs to Channel Notification Preferences * Add IDs to Display Settings * Add ID to language dropdown * Add Ids * Add ids * Add Ids * Add Ids * Add Ids * Add Id * Add Ids * Add Ids * Fix duplicate Id
* Account settings text updates (#5143)Jason Blais2017-01-201-5/+5
| | | | | | | | | | * Update en.json * Update user_settings_display.jsx * Update en.json * Update user_settings_advanced.jsx
* PLT-3842 - Fixing scrolling issue on account/team settings modal (#3819)Asaad Mahmood2016-08-181-1/+3
|
* PLT-3644 - Updating link previews behaviour (#3620)Asaad Mahmood2016-07-191-5/+5
|
* PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI ↵Asaad Mahmood2016-07-051-14/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements (#3449) Improving help text margins Updating changes for get link and create post files Fixing icon for select team screen Fixing styles for select team button Adding improvements to posts UI Adding improvement to post layout Updating changes for post controls Updating z-index for sidebar--right Updating help text position Fixing code for posts Fixing css for post view Pushing improvements for posts view Updating changes for post view Updating post layout Fixing system time css Updating header for system posts Updating post css Removing opacity and changing color for system messages Simplifying root post and system post behaviour Removing images from compact view Updating help text for display Updating embed preview text for advanced option PLT-3490 - Fixing RHS issue on Edge
* Removed deactivate method from User Settings tabs (#3271)Harrison Healey2016-06-071-5/+4
|
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-061-2/+135
| | | | | | | | | | * Added user setting to auto collapse image previews * Added slash commands for collapsing/expanding image previews * Added translation strings for collapse setting * Add default props for preview collapse setting
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-021-1/+10
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* Multiple UI improvements (#3220)Asaad Mahmood2016-06-021-2/+2
| | | | | | | | * Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-011-10/+1
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-011-1/+10
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-271-10/+1
|
* PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-271-1/+10
| | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text
* PLT-2886 Added name properties to all radio buttons (#3112)Harrison Healey2016-05-261-0/+9
| | | | | | | | * Removed unused, deprecated system console page * Added name properties to all radio buttons * Removed unused english strings from admin console
* Revert "PLT-1800 Load server side locale from the config.json (#3076)"Christopher Speller2016-05-241-10/+1
| | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
* PLT-1800 Load server side locale from the config.json (#3076)enahum2016-05-241-1/+10
| | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics
* Adding compact layout (#2991)Asaad Mahmood2016-05-161-3/+115
| | | | | | * Adding compact layout * Fixing ESLint error
* Multiple UI improvements (#2838)Asaad Mahmood2016-05-021-5/+5
| | | | | | * Multiple UI improvements * Adding translations in en.json
* Adding option to display channels sanely (#2761)Christopher Speller2016-04-211-2/+114
|
* Add missing en locs and translations to esElias Nahum2016-03-311-1/+1
|
* Multiple UI ImprovementsAsaad Mahmood2016-03-291-0/+2
|
* Changed PreferenceStore to store data in memoryHarrison Healey2016-03-231-13/+27
|
* Changed 'show username' display text to be more accurateHarrison Healey2016-03-171-1/+1
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+494