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
Down the line we should make sure the site is easily translatable with some small UI in the footer to change language. Language selection should ideally be included in a user preferences or something.
The text was updated successfully, but these errors were encountered:
* `bootstrap-custom.css` needs some more tweaking as we have some slight pixel related CSS issues overall but will save that for another PR
* Add "Categories" header to main forum page
* Change "Discuss" labels to "Discussions" to match title... we have plenty of room
* Expand out "Libs" to "Libraries" ... again we have room with *bootstrap* and portable devices. Needed for translations in OpenUserJS#18
* Change a few tooltips to match
* Adjust comment reply popup size to match changes
Applies to OpenUserJS#531
* Fix a regular expression to use environment port if available ... this is a dev bug
* Some prior typos and comments clarified
* New OpenUserJS metadata block key of `unstableMinify`... following Scriptish example of camel casing *(interCaps)*. This requires a string after it which is the reason why... invalid reasons may reduce ones karma :)
* Using boolean switch so that the view contains the strings and not the controller/libs side of our code... useful for OpenUserJS#18 and how views should eventually be rendered
* Libraries aren't covered yet because of OpenUserJS#723
* `decodeURIComponent` is required as per OpenUserJS#819 ... do a trap for now just in case it fails... which may produce a false positive but these are just notices at this time
Applies to OpenUserJS#432
Down the line we should make sure the site is easily translatable with some small UI in the footer to change language. Language selection should ideally be included in a user preferences or something.
The text was updated successfully, but these errors were encountered: