unacms / una

UNA Community Management System
https://unacms.com
MIT License
264 stars 153 forks source link

Use HTMX to load page content without genaral page structure #4641

Closed AntonLV closed 3 weeks ago

AntonLV commented 9 months ago

https://htmx.org/reference/

Also:

Issues:

AntonLV commented 6 months ago

Bugs and suggestions: https://unacms.com/d/htmx-14-0-0-b1-bugs-improvements

AntonLV commented 6 months ago

Comment cannot be posted on View Profile page (any event in Timeline) when 'Enable cache for HTML files' is enabled and the page was just loaded. For example, using Profile link in Account popup: https://unacms.com/d/timeline-comments-14-0-0-b1

quill Cannot import modules/imageUploader. Are you sure it was registered? [logger.js:6:4]
quill Cannot load imageUploader module. Are you sure you registered it? [logger.js:6:4]
quill Cannot import modules/imageUploader. Are you sure it was registered? [logger.js:6:4]
Uncaught TypeError: e is not a constructor
272development commented 2 months ago

Header text bug: https://unacms.com/cmts-view/i2d575?sys=bx_forum&cmt_id=49980

Solution is simple, $(class/id).text(page title) -- for example, not correct 😁

272development commented 1 month ago

Found another bug...

If Groups page has Messenger block, it works if directly going to URL. If you go to a different tab (example: Info) then back to Groups, messenger block shows, but it does not activate properly. The input message box stays compact and you can not write anything.

Hope I explained well. -- Wise