История коммитов

.
Design fixes
.
Changed node version
.
Reformatted code
.
Updated editorconfig
.
Updated bootstrap to v5.2.1
.
Added theme selection in user settings
.
Fixed permissions when uploading files
.
Update NavChain.php
.
galtsevt
Update NavChain.php
.
Adding a breadcrumb navigation in one method
Example:

$this->nav_chain->addList([
['home', 'url'],
['category', 'url'],
['post', 'url'],
]);