amdad @Toby I'm curious, are usernames (in mentions) from posts are stored in DB as they are written? Or as user ID's? Can we change usernames in future? If yes, did we loose proper mentions in messages?
Toby amdad Currently they're stored as they are written. Storing IDs introduces a whole lot of complexity... but it's probably worth it. Made an issue: https://github.com/flarum/core/issues/147
Fastidious amdad And while on this, what ID (or username) will show if the post being referred too is deleted, or, worse yet, if the OP has deleted its entire account? Provisions for that, Toby?
amdad In DB id's, but in editor (when add/edit) we should see usernames. It's better to recognize to who we address message, than just ID number. So It should convert it (usernameid) on fly when SAVE or GET content between DB & editor.
amdad @Toby Mentions should be linked in some way, I didn't like they highlight orange like link and didn't react like a link. Maybe clicking on them would show up instantly this tooltip? Or just link it to a last mention of this user? Oh... they are linked I see now, Just JS didn't react to click (it just changing url in browser). BUG I suppose? When writing a reply, text overflow under buttons. (minimize maximize close) Um,,, when editing in first line (with buttons) there is title like: (edit-icon) Post #42 in Flarum Dev Forum updated So I guess when writing a Reply there should also be something like: Replying in Flarum Dev Forum updated
Toby amdad BUG I suppose? Yep. amdad When writing a reply, text overflow under buttons. (minimize maximize close) https://github.com/flarum/core/issues/112