Skip to content

Commit

Permalink
add posemy.art
Browse files Browse the repository at this point in the history
  • Loading branch information
rvion committed Dec 7, 2023
1 parent b9761f3 commit c647997
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/app/appbar/MenuPanelsUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ export const MenuPanelsUI = observer(function MenuPanelsUI_(p: {}) {
icon={<span className='material-symbols-outlined text-red-400'>image</span>}
label='Output'
/>
<MenuItem
onClick={() => st.layout.FOCUS_OR_CREATE('IFrame', { url: 'https://app.posemy.art/' })}
icon={<span className='material-symbols-outlined text-red-400'>brush</span>}
label='3d Poser (posemy.art)'
/>
<MenuItem
onClick={() => st.layout.FOCUS_OR_CREATE('Paint', {})}
icon={<span className='material-symbols-outlined text-red-400'>brush</span>}
Expand Down
2 changes: 1 addition & 1 deletion src/panels/Panel_IFrame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const Panel_Iframe = observer(function Panel_Iframe_(p: {
return (
<iframe //
className='w-full h-full'
// frameBorder='0'
src={p.url}
// frameBorder='0'
// ⏸️ onLoad={() => {
// ⏸️ console.log(`[👙] 🍻 loaded`)
// ⏸️ }}
Expand Down

0 comments on commit c647997

Please sign in to comment.