aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Side nav hidden on mobile tag addingSimounet2020-05-061-0/+5
|
* Enhanced navigation menu in material themeNicolas LÅ“uillet2020-04-261-0/+2
|
* Added mass actions for Material design in list viewNicolas LÅ“uillet2020-04-241-0/+13
|
* Fix createdAt date range filterKevin Decherf2020-03-221-3/+3
| | | | | | | | | | | - hiddenName has been disabled in order to fix the missing date range values when using the material theme - data format has been changed to 'Y-m-d' in order to comply with the browser date input default format - tests: date() and strtotime have been replaced with DateTime-related objects Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Entry action buttons displayed on page end reachedSimounet2020-01-211-8/+24
|
* Sticky nav on entry action button clickSimounet2020-01-211-0/+8
|
* Enable OTP 2FAJeremy Benoist2019-01-231-0/+5
| | | | | | | | | - Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa
* Move icon into the top menu barJeremy Benoist2019-01-191-1/+3
| | | | | | | Change the way to select a random entry: - select all ids from the given user (with filters) - choose randomly one in php - find that entry
* Close add entry and search nav JS action improvedSimounet2018-01-121-11/+11
|
* Nav close button alignment and nav boxes improvedSimounet2018-01-121-10/+4
|
* material: disable editing of entry url input when submitting new urlKevin Decherf2017-11-051-0/+5
| | | | | | Fixes #1871 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-0/+78
Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes