summaryrefslogtreecommitdiffstats
path: root/webapp/components/backstage/backstage_category.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3145 Custom Emojis (#3381)Harrison Healey2016-07-051-72/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorganized Backstage code to use a view controller and separated it from integrations code * Renamed InstalledIntegrations component to BackstageList * Added EmojiList page * Added AddEmoji page * Added custom emoji to autocomplete and text formatter * Moved system emoji to EmojiStore * Stopped trying to get emoji before logging in * Rerender posts when emojis change * Fixed submit handler on backstage pages to properly support enter * Removed debugging code * Updated javascript driver * Fixed unit tests * Fixed backstage routes * Added clientside validation to prevent users from creating an emoji with the same name as a system one * Fixed AddEmoji page to properly redirect when an emoji is created successfully * Fixed updating emoji list when an emoji is deleted * Added type prop to BackstageList to properly support using a table for the list * Added help text to EmojiList * Fixed backstage on smaller screen sizes * Disable custom emoji by default * Improved restrictions on creating emojis * Fixed non-admin users seeing the option to delete each other's emojis * Fixing gofmt * Fixed emoji unit tests * Fixed trying to get emoji from the server when it's disabled
* Adding webpack code splitting (#3377)Christopher Speller2016-06-221-1/+1
|
* PLT-2698 Integrations improvements (#2883)Harrison Healey2016-05-051-0/+4
| | | | | | | | | | * Fixed Integrations link to show up for non-admins (when enabled) and when only slash commands are enabled * Updated BackstageSidebar to only show enabled integrations * Added placeholder to integrations list when none exist * Added loading spinner to integrations pages when they're loading
* PLT-2395 - Improvements to backstage cssAsaad Mahmood2016-04-041-1/+1
|
* Added initial backstage components and InstalledIntegrations pageHarrison Healey2016-03-291-0/+68