Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5730 - V2 Sidepanel #5763

Merged
merged 26 commits into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7e83ba1
exclude multicomponent rule from stories
Zasa-san Apr 28, 2023
80c1986
basic sidepanel
Zasa-san Apr 28, 2023
dc034eb
Merge branch 'development' into 5730-v2-sidepanel
Zasa-san May 2, 2023
5fcfcda
Merge branch 'development' into 5730-v2-sidepanel
Zasa-san May 2, 2023
2ce77c9
Merge branch 'development' into 5730-v2-sidepanel
Zasa-san May 2, 2023
f98e352
responsive and overlay option
Zasa-san May 2, 2023
ce5c319
Merge branch 'development' into 5730-v2-sidepanel
Zasa-san May 2, 2023
4f68519
sidepanel header
Zasa-san May 2, 2023
e457282
added component test
Zasa-san May 2, 2023
55286c5
remove incorrect import
Zasa-san May 3, 2023
756da66
small refactor
Zasa-san May 3, 2023
b0c3429
close sidepanel when clicking on overlay
Zasa-san May 3, 2023
ad780e1
Merge branch 'development' into 5730-v2-sidepanel
Zasa-san May 3, 2023
7f86082
Merge branch 'development' into 5730-v2-sidepanel
Zasa-san May 4, 2023
3c66d08
animated sidepanel
Zasa-san May 4, 2023
8f11ac9
Merge branch '5730-v2-sidepanel' of https://github.com/huridocs/uwazi…
Zasa-san May 4, 2023
51baa87
Merge branch 'development' into 5730-v2-sidepanel
Zasa-san May 4, 2023
42679dd
removed incorrect modification
Zasa-san May 4, 2023
0e696ed
effect to avoid conflicts with rendering
Zasa-san May 4, 2023
70b56f1
different animation handler
Zasa-san May 4, 2023
8f13e40
transitions with/out overlay
Zasa-san May 4, 2023
fc87a94
Sidepanel instantiated per route
Zasa-san May 4, 2023
47d6f84
style adjustments
Zasa-san May 4, 2023
aae0264
account for rtl layout
Zasa-san May 5, 2023
76a39ad
Merge branch 'development' into 5730-v2-sidepanel
Zasa-san May 5, 2023
6d01d70
remove recoil from implementation
Zasa-san May 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Loading