Commit Graph

132 Commits

Author SHA1 Message Date
Louis
791e019d41 fixes #1261 rm old resizable
deleting files related to the old resizable, the icons in roma and clear directories, what made them apper in theme.css in roma and clear too, and what activated resizable in site update. delted resize.inc as it is not used anywhere else and deleting some old comments in search.tpl
2020-11-13 16:25:57 +01:00
Zacharie
d527c47023 Add a new tab to manage album page : search album (based on Hannah mock up), minor changes in button behaviour on add photo page 2020-09-03 15:18:44 +02:00
Hannah
5bdbb332bc Dark mode css changes
plugin title color made #aaa
2020-08-20 10:43:29 +02:00
Hannah
3e599c7ce2 Small css changes mainly to dark mode colors
Changes to colors in dark mode
Changes to padding for "?" on group manager page
Adds padding to theme page buttons
Changes weight of icon-toggle-off
2020-08-19 11:12:47 +02:00
Zacharie
d4436b825d Issue #1208 : Implementation of the new album edit page 2020-08-13 11:56:57 +02:00
Zacharie
e6b0574cde Issue #1206 : Minor design fix 2020-08-13 11:49:31 +02:00
Zacharie
7eece49c4f Issue #1206: Implement new album manager 2020-08-13 11:49:31 +02:00
Zacharie
1dff9fa9b7 Issue #1200 : Add "Move Album" link in direct menu of albums, remove it from "Album List" tabsheet, design fixes 2020-08-13 11:43:56 +02:00
Zacharie
74447192b0 Issue #1200 : Implementation of auto-order of categories and design fixes 2020-08-13 11:43:56 +02:00
Zacharie
8283baf685 Fix bugs and fix design of the theme manager 2020-08-07 14:29:15 +02:00
Zacharie
74c5117f32 Redesign and bug fix on theme page 2020-08-06 14:32:08 +02:00
Zacharie
6d9e1f3f8e Redesign theme page (based on Hannah mock-up) 2020-08-05 13:04:33 +02:00
Zacharie
dd381de3c5 Batch manager redesign
* Change the appearance of the filter actions
 * Minor design fixes
 * (Global design) Add a new CSS class : buttonGradient and apply it on the button add photos on add photos page
2020-08-04 11:15:18 +02:00
Zacharie
14172f7b66 Design fixes on Batch Manager Global, picture modify and tags manager, especially concerning the dark mode 2020-07-21 15:58:43 +02:00
Zacharie
d23971901b Design and bug fixes :
* Change batch manager checkbox to correspond to tag manager
 * See button on picture edit page is now unavailable if the picture is in a private album
 * Language correction
 * Design fixes on batch manager selects (and general design fixes on batch manager)
 * Minor design fixes
2020-07-20 14:39:46 +02:00
Zacharie
12a88ea058 Design uniformize and fixes
* Remove CSS class navigationBar for new pagination design
 * Remove green hover of images of batch manager
2020-07-10 13:25:56 +02:00
Zacharie
9dc29c0252 Design fix and clean css
* Add a dark mode to the tag manager
 * Change design of the select number tag per page to correspond to the tag manager
 * Small design fixes
 * Clean and reorder css files
2020-07-09 16:48:10 +02:00
Zacharie
842a8dff45 Adding the new batch manager implemented by Yann 2020-07-09 13:25:22 +02:00
Zacharie
a3ab495446 Issue #1193 : Tag Manager redesign
* Create the new design of tag manager
 * Replace all actions by ajax actions
 * Add delete, rename, duplicate and merge tag's functions in the Piwigo API
 * Modification of group manager to match both designs
2020-07-08 18:12:50 +02:00
Zacharie
97ef03eead Issue #1044 : Picture edition redesign
* Add a larger and responsive image preview
 * Use Jconfirm popin for deletion confirmation
 * Change general actions to icons on the image preview
2020-06-12 15:50:17 +02:00
Zacharie
5aef3ebbbd Issue #1190 : Dashboard Charts Modifications
* Number of weeks for Activity Chart is now in configuration file
 * Tooltip change for activity chart and add for storage chart
 * General page design change
2020-06-12 15:47:15 +02:00
Zacharie
2633042618 Issue #1190: Redesign of intro page
* Add an Activity graph for activity peaks
 * Add a storage graph for storage repartition
 * Redesign intro page for those charts
2020-06-12 15:44:00 +02:00
Zacharie
d3df6cd731 Issue #1189 : Dark mode fix and clean code 2020-06-12 15:33:35 +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
c4b38d1a41 Issue #1167 : Fixes and code cleaning 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
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
f8d2bbe200 Group manager color changes light and dark mode
Light mode and dark mode color change to group block when checked in selection mode, and to the group icon (changed to orange) number of members made orange.
Dark mode selection mode orange color made darker
Dark mode group name changes to black when checked, changes via jquery (BlackFont class added)
2020-05-19 17:21:30 +02:00
Hannah
c726a39cad Dark mode Css changes for group manager 2020-05-19 17:21:30 +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
HWFord
58fb64f751 Dark mode message boxes color made darker 2019-11-21 14:52:37 +01:00
plegall
292b414d25 remove shadow on album creation button for empty gallery 2019-07-19 14:27:50 +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
1eaeb8ba3c issue #987 new admin design adapted for dark theme 2019-03-22 12:13:32 +01:00
plegall
58ccafd443 fixes a few issues on alignement/color with dataTables 1.10 2017-02-10 19:59:59 +01:00
plegall
8212257dc0 darker border on watermark image for dark admin theme 2016-12-21 14:27:06 +01:00
plegall
812c2350cb fixes #585, darker grey for watermark positions box 2016-12-21 14:25:42 +01:00
plegall
c65e8e279c fixes #566, modernize submit buttons on roma
* white on pink when mouse is over the button
* padding 5px instead of 1px 15px
2016-12-12 16:25:11 +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
mistic100
5f80cb589c tweak colorbox style2
git-svn-id: http://piwigo.org/svn/trunk@30629 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30 11:57:47 +00:00
mistic100
b56c103188 use fontello for every checkbox on config screens + split configuration.tpl file
git-svn-id: http://piwigo.org/svn/trunk@29539 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 15:18:17 +00:00
plegall
8b4fa61135 feature 3139: add details about search on id: in the help
Move CSS outside the help file

bug fixed: fallback on en_UK in case of missing help file


git-svn-id: http://piwigo.org/svn/trunk@29485 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11 12:50:39 +00:00