summaryrefslogtreecommitdiffstats
path: root/webapp/components/common/post_flag_icon.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6215 Major post list refactor (#6501)Joram Wilander2017-06-181-89/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Major post list refactor * Fix post and thread deletion * Fix preferences not selecting correctly * Fix military time displaying * Fix UP key for editing posts * Fix ESLint error * Various fixes and updates per feedback * Fix for permalink view * Revert to old scrolling method and various fixes * Add floating timestamp, new message indicator, scroll arrows * Update post loading for focus mode and add visibility limit * Fix pinning posts and a react warning * Add loading UI updates from Asaad * Fix refreshing loop * Temporarily bump post visibility limit * Update infinite scrolling * Remove infinite scrolling
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* fix issue (#6393)Carlos Tadeu Panato Junior2017-05-121-1/+1
|
* [PLT-6363-1] Create PostFlagIcon component and add flag IDs to posts (#6271)Saturnino Abril2017-05-091-0/+87
* [UI-AUTO] add IDs to last 10 posts' text * create FlagPost component and add flag IDs for posts at center, RHS and search results