1.0.2 • Published 1 year ago

@evolve-legal/shared-components v1.0.2

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

rolf-shared-components

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Create a release

yarn build commit all the files in dist/ git tag -a 0.1.1 -m "release" git push --tags origin

Adding an App to the Switcher

SubscriptionsMenu.vue

  • Add app to list in HTML
    • Add the app name used in the app prop to the class binding
    • Point @click to new method to navigate to app
    • Point v-if to a new method to detect if app is in cognito pool
    • Make sure the correct icon SVG file is added to the project
  • Create a new method to detect the cognito pool code for the app return this.subscriptions().includes('APPCODE')
  • Creat a new method to navigate to the app's login
  • Update CSS to include .bar.{APP-NAME} and a background color

Header.vue

  • Update the home-link section of the HTML to include conditions for the new app prop value
  • add a css class for .grid.{APP-NAME} with a fill value
  • add a css class for .user-initials.{APP-NAME} with a background-color
  • add a css class for .open-circle.{APP-NAME} with a background-color
1.0.2

1 year ago

1.0.0

1 year ago

0.3.9

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.3.5

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.4.1

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.4

1 year ago

0.2.0

1 year ago

0.1.46

1 year ago

0.1.45

2 years ago