1.1.1 • Published 1 year ago

@artevelde-uas/canvas-lms-fix-files-navigation-plugin v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Fix Files Navigation Plug-in

npm.io npm.io npm.io

Plug-in for the Canvas LMS theme app that fixes some navigation issues on file explorer pages.

Features

My Files:

  • Adds the missing account navigation
  • Adds the missing toggle switch
  • Selects the 'Account' menu item in the main navigation

Before:

Example image

After:

Example image

Course Files:

  • Move the course navigation down
  • Move the breadcrumbs to the top left

Before:

Example image

After:

Example image

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-fix-files-navigation-plugin

Using Yarn:

yarn add @artevelde-uas/canvas-lms-fix-files-navigation-plugin

Usage

Just import the plug-in and add it to the Canvas app:

import { run, addPlugin } from '@artevelde-uas/canvas-lms-app';
import fixFilesNavigationPlugin from '@artevelde-uas/canvas-lms-fix-files-navigation-plugin';

addPlugin(fixFilesNavigationPlugin);

run();

Options

expandMyFilesMenu

Gives you the ability to hide the profile menu by default. (Defaults to TRUE.)

canvas.addPlugin(fixFilesNavigationPlugin, {
    expandMyFilesMenu: false
});
1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago