You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add recommendations field to the model (list of strings).
Create websocket listener with address wss://bnw.im/ws?v=2.
On message with type=upd_recommendations_count find Reply with id equals post id, update date (current) and recommendations fields. If Reply not found, create new with fields: id (post id), recommendations, date.
Update Reply pre-save hook: if user field empty then add post body to the text field.
Update angular view: wrap current .reply childs into div with ng-if="reply.user" and create new div directly in .reply with ng-if="!reply.user" and contents template for recommendation notification list of recommendators userpics (wrapped in links to meow user page) and node of text (wrapped in link to post in meow).
Add styles for notification: horisontal list of userpics, repost symbol and piece of text (remain part of space).
The text was updated successfully, but these errors were encountered:
recommendations
field to the model (list of strings).type=upd_recommendations_count
findReply
with id equals post id, updatedate
(current) andrecommendations
fields. IfReply
not found, create new with fields:id
(post id),recommendations
,date
.Reply
pre-save hook: ifuser
field empty then add post body to thetext
field..reply
childs intodiv
withng-if="reply.user"
and create newdiv
directly in.reply
withng-if="!reply.user"
and contents template for recommendation notification list of recommendators userpics (wrapped in links to meow user page) and node oftext
(wrapped in link to post in meow).The text was updated successfully, but these errors were encountered: