Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 01de54571ffc867b4d566e3d4b07c90a9e4a425e https://github.com/phpmyadmin/phpmyadmin/commit/01de54571ffc867b4d566e3d4b07... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-04-11 (Thu, 04 April 2024) -03:00
Changed paths: M resources/templates/navigation/tree/quick_warp.twig M src/Favorites/RecentFavoriteTables.php M src/Navigation/NavigationTree.php
Log Message: ----------- Extract HTML from RecentFavoriteTables::getHtml()
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 89619f386b85fd8b1b1489b6802b21b0a8fbcdb7 https://github.com/phpmyadmin/phpmyadmin/commit/89619f386b85fd8b1b1489b6802b... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-04-11 (Thu, 04 April 2024) -03:00
Changed paths: M resources/templates/recent_favorite_table_favorite.twig M resources/templates/recent_favorite_table_recent.twig M src/Favorites/RecentFavoriteTables.php D resources/templates/recent_favorite_table_no_tables.twig
Log Message: ----------- Merge recent_favorite_table_no_tables template
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: a92132624529fa5b6df461e2a8fc60b4e360bb42 https://github.com/phpmyadmin/phpmyadmin/commit/a92132624529fa5b6df461e2a8fc... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-04-13 (Sat, 04 April 2024) -03:00
Changed paths: M public/themes/bootstrap/scss/_navigation.scss M public/themes/metro/scss/_navigation.scss M public/themes/original/scss/_navigation.scss M public/themes/pmahomme/scss/_navigation.scss M resources/js/src/modules/functions.ts M resources/js/src/modules/navigation/event-loader.ts M resources/templates/navigation/tree/quick_warp.twig M resources/templates/recent_favorite_table_favorite.twig M resources/templates/recent_favorite_table_recent.twig M tests/unit/Navigation/NavigationTreeTest.php
Log Message: ----------- Change recent/favorite buttons to use Bootstrap dropdowns
This removes a lot of custom CSS.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: a6c56e6e0e47a43fd5a65e68f5325b0053f0d025 https://github.com/phpmyadmin/phpmyadmin/commit/a6c56e6e0e47a43fd5a65e68f532... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-04-13 (Sat, 04 April 2024) -03:00
Changed paths: M public/themes/bootstrap/scss/_navigation.scss M public/themes/metro/scss/_navigation.scss M public/themes/original/scss/_navigation.scss M public/themes/pmahomme/scss/_navigation.scss M resources/js/src/modules/functions.ts M resources/js/src/modules/navigation/event-loader.ts M resources/templates/navigation/tree/quick_warp.twig M resources/templates/recent_favorite_table_favorite.twig M resources/templates/recent_favorite_table_recent.twig M src/Favorites/RecentFavoriteTables.php M src/Navigation/NavigationTree.php M tests/unit/Navigation/NavigationTreeTest.php D resources/templates/recent_favorite_table_no_tables.twig
Log Message: ----------- Merge pull request #19110 from MauricioFauth/recent-favorite-tables
Refactor recent/favorite tables buttons