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

feat: Floating panel v2 #4613

Merged
merged 43 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7698746
wip
kof Dec 17, 2024
086566f
finish positioning logic
kof Dec 18, 2024
1e6ebd6
use floating panel in editor and css value editor
kof Dec 18, 2024
57bc208
position floating panel above the container in case of value editor d…
kof Dec 18, 2024
da5ffc7
deprecate old api
kof Dec 18, 2024
ec8fe0e
better semantics
kof Dec 18, 2024
e9e6a71
remove effect
kof Dec 18, 2024
1e761ae
semantics
kof Dec 18, 2024
c9b2066
move floating panel to the design system
kof Dec 18, 2024
266f3a9
migrating to dialog
kof Dec 18, 2024
9756d47
floatingPanelStyle
kof Dec 18, 2024
95f436b
move TitleSlot
kof Dec 18, 2024
a7b19df
delete floating-panel file from the builder
kof Dec 18, 2024
58431ef
use floating panel in binding popover
kof Dec 18, 2024
aa42113
use floatingPanel from variable-popover
kof Dec 18, 2024
3447030
delete useSideOffset
kof Dec 18, 2024
bcba312
use popover in publish
kof Dec 18, 2024
31e9abd
use popover in share dialog
kof Dec 18, 2024
6dcf6ef
use popover in image info
kof Dec 18, 2024
df79cf4
use popover in the stories
kof Dec 18, 2024
67478a6
delete floating panel popover
kof Dec 18, 2024
45e589f
unused stories
kof Dec 18, 2024
69d3fad
use layout effect
kof Dec 18, 2024
d54a1f0
lint
kof Dec 18, 2024
9d461ab
use the right shadow, use inline position for object position
kof Dec 18, 2024
deec61b
offset position below the button
kof Dec 18, 2024
068f939
use inline position for advanced typography
kof Dec 18, 2024
a2f479f
use inline position for advanced settings of flex child and transforms
kof Dec 18, 2024
6465f67
position adjustment with resize observer
kof Dec 18, 2024
0ccfc1e
fix position calculation
kof Dec 18, 2024
f76a72a
fix html embed external editor, move maximize button to the dialog
kof Dec 18, 2024
9b8a457
allow centered dialog to be opened together with the inline/left alig…
kof Dec 18, 2024
303c4a3
min dialog height
kof Dec 18, 2024
8b978fd
rewrite the positioning logic
kof Dec 19, 2024
9774c3f
fix custom code in project settings not having top bar
kof Dec 19, 2024
6106650
project settings dialog now draggable
kof Dec 19, 2024
654d0dd
fix page settings binding panel position
kof Dec 19, 2024
8d950ac
Merge branch 'main' into floating-panel-v2
kof Dec 19, 2024
61107ed
fix share dialog border radius
kof Dec 19, 2024
dd25b51
fix stories
kof Dec 19, 2024
5648c73
fix popover corners
kof Dec 19, 2024
519b369
Merge branch 'main' into floating-panel-v2
kof Dec 19, 2024
32de542
add stories
kof Dec 19, 2024
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
delete floating panel popover
  • Loading branch information
kof committed Dec 18, 2024
commit 67478a66bde62bd0a16e3fe4a472ae7117ceabdd
68 changes: 0 additions & 68 deletions packages/design-system/src/components/floating-panel-popover.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions packages/design-system/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export * from "./components/icon-button"; // mostly aligned, but needs a demo an
export * from "./components/toggle-button";
export * from "./components/dialog";
export * from "./components/floating-panel";
// TODO migrate everything to FloatingPanel
export * from "./components/floating-panel-popover";
export * from "./components/popover";
export {
MenuList,
Expand Down
Loading