Skip to content

Commit

Permalink
feat: add passport spotlight edit ui (#2848)
Browse files Browse the repository at this point in the history
* feat: update i18n

* feat: add option for showing overlay for passport assets

* feat: add spotlight type in Profile interface

* feat: add opacity to passport asset overlay

* feat: update i18n translations

* feat: add a spotlight section [wip]

* feat: use the spotlight section

* fix: move overlay to edit component from asset component

* feat: add reset option for spotlight

* feat: minor fixes

* fix: add spotlight limit 3 restrictions

* fix: minor fixes

* feat: minor fixes

* feat: add spotlight edit modal

* feat: minor fixes
  • Loading branch information
yashdesu authored Oct 25, 2024
1 parent 41ed18e commit 84575da
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 43 deletions.
1 change: 1 addition & 0 deletions src/pages/api/profile/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export type Skin = {
videos?: Payload[] // for the future use cases
bgm?: Payload // for the future use cases
likes?: number
spotlight: Clip[]
}

export type Profile = {
Expand Down
Loading

0 comments on commit 84575da

Please sign in to comment.