Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
86b87b9
library: add interactive cover banner with hover hotspots (initial st…
MaryWylde Jun 16, 2026
72a6c67
library: address review feedback on interactive cover
MaryWylde Jun 16, 2026
89edc5a
Merge pull request #147 from keepsimpleio/feat/library-animation
MaryWylde Jun 16, 2026
7e55c3b
library: add interactive cover artwork (library.png)
MaryWylde Jun 17, 2026
437b154
Merge pull request #148 from keepsimpleio/feat/library-animation
MaryWylde Jun 17, 2026
3e00cda
library: fix object icon visibility and refine interactive cover hots…
MaryWylde Jun 17, 2026
64cd2c1
library: remove dead .card mobile media query in InteractiveCover
MaryWylde Jun 17, 2026
2235fa2
Merge pull request #149 from keepsimpleio/feat/library-animation
MaryWylde Jun 17, 2026
4b63c4c
library: enforce 21-object-per-shelf cap in the UI
MaryWylde Jun 17, 2026
ca92d7a
library: address shelf-cap review feedback
MaryWylde Jun 17, 2026
4c43891
Merge pull request #150 from keepsimpleio/feat/library-animation
MaryWylde Jun 17, 2026
c2802e1
library: fix avatar quality, share-link object modals, share copy, an…
MaryWylde Jun 18, 2026
d1cd57c
Merge pull request #151 from keepsimpleio/feat/library-animation
MaryWylde Jun 18, 2026
c006b6c
library: scale interactive cover to a fixed-height band
MaryWylde Jun 18, 2026
9f4c2ae
Merge pull request #152 from keepsimpleio/feat/library-animation
MaryWylde Jun 18, 2026
1729c3a
library: refine interactive cover hotspots, info card, and assorted l…
MaryWylde Jun 23, 2026
c896509
library: rename interactive cover panorama asset to library-ultrawide…
MaryWylde Jun 23, 2026
e813bd0
library: tighten ShareSelectionPanel header padding in recipient view
MaryWylde Jun 23, 2026
4673d53
Merge pull request #153 from keepsimpleio/library-refinements
MaryWylde Jun 23, 2026
691e999
library: mobile polish for cover, toolbar, shelf, overview & share panel
MaryWylde Jun 24, 2026
860531e
Merge pull request #154 from keepsimpleio/library-mobile-fix
MaryWylde Jun 24, 2026
a46fc0b
feat: copilot UXCG greeting, smooth reveal, desktop-modal visibility,…
manager Jun 29, 2026
f0b562f
Merge remote-tracking branch 'origin/dev' into uxcore-copilot-fix-june29
MaryWylde Jun 29, 2026
9423704
Merge pull request #155 from keepsimpleio/uxcore-copilot-fix-june29
MaryWylde Jun 29, 2026
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
# Local-only — never commit.
/attachments/

# Pasted/dropped image scratch — local-only, never commit.
/dropped-images/

# Logs
logs
*.log
Expand Down
Binary file added public/assets/library/library-ultrawide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/library/library-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/library/library.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions public/library/images/hotspots/house-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions public/library/images/hotspots/house-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions public/library/images/hotspots/house-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions public/library/images/hotspots/house-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading