Skip to content

Commit

Permalink
Update pod.html
Browse files Browse the repository at this point in the history
  • Loading branch information
helamanl0424 authored Mar 25, 2024
1 parent b81af90 commit 19d4c48
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions samples/pod.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
<button id="listAllSharedPhotos" class="toggle-button" onclick="sharedPhotos()">Shared Photos</button>
</div>
<div class="folders-container">
<p>Root</p>
<p id="currentPath"></p>
<div class="control-panel">
<button id="addPhoto">Add photo</button>
<!-- <button id="addPhoto">Add photo</button>
<button id="addFolder">Add folder</button>
<button id="deleteFolder">Delete folder</button> -->
</div>
<div class="folder">
<div class="folder-header" onclick="toggleFolder(this)">Folder 1</div>
<!-- <div class="folder-header" onclick="toggleFolder(this)">Folder 1</div>
<div class="folder-content">
<img src="https://via.placeholder.com/150" alt="Folder 1">
<img src="https://via.placeholder.com/200" alt="Folder 1">
Expand All @@ -49,6 +50,7 @@
<div class="folder-content">
<img src="https://via.placeholder.com/350" alt="Folder 3">
</div>
-->
</div>
</div>
<div id="myModal" class="modal">
Expand Down

0 comments on commit 19d4c48

Please sign in to comment.