aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
Commit message (Collapse)AuthorAgeFilesLines
* fix dreport linkzotlabs2018-11-141-1/+1
|
* implement conversation tools (settings/conversation), remove additional ↵Mario Vavti2018-09-271-1/+5
| | | | features from the settings menu and get rid of skill levels
* Add hook to extend conv_item cog dropdown menuM.Dent2018-08-261-0/+4
|
* fixes for search_item.tplMario Vavti2018-06-071-1/+1
|
* paint the locks on private activitypub items red. their privacy model is ↵Mario Vavti2018-05-231-1/+1
| | | | "slightly" different from ours
* use cursor-pointer class instead of fakelink to avoid the link color for the ↵Mario Vavti2018-05-051-1/+1
| | | | dropdown caret
* If somebody precisely clicks the down-arrow on the author photo it should ↵zotlabs2018-05-041-1/+1
| | | | probably also trigger the dropdown
* show caret-down on item-photo hover to indicate a dropdown menuMario Vavti2018-04-251-0/+1
|
* fix illegal string offset warningMario Vavti2018-04-131-1/+1
|
* provide visible star status for starred postsMario Vavti2018-04-131-29/+11
|
* move the thread author menu to to the wall item photo. the menu list was ↵Mario Vavti2018-04-131-8/+11
| | | | getting too long.
* optional divider between item header and bodyzotlabs2017-11-221-1/+3
|
* fix some missing spinnersMario Vavti2017-09-271-1/+1
|
* get rid of spinner.js in use a lightweight css spinner insteadMario Vavti2017-09-261-1/+5
|
* provide sharing of cardszotlabs2017-09-051-1/+1
|
* auto preview when inserting a media item or embed into a post. Since this ↵zotlabs2017-08-011-0/+1
| | | | unanticipated action could be alarming (some might think the post was actually submitted), also provide a visible preview indicator within the previewed content. Remove the css for the old striped background image which hasn't been available for previewed content for a year or two.
* css fixesMario Vavti2017-06-101-52/+54
|
* the caret beside the lock seems a little overkillMario Vavti2017-04-181-1/+1
|
* reflect count in modalMario Vavti2017-03-191-1/+1
|
* open like-modal directly if more than 10 likesMario Vavti2017-03-191-7/+4
|
* bs4 fixesMario Vavti2017-03-181-1/+1
|
* fix item_list and item_search templates. make item filer use a bootdtrap ↵Mario Vavti2017-03-171-12/+7
| | | | modal and some css and class fixes
* re-add spaces between tagsMario Vavti2017-03-151-1/+1
|
* style hashtags, mentions and categories. hide expand-aside button if not ↵Mario Vavti2017-03-151-7/+10
| | | | needed. css and class fixes
* various fixesMario Vavti2017-03-151-2/+2
|
* many class fixes and revive shiny class for item titles in a new wayMario Vavti2017-03-131-10/+9
|
* many dropdown and class fixes. still a long way to go...Mario Vavti2017-03-121-49/+49
|
* font size and post title adjustMario Vavti2017-03-111-9/+10
|
* fixing classesMario Vavti2017-03-101-1/+1
|
* some sed magic on button class namesMario Vavti2017-03-101-9/+9
|
* add the generic-icons-nav classMario Vavti2017-02-171-10/+10
|
* fixed width icons for item dropdownMario Vavti2017-02-171-10/+10
|
* re-factor item_photo_menu - there is some room for future development, ↵zotlabs2016-12-181-4/+13
| | | | currently it was made compatible with minimal template changes
* typo when consolidating iconszotlabs2016-11-081-1/+1
|
* use a single iconzotlabs2016-11-081-2/+2
|
* let's use the bar-chart icon for voting to make the look consistent with the ↵zotlabs2016-11-071-1/+1
| | | | event attendance button and hint at its function
* distinguish the buttons for voting and attendance by adding a calendar icon ↵zotlabs2016-11-071-1/+1
| | | | to the button used for attendance
* cleanup and re-organise the voting and attendance buttonszotlabs2016-11-071-19/+32
|
* autoscroll to target post/comment when in single-thread mode; don't ↵redmatrix2016-09-251-1/+1
| | | | interfere with other modes; replaces using a named anchor with a url fragment to reach a particular place in the conversation when content is loaded with ajax.
* subtle indicator of your own response verb activityredmatrix2016-09-251-8/+8
|
* the rest of the backend for supporting scroll-to-comment from notifications. ↵redmatrix2016-09-241-1/+1
| | | | We still need an ajax handler as fragments are evaluated before content is loaded.
* fix #480, enable bbcode autocomplete for photo comments and remove some ↵Mario Vavti2016-08-131-1/+0
| | | | redundant javascript
* add url permalink mf2 markupBen Roberts2016-06-241-1/+1
|
* p-author missing from embedded h-card in itemsBen Roberts2016-06-231-1/+1
|
* microformats 2 for postsBen Roberts2016-06-221-6/+6
|
* allow any (current) emoji to be displayed on any site, and provide a default ↵redmatrix2016-06-031-14/+4
| | | | list of reactions that can be over-ridden via configuration if a site doesn't like our choices or perhaps the ordering of our choices.
* turn emoji ability into a feature so that either a member or the site admin ↵redmatrix2016-06-031-1/+1
| | | | can disable it. Default is enabled.
* some theming for emoji buttonMario Vavti2016-06-031-95/+91
|
* restrict emoji reactions to the top level for now.redmatrix2016-06-021-0/+2
|
* menu entries for basic emoji support. I could use a bit of help theming ↵redmatrix2016-06-021-0/+25
| | | | this. It may also be better rendered as a panel of buttons than a dropdown menu. Eventually we should probably allow the system admin to configure the emojis they want; as there are a large number. I only brought in a small collection that I thought would be most useful as post reactions.