- Used client-side EXIF data to rotate profile picture thumbnails
- Added a small package for correctly translating EXIF orientation into CSS transforms
- Instead of displaying the image using FileReader, used URL.createObjectURL because it is faster
- For upload thumbnails, the original behavior was scaling the entire original image, without accounting for EXIF rotate. I changed this to use the thumbnail image, which does respect rotation.
- The preview image was not available when the upload request returned, because handling the preview image creation was in a goroutine. I used sync.WaitGroup to block until the preview image creation is done.
* PLT-7011 - Long channel name truncation
* PLT-7013 - Fixing channel header mobile
* PLT-7012 - Updating quick switch modal on mobile
* PLT-7008 - Channel preferences mobile fix
* PLT-7014 - Increasing tap area for channel desc
* Remove a couple of superfluous trailing arguments
* Simplify assignment logic in a couple of places
* Modify some potentially inconsistent setState calls to use the function form
* Fix eslint errors
* PLT-6905 - Updating channel header design
* Updating border-radius
* Updating radius for wide icons
* Updating trigger for overlay
* Updating UI for channel header
* Updating channel header sizing
* Updating channel header css
* Updating sidebar css
* Updating status icons
* Adjusting border
* Updating comment
* Removing type from status icon
* Fixing UI issues for the channel header/sidebar
* make "Add a channel description" open the channel header modal
* Updating status and opacity
* Updating stauts icon positioning
* Updating description and heading size
* Updating UI changes
* Updating UI changes
* add a focused class to the parent div .search__form and then remove when hover away
* Fix active state for pinned posts icon
* Updating UI changes
* Update channel header text
* Update installed_commands.jsx
* Update installed_incoming_webhooks.jsx
* Update installed_oauth_apps.jsx
* Update installed_outgoing_webhooks.jsx
* Update integrations.jsx
* Update quick_switch_modal.jsx
* Update en.json
* Decrease help text size in Integrations page
* Fix syntax error
* Tweak help text size based on Asaad's feedback
* Fix indentation
* Update help text classname to backstage-list__help
* Update _backstage.scss
* Remove the horizontal line in integrations page
* Renamed template strings for integrations help links
* channel delete option is hidden from the menu unless there is appropriate permissions as set in the policy page
* apply to public channel only and add restriction to API layer
* updated channel deletion
* Add config setting to control enabling API version 3
* Update help text for APIv3 config setting (#6843)
* Update configuration_settings.jsx
* Update en.json
Since I was going to make yet another button for the ElasticSearch test
config button, I refactored all of them to use a single common component
and tidied that component up and gave it some unit tests.