Releases: ArdentHQ/dashbrd
Releases · ArdentHQ/dashbrd
0.6.1
What's Changed
Changed
- refactor: soft delete gallery nfts by @alfonsobries in #176
Fixed
Other Changes
- chore: merge rc into main by @ItsANameToo in #196
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
Added
- feat: move signature request to actions instead of login by @alfonsobries in #32
- feat: request signature for updating settings by @alfonsobries in #117
- feat: log relevant activities for jobs by @alfonsobries in #108
- fix: require signature for reporting on collections overview page by @patricio0312rev in #146
- feat: require signature when hiding in collections overview page by @patricio0312rev in #147
- feat: fetch collection nfts limited for non signed wallets by @alfonsobries in #126
- fix: apply signature middleware for reporting and hiding by @patricio0312rev in #151
- feat: sort collections by name in asc order by default by @patricio0312rev in #163
- fix: handle opensea 404 response for floor prices by @ItsANameToo in #166
- feat: fetch opensea slugs by @alfonsobries in #168
Changed
- refactor: clean up the network model by @crnkovic in #99
- refactor: prevent deadlock when updating collection values by @shahin-hq in #100
- refactor: combine collection metadata updates by @shahin-hq in #98
- refactor: center "waiting for signature" text by @crnkovic in #121
- refactor: improve invalid collection handling by @shahin-hq in #102
- refactor: disable tooltip on touch devices by @alfonsobries in #109
- refactor: respect "show hidden" state for collection overview stats by @crnkovic in #120
- refactor: limit fetched collections for signed wallets by @alfonsobries in #125
- refactor: improve auth handling by @shahin-hq in #62
- refactor: handle signature request on settings page differently by @alfonsobries in #140
- refactor: ask for signature when publishing gallery by @alfonsobries in #155
- refactor: modify metamask sign request message by @patricio0312rev in #161
- refactor: use OpenSea instead of footprint for floor prices by @alfonsobries in #162
- refactor: add opensea icon to footer by @ItsANameToo in #173
Fixed
- fix: reset page when changing visibility status in collections by @goga-m in #118
- fix: condition to check for metamask existence by @alfonsobries in #124
- fix: set testing wallet as signed in testing_e2e by @ItsANameToo in #127
- fix: provide default stats in collections hook by @goga-m in #129
- fix: keep model's existing
extra_attributes
properties by @shahin-hq in #137 - fix: filter irrelevant collections for jobs by @shahin-hq in #123
- fix: filter irrelevant collections for signed wallets by @shahin-hq in #139
- fix: handle opensea various null values for floor prices by @ItsANameToo in #165
- fix: skip collection value update if no user is affected to prevent deadlock by @oXtxNt9U in #172
- fix: do not overwrite floor price if exists when fetching wallet NFTs by @ItsANameToo in #179
Other Changes
- chore: add dark mode class toggle by @ItsANameToo in #112
- chore: disable views, gate and livewire tabs for debugbar by @crnkovic in #113
- chore: add dark gray color by @crnkovic in #115
- chore: replace the old primary color scheme by @crnkovic in #114
- chore: fix dependency update workflows by @shahin-hq in #130
- chore: update JavaScript dependencies by @ItsANameToo in #132
- chore: merge rc into main by @ItsANameToo in #164
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
Added
- feat: metadata for collections view and nfts details page by @patricio0312rev in #92
- feat: handle no results scenario when filtering nfts by @patricio0312rev in #91
Changed
- refactor: add pagination for collection NFTs by @shahin-hq in #77
- refactor: batch fetch collection banner requests by @shahin-hq in #69
- refactor: improve frontend polling by @goga-m in #24
- refactor: apply guest user interaction after login by @shahin-hq in #93
- refactor: use wallet and network models when retrieving wallet NFTs by @crnkovic in #94
- refactor: batch native balance requests by @shahin-hq in #86
- refactor: use wallet and network models when retrieving tokens by @crnkovic in #95
- refactor: nft details page by @patricio0312rev in #90
Fixed
- fix: metamask browser asking for signature by @alfonsobries in #72
- fix: ignore large collections in background job by @ItsANameToo in #97
- fix: update urls for nfts in explorers by @patricio0312rev in #107
Other Changes
- fix: NFT details page various UI tweaks by @ItsANameToo in #105
- chore: merge rc into main by @ItsANameToo in #106
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
Changed
- refactor: ignore banners on demand if banner already exists by @patricio0312rev in #65
- refactor: maintain gallery only for inactive users by @alfonsobries in #80
- refactor: disable animation behind auth overlay by @alfonsobries in #74
- refactor: enable collections pages for guests by @shahin-hq in #78
Fixed
- fix: avoid collection's last indexed token number becoming null by @alfonsobries in #79
- fix: improve types and handling for storing collection's banner_update_at by @patricio0312rev in #83
- fix: improve collection banner update logic by @ItsANameToo in #84
- fix: increment default size for collection banners by @patricio0312rev in #82
- fix: format timestamp for guests by @shahin-hq in #85
- fix: handle nft metadata refresh for guests by @ItsANameToo in #88
Other Changes
- chore: update rector and custom rule by @patricio0312rev in #59
- chore: merge release candidate into main by @ItsANameToo in #87
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
Added
- feat: add release.yml by @patricio0312rev in #61
- feat: 2FA and password config for admin panel by @patricio0312rev in #52
- feat: gallery page guest banner by @patricio0312rev in #70
- feat: gallery banner action by @alfonsobries in #75
Changed
- refactor: update header and remove gradient backgrounds for collections by @patricio0312rev in #53
- refactor: store banner for collections when fetching wallet NFTs by @patricio0312rev in #56
- refactor: optimize UpdateCollectionsFiatValue command by @shahin-hq in #33
- refactor: improve slack notifications for reports by @crnkovic in #63
- refactor: nft controller housekeeping by @crnkovic in #49
- refactor: fetch prices only for owned tokens by @goga-m in #67
Fixed
- fix: incorrect nft being reported by @patricio0312rev in #60
- fix: buttons, tooltips and hover consistency by @patricio0312rev in #43
- fix: use url helper for metadata image links by @ItsANameToo in #64
- fix: register guest gallery like after sign in by @shahin-hq in #55
- fix: flaky test, collections with minted_date by @alfonsobries in #73
Other Changes
- chore: prune failed jobs automatically by @shahin-hq in #71
- chore: merge develop into main by @ItsANameToo in #76
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
Added
- feat: modify wallet table column names by @patricio0312rev in #22
- feat: landing page data api endpoint by @alfonsobries in #26
- feat: make galleries section public by @alfonsobries in #15
Changed
- refactor: sync collection property filters between mobile (slider) and desktop (inline) by @crnkovic in #6
- refactor: replace dash with pipes in titles by @patricio0312rev in #23
- refactor: add basic gallery resource to filament by @crnkovic in #27
- refactor: rename "show only owned" to "show my collection" by @crnkovic in #28
- refactor: add basic stats to admin panel by @crnkovic in #25
- refactor: disable the collection website link if website not specified by @crnkovic in #29
- refactor: move meta images to new folder by @patricio0312rev in #38
- refactor: remove gradient on the NFT heading by @crnkovic in #34
- refactor: enable gallery like feature for guests by @shahin-hq in #37
- refactor: dispatch collection metadata jobs on demand when collection is viewed by @crnkovic in #11
- refactor: navigate to internal collection pages for links by @patricio0312rev in #42
- refactor: remove some widgets from filament dashbard by @crnkovic in #46
- refactor: background color for nft properties by @crnkovic in #45
- refactor: make galleries the default page by @crnkovic in #47
- refactor: limit nfts to 16 when creating or editing a gallery by @goga-m in #35
- refactor: improve auth overlay UI by @shahin-hq in #50
- refactor: switch off
owned
toggle if user owns zero nfts by @goga-m in #48 - refactor: adjust token update intervals by @ItsANameToo in #9
Fixed
- fix: FetchCollectionNfts ambiguous id column by @oXtxNt9U in #5
- fix: "view more" linking to explorer for native token by @crnkovic in #7
- fix: handle empty data array for nft floor price for footprint by @ItsANameToo in #10
- fix: ignore watch pattern on pnpm build by @ItsANameToo in #17
- fix: exception when ens address changes by @alfonsobries in #16
- fix: uncheck the "Show Hidden" toggle once last hidden collection is shown by @crnkovic in #13
- fix: show external links modal when clicking a link in the "About collection" modal by @crnkovic in #8
- fix: persist nft order when publishing gallery by @goga-m in #12
- fix: edit gallery 15 items limit by @alfonsobries in #31
- fix: gallery value can be null by @alfonsobries in #30
- fix: remove duplicate collections list items when changing collection visibility status by @goga-m in #19
- fix: rollback like toggle by @alfonsobries in #40
- fix: load more NFTs button in collections by @patricio0312rev in #41
- fix: show login overlay for collections as guest user by @ItsANameToo in #54
- fix: hide collection nfts when toggled and 0 owned by @ItsANameToo in #57
- fix: metadata title galleries overview page by @ItsANameToo in #58
Other Changes
- chore: include storage gitignore files by @goga-m in #14
- test: fix warnings in tests by @goga-m in #39
- chore: merge develop into main by @ItsANameToo in #44
New Contributors
- @oXtxNt9U made their first contribution in #5
- @crnkovic made their first contribution in #6
- @goga-m made their first contribution in #14
- @alfonsobries made their first contribution in #16
- @shahin-hq made their first contribution in #37
Full Changelog: 0.1.0...0.2.0
0.1.0
🎉 Initial Beta Release