Skip to content

Commit

Permalink
5730 - V2 Sidepanel (#5763)
Browse files Browse the repository at this point in the history
* exclude multicomponent rule from stories

* basic sidepanel

* responsive and overlay option

* sidepanel header

* added component test

* remove incorrect import

* small refactor

* close sidepanel when clicking on overlay

* animated sidepanel

* removed incorrect modification

* effect to avoid conflicts with rendering

* different animation handler

* transitions with/out overlay

* Sidepanel instantiated per route

* style adjustments

* account for rtl layout

* remove recoil from implementation
  • Loading branch information
Zasa-san committed May 5, 2023
1 parent a5199b7 commit e4951d7
Show file tree
Hide file tree
Showing 10 changed files with 993 additions and 210 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ module.exports = {
'max-lines': 'off',
},
},
{
files: ['app/react/stories/*.stories.tsx'],
rules: {
'react/no-multi-comp': 'off',
},
},
{
files: ['app/**/*.ts*', 'database/**/*.ts', 'e2e/**/*.ts'],
excludedFiles: './**/*.cy.tsx',
Expand Down

0 comments on commit e4951d7

Please sign in to comment.