Commit Graph

149 Commits

Author SHA1 Message Date
Zacharie b32daddafe Issue #1189 : Statistic page redesign
* Statistic page totally redesign, replace by a single graphic which display for last hours, days, months and years
 * Add Chart.js plugin for graphic representation
 * Add Moment.js plugin for time operations
2020-06-12 15:33:35 +02:00
Zacharie 7055ee1e67 Minor design fix on Group Manager Page 2020-06-11 13:54:29 +02:00
Zacharie a10d099b37 Issue #1175 : Design fixes due to the merge in origin branch 2020-05-20 15:53:55 +02:00
Zacharie 07731a57da Issue #1175 : Plugin Manager dropdowns fixes 2020-05-20 15:03:53 +02:00
Hannah fe0a977e4c issue #1175 Css changes
settings button font size made bigger
settings button centered
plugin block shadow made darker so right border is more visible
plugin block border radius reduced
2020-05-20 15:03:53 +02:00
Hannah 9d2ddc9f1c issue #1175, adjustements to css, and some html
Extra padding added to the inside of plugins and outside
filter input color changed
plugin shadow changed
deactivate and restore options moved to dropdown
TODO change options icon, edit dropdown function to work on each plugin seperately
2020-05-20 15:03:53 +02:00
Zacharie debb840e22 Issue #1167 : Minor design fixes 2020-05-19 17:28:22 +02:00
Zacharie d4926f31aa Issue #1167 : Group manager action and design fixes
* Icon colour standardized with intro page in css
 * Dark mode colour changes
 * Load state changes on several actions (especially in delete popin)
 * Rename group action is now effective if the name didn't change
2020-05-19 17:28:22 +02:00
Zacharie 9a293dc1c5 Issue #1167 : Add pwg.groups.duplicate to API methods, add the merge action in group manager (and small code fixes) 2020-05-19 17:28:22 +02:00
Zacharie df46475e1b Issue #1167 : Implement group merge function
* Implement new API function pwg.groups.merge
 * Generalize the delete group function in admin/include/functions.php
 * Implement merge action in Group Manager
 * Add loading state on grouped delete in group manager
 * Member manager's design fixes
2020-05-19 17:28:22 +02:00
Zacharie 1d3c08616b Issue #1167 : Member Manager Fixes and implementation
* Implement the member research
 * Visual fix for the "add member" form
 * Use of the local storage to import all user (for the add member form)
 * Change the feedback of add and remove members
 * Add load state for the adding and removing users
 * Synchronize member number displays
 * Limit the number of members displayed
2020-05-19 17:28:22 +02:00
Zacharie 14c47f0dd3 Issue #1167 : Adding loading spinner in somes Group Manager Actions (rename, add and set default) 2020-05-19 17:28:22 +02:00
Zacharie 490f43c52b Issue #1167 Implement Group Member Manage, Group manager fixes
* Adding and removing members now works in the Member manager popup
 * Implement an intelligent research input for adding users
 * Add the plugin confirm.js
 * Add a confirm popup for the group deletion
 * Implement the "Set as group for new users" action for groups
2020-05-19 17:28:22 +02:00
Zacharie d0a155bb24 Issue #1167 : Group manager fixes
* Edit name change into a form
 * Add Animation on Add Group form
 * Add the "set as default" action (not working)
 * Design, color and text fixes
2020-05-19 17:28:22 +02:00
Zacharie c77519e860 Implement Group actions and behaviors on admin page (in ajax)
* Move js to a separate file
 * Rename and delete by selection functions are now operational
 * Add error or information messages at actions
 * Add different colors on group icons
 * Fixes (selection panel...)
2020-05-19 17:28:22 +02:00
Zacharie 87fc70f84b Implement group's plugin page
* Add and remove group functions (in ajax)
 * Clean up code to comply with W3C (remove labels without input and incorrect ul/li)
2020-05-19 17:28:22 +02:00
Hannah e6a02689b4 General Css changes for group manager 2020-05-19 17:15:43 +02:00
Zacharie c5530994b4 Minor fixe : change div border of plugin Minibox to css border 2020-04-28 10:24:10 +02:00
Zacharie a05aa4d72a Issue 1175 : Chrome's bugs fixes on plugin's page
* replacing fieldset and legend by divs
 * repair the filter input
