| Age | Commit message (Collapse) | Author |
|
application and login form
|
|
|
|
|
|
Since PHP 7.4.0 is the current minimum, we should be fine just using the check in 'Config::sanity_check()'.
|
|
Autoloader regenerated with 'composer dump-autoload --optimize'.
|
|
This is essentially https://gitlab.tt-rss.org/wn/tt-rss/-/commit/1ccc0c8c1af04dd9654b585c6d07e3a75d944a0c without the renames and some other things related to Psalm.
|
|
|
|
|
|
|
|
|
|
|
|
* hide 'toggle widescreen' menu item when in combined mode
* unify some mode toggling code in App
|
|
imitate other controls like DropDownButton, etc.
* rework several main toolbar items to use fox.form.Select instead of
other controls
* replace HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM with
HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 because of markup change (option
instead of menuitem)
* PluginHost: add some explicit typecasts to make intellephense shut up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes instead
|
|
|
|
HOOK_HEADLINES_CUSTOM_SORT_MAP etc
|
|
|
|
|
|
a slightly less ridiculous way
|
|
proper day/night css on startup because of firefox async CSS loader
|
|
add separate light.css to force light theme
remove manual night mode toggle and related code
|
|
|
|
|