Skip to content

Remove back to top buttons from default layout.

Samarth Sharma requested to merge phoenix/feature/home into phoenix/develop

Fixes

Fixes for #243 (closed) no by @RoLoDeXx

Description

Currently The back to top button is present inside the Templates\Layout\default.ctp. This PR removes it from the default layout and transforms that into a Helper method which can be individually added to pages that have a significant window height.

Type of PR This PR is a improvement.

Technicalities

Since the implementation of search, advanced search and search settings etc are pending, back to top button on such would be added during their development.

Checklist:

  • My pull request has a descriptive title (not a vague title like "Update index.md").
  • My pull request targets the phoenix/develop branch of the repository.
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.
  • I tried running the project locally and verified that there are no visible errors.
Edited by Samarth Sharma

Merge request reports