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

Chore/popover refactoring #2249

Merged
merged 50 commits into from
Feb 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
8f9809b
Add new popover class
TatianaFomina Jan 7, 2023
0592461
Add flipper
TatianaFomina Jan 7, 2023
a9cb883
confirmation
TatianaFomina Jan 10, 2023
2c73b2c
confirmation
TatianaFomina Jan 10, 2023
e687006
Add confirmation support
TatianaFomina Jan 12, 2023
28c7bb5
Add search
TatianaFomina Jan 14, 2023
f2928db
Add toggle group support and update popover tests
TatianaFomina Jan 14, 2023
77ab1b8
Add custom content support
TatianaFomina Jan 18, 2023
54d5f69
Fix scroll issue
TatianaFomina Jan 18, 2023
0f49e85
Add mobile version
TatianaFomina Jan 18, 2023
a0160a4
Integration
TatianaFomina Jan 18, 2023
ab4a9fe
Fix animation
TatianaFomina Jan 23, 2023
4659331
Cleanup
TatianaFomina Jan 23, 2023
ef17b42
Fix popover position for narrow mode
TatianaFomina Jan 23, 2023
578137e
Fix tests
TatianaFomina Jan 23, 2023
2b42f78
Update version and changelog
TatianaFomina Jan 23, 2023
acdd257
Rename css classes
TatianaFomina Jan 24, 2023
2f5f277
Move files
TatianaFomina Jan 24, 2023
a08052f
Stop using PopoverItem from outside of popover context
TatianaFomina Jan 26, 2023
bd8f53c
Fix jsdoc
TatianaFomina Jan 26, 2023
a0c5895
Move error animation to popover item
TatianaFomina Jan 26, 2023
4769075
Update css variables
TatianaFomina Jan 26, 2023
cfc9767
Update docs/CHANGELOG.md
TatianaFomina Jan 26, 2023
e8a413c
Merge branch 'next' into chore/popover-refactoring
TatianaFomina Jan 26, 2023
9d60665
Update src/components/block-tunes/block-tune-move-down.ts
TatianaFomina Jan 26, 2023
ddbe7ca
Update src/components/block-tunes/block-tune-move-up.ts
TatianaFomina Jan 26, 2023
555db89
Fixes
TatianaFomina Jan 30, 2023
f320185
Fix imports
TatianaFomina Jan 30, 2023
4b94a51
Fix toolbox close event
TatianaFomina Jan 30, 2023
72c0bff
Move search-input file
TatianaFomina Jan 30, 2023
2afe9f5
Fix comment
TatianaFomina Jan 30, 2023
0811c43
Rename method
TatianaFomina Jan 30, 2023
61de389
Cleanup
TatianaFomina Jan 30, 2023
a30c6b6
Remove onFlip callback from popover item
TatianaFomina Jan 31, 2023
9012195
Rename
TatianaFomina Jan 31, 2023
c4c212c
Fix removing event listener
TatianaFomina Jan 31, 2023
0dccf9d
Move popover animations to popover.css file
TatianaFomina Jan 31, 2023
9be9cb9
Cleanup styles
TatianaFomina Jan 31, 2023
23e532c
Fix jsdoc
TatianaFomina Feb 7, 2023
c196864
Fix confirmation chains
TatianaFomina Feb 10, 2023
eabee56
Close toolbox oly when it's open
TatianaFomina Feb 10, 2023
69061ea
Change activation error animation
TatianaFomina Feb 10, 2023
eee3b25
Merge branch 'next' into chore/popover-refactoring
TatianaFomina Feb 10, 2023
6850acc
Update version and changelog
TatianaFomina Feb 10, 2023
5c1727f
Fix overlay
TatianaFomina Feb 10, 2023
cb989a9
Update icon border-radius on mobile
TatianaFomina Feb 10, 2023
f7a8181
Disable item text select
TatianaFomina Feb 10, 2023
82a71fc
Update changelog
TatianaFomina Feb 10, 2023
e2e3519
Update yarn.lock
TatianaFomina Feb 10, 2023
2a59a7b
Add rc postfix to version
TatianaFomina Feb 10, 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
Prev Previous commit
Next Next commit
Update docs/CHANGELOG.md
Co-authored-by: Ilya Maroz <37909603+ilyamore88@users.noreply.github.com>
  • Loading branch information
TatianaFomina and ilyamore88 authored Jan 26, 2023
commit cfc97672de7d6974469570753bef32e0f0256c05
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### 2.26.5

- `Improvement` — *UI* — Popover refactored.

### 2.26.4

- `Improvement` — *Menu Config* — Property `label` renamed to `title`.
Expand Down