2020-04-23 10:44:19 +02:00
Zacharieg 0a268bcce1 issue #1175 redesign plugin manager
* design based on Samuel's mockup + Hannah's adaptations
* on each plugin actions shown as buttons in a single column (better compatibility with verbose languages such as German)
* description always shown (no more need of the "show details" action)
* filter based on plugin title/description (javascript, no page reload)
* hide inactive plugins if they are 8 or more
* plugins no longer shown in the admin left menu, they instead get a "settings" action if relevant. Compatible with the old trigger get_admin_plugin_menu_links but new method is to simply add a "Has Setting : true" in the main.inc.php header
2020-04-22 14:41:52 +02:00
Hannah 669f3ff864 Changes to edit user popin
Height of popin changed to avoid a scroll bar that isn't needed
Sliders changed made rounder and colors changed to grey and orange, for both light and dark mode
2020-04-21 14:59:06 +02:00
plegall e21ef06e3d fixes #1162 filter users on a specific group 2020-02-18 10:50:36 +01:00
plegall 29cc543a14 fixes #1133 adapt the height of the scrolling menu for plugins, depending on browser available height.
Also, change background color of this scrollbar.
2019-12-03 12:25:29 +01:00
plegall 90e4a63ea1 fixes #1112 better management for long username + long gallery name on small screen 2019-11-26 16:33:42 +01:00
plegall 0e86caac30 [design] quick improve of new plugins filter 2019-10-07 12:32:32 +02:00
plegall b4f8d6d994 fixes #1056 use a font-icon for page help 2019-08-12 17:01:41 +02:00
plegall 46781c191a issue #1031 no background on album path 2019-06-20 16:44:18 +02:00
plegall 9e629a2369 issue #1031 album manager, move breadcrumbs outside page title 2019-06-11 16:38:49 +02:00
plegall 63ca304ff4 issue #1019 missing l10n 2019-05-31 11:26:25 +02:00
plegall 242b734d8f issue #1019 slightly move up welcome box 2019-05-28 16:06:57 +02:00
Yann Le Boudec 038a42dd46 issue #1019 photo upload redesign
* Hide album selection after creation
* Correctly center the welcome box
* Better alignment for select files info
* Remove summary for select files info, always display details
* Fix dynamic margins in album popin
* Simplify show/hide blocks when no album available
* Make file selection button secondary when files added to queue
2019-05-28 15:00:03 +02:00
Yann Le Boudec 079b6fcb9a issue #1019 photo upload redesign, minor changes 2019-05-22 16:49:35 +02:00
Yann Le Boudec 9891c79f25 issue #1019 photo upload redesign
Based on Samuel's mockup.
2019-05-22 16:49:35 +02:00
Yann Le Boudec c9715d255d issue #1014 album manager redesign 2019-05-09 14:03:33 +02:00
plegall f3cc541208 issue #1002 dashboard redesign, colors for big icons 2019-04-12 15:31:53 +02:00
plegall 6a336ed4ec issue #987 refresh header message (for example, used to notify about upgrade_feed) 2019-03-25 16:45:36 +01:00
plegall b20d46e3f3 fixes #992 wrong menubar alignment on Chrome 2019-03-22 17:02:12 +01:00
plegall 288d72846d fixes #991 better hide h2 without hiding plugin search filter 2019-03-22 12:27:25 +01:00
plegall 1eaeb8ba3c issue #987 new admin design adapted for dark theme 2019-03-22 12:13:32 +01:00
plegall 6f1b75d135 issue #987 new header/menubar/footer for admin pages
only works fine for "day" mode, not for "night" mode yet
2019-03-15 14:10:19 +01:00
Teatek b8d6f01b38 fixes #966 progression bar for sync metadata
* [Batch Manager] adding progression bar for metadata sync action
* [Batch Manager] display the number of synchronized photos in the success message
2019-01-27 17:16:13 +01:00
plegall 45cacb4ebd fixes #543, cleaner/simpler "remove filter" icon 2017-03-08 11:30:58 +01:00
plegall 58ccafd443 fixes a few issues on alignement/color with dataTables 1.10 2017-02-10 19:59:59 +01:00
plegall 222cd8c5b6 fixes #587 modernize menubar manager
- #567 add icon on button
- font-icon checkboxes
- #554 add tab
- #528 remove borders
- remove action "reset" which was actually "restore default settings" and was not really useful, so let's simplify
2016-12-22 11:10:40 +01:00
plegall 812c2350cb fixes #585, darker grey for watermark positions box 2016-12-21 14:25:42 +01:00
plegall 5473f057b0 on album list, replace "|" by · to separate actions 2016-12-15 19:07:20 +01:00
plegall ed0d053699 feature #565, Batch Manager, font-icons checkboxes
For each photo.

And we use full colors for "hover" thumbnails, ie orange on "clear" theme and pink on "dark" theme.
2016-12-12 15:53:17 +01:00
plegall c6b45f1772 feature #535, modernize admin header/footer
* [header] replace the color switcher by a light/dark (sun/moon) action link
* [footer] add icons for piwigo.org doc & forum
* [footer] replace Piwigo logo with a clean SVG version, created by @mistic100
* [header/footer] remove "|" separators
* [header] limit title display to 50% of page width (with ellipsis on overflow)
* [header] media query to hide link labels below 800px
* [header] switch color of home icon on hover
* on clear theme, change header/footer background color to #333 (dark grey) like on current Piwigo.org
2016-10-13 11:53:34 +02:00
plegall 0a753a9162 fixes #532, "environment" infos moved to "maintenance" page 2016-10-06 12:23:19 +02:00
plegall 4e24768989 fixes #533, add a "messages" box (blue colorscheme) 2016-10-06 11:46:42 +02:00