summaryrefslogtreecommitdiffstats
path: root/app/view/settings.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-20Tweak setting modal image columnsMalf Furious1-1/+1
The target display size of these columns is changed to 'xs' so they don't wrap when viewed on smaller displays. Signed-off-by: Malf Furious <m@lfurio.us>
2018-09-21settings: Add admin-only settings tab to settings modalMalf Furious1-0/+71
This is an interface to alter the settings stored in the 'settings' database table. Typically restricted to administrators only.
2018-09-19settings: Implement user tab form submissionMalf Furious1-0/+1
2018-09-16Add settings modal and user settings tabMalf Furious1-0/+147
Updated old settings modal design, to incorporate added Scrott features. Reimplemented this modal in Scrott from archived code and have included it in the navbar.