Skip to content

alphanodes/redmine_collapsible_sidebar

Repository files navigation

Collapsible Stateful Sidebar

Run RuboCop

Features

  • collapsable sidebar
  • Using local storage to remember status of the sidebar for each page

Solution is based on https://www.redmine.org/issues/21808#note-27. If this is part of Redmine, this plugin will be deprecated.

Requirements

  • Redmine version >= 5.0
  • Redmine Plugin: additionals - used for FontAwesome support
  • Ruby version >= 2.7

Installation

cd $REDMINE_ROOT
git clone https://github.com/alphanodes/redmine_collapsible_sidebar.git plugins/
git clone git://github.com/alphanodes/additionals.git plugins/additionals
bundle config set --local without 'development test'
bundle install

Restart your application server after installation.

Uninstall

Uninstall redmine_collapsible_sidebar plugin.

cd $REDMINE_ROOT
rm -rf plugins/redmine_collapsible_sidebar public/plugin_assets/redmine_collapsible_sidebar

Restart Redmine (application server)

License

SEE LICENSE

About

Collapsible stateful sidebar for Redmine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published