Releases: ArdentHQ/dashbrd
Releases · ArdentHQ/dashbrd
0.14.1
What's Changed
Changed
- refactor: use radix-ui accordion for collection traits panel by @crnkovic in #691
- refactor: disable polygon integration in mnemonic by @crnkovic in #705
Fixed
Other Changes
- chore: add phpunit cache to gitignore by @crnkovic in #693
- chore: merge develop into main by @ItsANameToo in #706
Full Changelog: 0.14.0...0.14.1
0.14.0
What's Changed
Changed
- refactor: make the Footer component more React-y by @crnkovic in #669
- refactor: remove unused props from the
Point
component by @crnkovic in #670 - refactor: remove
SaveButton
component by @crnkovic in #673 - refactor: use
children
prop in aLoadingBlock
by @crnkovic in #672 - refactor: use
range
function where applicable by @crnkovic in #666 - refactor: add utility to format the volume data by @crnkovic in #684
- refactor: unify
CollectionName
components by @crnkovic in #665 - refactor: rename
Label
file toBadge
and disable abbreviations eslint rule by @crnkovic in #667 - refactor: rename
Marketplaces
component toMarketplaceList
by @crnkovic in #671 - refactor: hydrate the Collection model when persisting to database by @crnkovic in #674
- refactor: avoid
isTruthy
call in places where it's not needed by @crnkovic in #668 - refactor: calculate total collections value for a wallet on-demand by @crnkovic in #656
- refactor: calculate the trait rarity based on the collection supply by @crnkovic in #679
- refactor: remove double call to fetch opensea collection slugs by @crnkovic in #657
- refactor: add string macro to wrap string in quotes by @crnkovic in #676
- refactor: remove unused
nfts_count
column from thecollection_traits
table by @crnkovic in #678 - refactor: use Collection model in a job that determines the minting date by @crnkovic in #675
- refactor: use OpenSea as fallback to retrieve total supply by @crnkovic in #680
- refactor: use events to retrieve additional collection data on save by @crnkovic in #681
- refactor: only show erc721 collections in various tables by @crnkovic in #687
- refactor: use total volume for featured collections and remove volume column by @crnkovic in #683
- refactor: calculate floor price 24 hour increase on the server by @crnkovic in #664
- refactor: do not fire collection jobs for erc1155 collections by @crnkovic in #696
- refactor: add the batch options when updating collection traits by @crnkovic in #699
- refactor: add
ShouldBeUnique
to job by @crnkovic in #700
Fixed
- fix: prevent extra networks from being created while seeding by @crnkovic in #686
- fix: remove
nfts_count
from nft seeder by @crnkovic in #690 - fix: divison by zero when there is no yesterday's floor price by @crnkovic in #692
- fix: increase floor price decimal scale by @crnkovic in #694
- fix: do not throw exception for opensea's 400 status code by @crnkovic in #697
- fix: do not run job to fetch floor price if collection is missing by @crnkovic in #698
Other Changes
- chore: update JavaScript dependencies by @ItsANameToo in #663
- chore: update JavaScript dependencies by @ItsANameToo in #677
- chore: update JavaScript dependencies by @ItsANameToo in #682
- chore: update JavaScript dependencies by @ItsANameToo in #685
- chore: update php dependencies by @crnkovic in #689
- chore: merge rc into main by @ItsANameToo in #695
Full Changelog: 0.13.1...0.14.0
0.13.1
What's Changed
Fixed
- fix: show currency for a total volume on collection details page by @crnkovic in #660
- fix: caching the opensea response causing the
TypeError
when deserializing by @crnkovic in #661
Other Changes
- chore: merge rc into main by @ItsANameToo in #662
Full Changelog: 0.13.0...0.13.1
0.13.0
What's Changed
Added
- feat: add is featured flag for collections and collections management in admin portal by @patricio0312rev in #478
- feat: add collections blank page by @patricio0312rev in #479
- feat: add general overview table by @alfonsobries in #487
- feat: add top/floor price tabs for filtering by @crnkovic in #490
- feat: collections chain filter by @shahin-hq in #495
- fix: remove login requirement for collections overview page by @patricio0312rev in #506
- refactor: limit featured collections to 4 on admin panel by @patricio0312rev in #507
- feat: featured collections carousel by @patricio0312rev in #494
- feat: popular collection mobile filters popover by @alfonsobries in #497
- feat: collection of the month placeholder by @alfonsobries in #519
- feat: add vote button and timer by @patricio0312rev in #521
- feat: winner overview by @alfonsobries in #524
- feat: add footer cta by @crnkovic in #526
- feat: response winner overview by @alfonsobries in #528
- feat: voting logic by @alfonsobries in #527
- feat: add collection vote table by @shahin-hq in #525
- feat: add collection vote seeder by @shahin-hq in #535
- feat: add articles to collections page by @crnkovic in #537
- feat: add collections table voted state by @shahin-hq in #532
- feat: add nomination modal by @patricio0312rev in #536
- feat: vote received modal by @alfonsobries in #533
- feat: handle previous winner collection in the nominate modal by @shahin-hq in #544
- feat: collection of the month overview placeholder by @alfonsobries in #534
- feat: hook up collections overview to actual data by @alfonsobries in #540
- feat: add real collection of the month data on overview page by @alfonsobries in #547
- feat: add popular collections table by @shahin-hq in #552
- feat: add popular collections search by @shahin-hq in #555
- feat: add popular collections tabs by @shahin-hq in #556
- feat: add timeframe tabs by @alfonsobries in #557
- feat: floor price change percentage by @alfonsobries in #554
- feat: show previous month winners by @goga-m in #546
- feat: add popular collection stats by @shahin-hq in #562
- feat: add popular collection column sorting by @shahin-hq in #564
- feat: fetch total volume for collections by @crnkovic in #587
Changed
- refactor: load collections in general instead of user specific by @crnkovic in #501
- refactor: display icon in admin panel when collection is featured by @crnkovic in #502
- refactor: add "view all" button to popular collections by @crnkovic in #492
- refactor: scope for featured collections by @patricio0312rev in #510
- refactor: adjust collection carousel ui by @goga-m in #505
- refactor: store when NFTs are burned by @crnkovic in #493
- refactor: search nominatable collections by @crnkovic in #545
- refactor: prefix collection-related artisan commands with
collections:
by @crnkovic in #558 - refactor: add voting to collections by @crnkovic in #553
- refactor: cut the number of queries in featured collections by @crnkovic in #567
- refactor: make popular collection components reusable by @shahin-hq in #571
- refactor: store erc1155 tokens by @crnkovic in #442
- refactor: aggregate "collection of the month" winners once a month by @crnkovic in #565
- refactor: optimize collections page by @alfonsobries in #579
- refactor: fixate footer buttons of collection traits panel to bottom by @crnkovic in #588
- refactor: change the font weight on "Time left" label by @crnkovic in #591
- refactor: ensure winner avatars are clickable on the cotm page by @crnkovic in #592
- refactor: indicate cotm winners and disable voting for those collections by @crnkovic in #599
- refactor: inline the query to update collection monthly ranking by @crnkovic in #598
- refactor: global helper functions by @crnkovic in #606
- refactor: use Headless UI's
Dialog
component for auth overlay by @crnkovic in #602 - refactor: rename
getNftCollection*
methods togetCollection*
by @crnkovic in #604 - refactor: move authentication overlay to the nomination modal by @crnkovic in #603
- refactor: prevent collections with no NFTs from being set as featured by @crnkovic in #608
- refactor: store collection volume changes by @crnkovic in #576
- refactor: use
button
element for collection row when voting by @crnkovic in #610 - refactor: sorting by volume change in a specific period by @crnkovic in #607
- refactor: rename
Web3NftCollection*
DTOs toWeb3Collection*
by @crnkovic in #605 - refactor: add methods to convert crypto to current fiat price of a token by @crnkovic in #613
- refactor: sort popular collections by volume by @crnkovic in #612
- refactor: show volume in the popular collections table by @crnkovic in #611
- refactor: use sum instead of average for volumes in a specific period by @crnkovic in #616
- refactor: fetch collection volume history in a single request by @crnkovic in #618
- refactor: replace "value" with "volume" in popular collections table by @crnkovic in #617
- refactor: sort collections by volume fiat value by @crnkovic in #619
- refactor: hide articles section if none have been published by @crnkovic in #621
- refactor: hide featured collections if there are none by @crnkovic in #623
- refactor: show the article placeholder if there's only a few articles by @crnkovic in #622
- refactor: disable pagination in featured collections carousel if only one collection by @crnkovic in #626
- refactor: show year for "cotm" winners by @crnkovic in #628
- refactor: use 30-day volume for previous "cotm" winners by @crnkovic in #629
- refactor: sort collections in the "cotm" table by votes/volume by @crnkovic in #627
- refactor: when 2 collections have the same vote count, determine winners by 30-day volume by @crnkovic in #630
- refactor: add composite (collection_id, deleted_at) index to
nfts
table by @crnkovic in #635 - refactor: format the number of NFTs and collections on the "popular collections" page by @crnkovic in #636
- refactor: do not use deprecated mnemonic APIs by @crnkovic in #632
- refactor: improve
JOIN
query by @crnkovic in #637 - refactor: cache "collections of the month" on the homepage by @crnkovic in #640
- refactor: cache the articles on the homepage by @crnkovic in #639
- refactor: lazy load popular collections on the homepage by @crnkovic in #642
- refactor: set "collections" page as root by @crnkovic in #638
- refactor: lazy load votable collections by @crnkovi...
0.12.0
What's Changed
Added
- feat: hidden collections toggle for create a gallery page by @patricio0312rev in #457
- feat: spread coingecko jobs by @alfonsobries in #320
Changed
- refactor: index NFT burn events by @crnkovic in #454
- refactor: migrate
getSpamContracts
to Alchemy API v3 by @shahin-hq in #467 - refactor: migrate
getFloorPrice
to Alchemy v3 by @shahin-hq in #468 - refactor: remove references to featured collections by @crnkovic in #484
- refactor: clean up
CryptoCurrencyDecimals
enum by @crnkovic in #496 - refactor: move create gallery components to a new file by @patricio0312rev in #474
- refactor: Alchemy API v3 migration by @shahin-hq in #516
- refactor: make FetchCollectionFloorPrice dispatch in sync by @shahin-hq in #518
- refactor: custom hook for loading draft logic by @patricio0312rev in #517
Fixed
- fix: error when connecting your wallet for the first time by @crnkovic in #432
- fix: display placeholder for articles tab by @patricio0312rev in #515
- fix: adjust spacing for empty blocks in articles tab by @patricio0312rev in #520
- fix: disable
tokenId
decoding for Alchemy endpoints by @shahin-hq in #531
Other Changes
- chore: update JavaScript dependencies by @ItsANameToo in #475
- chore: update PHP dependencies by @ItsANameToo in #476
- chore: update PHP dependencies by @ItsANameToo in #508
- chore: update JavaScript dependencies by @ItsANameToo in #509
- chore: update JavaScript dependencies by @ItsANameToo in #530
- chore: update PHP dependencies by @ItsANameToo in #529
- chore: merge rc into main by @ItsANameToo in #541
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
Added
- feat: my gallery sidebar by @alfonsobries in #306
- feat: gallery overview page and navigation by @alfonsobries in #319
- feat: implement gallery drafts hook by @shahin-hq in #315
- feat: persist gallery draft by @shahin-hq in #326
- feat: delete expired drafts by @shahin-hq in #351
- feat: gallery draft card by @patricio0312rev in #329
- refactor: hook up local drafts and confirm delete modal by @alfonsobries in #349
- feat: redirect to homepage on admin logout by @patricio0312rev in #421
- feat: redirect to "Publish" tab if user has no drafts by @patricio0312rev in #413
- feat: handle gallery drafts on wallet switches by @shahin-hq in #376
- feat: implement gallery drafts limit modal by @shahin-hq in #435
- feat: show toast message when a draft is removed by @goga-m in #463
- feat: add tables, footnotes, striketroughs, and tasklists support for articles by @patricio0312rev in #439
- feat: add validations to draft gallery by @goga-m in #466
- feat: youtube and twitter embeds for articles by @alfonsobries in #500
Changed
- refactor: sql queries on the "my galleries" page by @crnkovic in #339
- refactor: properly count galleries for sidebar in "my galleries" by @crnkovic in #372
- refactor: hide pagination for draft galleries by @goga-m in #377
- refactor: use scaled endpoint for nft images by @goga-m in #308
- refactor: filter out expired drafts in my galleries page by @goga-m in #380
- refactor: gallery delete button by @crnkovic in #381
- refactor: rename nft draft card by @patricio0312rev in #405
- refactor: use
EmptyBlock
UI component for galleries by @crnkovic in #411 - refactor: disable sidebar item if there are no drafts by @crnkovic in #409
- refactor: create gallery NFTs by @shahin-hq in #370
- refactor: prevent the user from selecting more than 16 nfts by @patricio0312rev in #373
- refactor: adjustments on gallery draft hook by @goga-m in #417
- refactor: gallery delete button color by @crnkovic in #448
- refactor: show N/A when no value for draft gallery cards by @crnkovic in #461
- refactor: add delete button to draft gallery by @crnkovic in #462
- refactor: reduce sql queries for gallery page by @crnkovic in #469
- refactor: use "success" toast when removing drafts by @crnkovic in #491
Fixed
- fix: maintain selected value on listbox by @alfonsobries in #340
- fix: external link url disappears before the closing transition ends by @crnkovic in #366
- fix: adjust size of draft delete icon button by @goga-m in #382
- fix: remove transition from sidebar items by @crnkovic in #384
- fix: show number of published galleries instead of NFTs in sidebar by @crnkovic in #412
- test: fix flaky in
CollectionActions
by @goga-m in #419 - fix: gallery count handling by @alfonsobries in #427
- fix: my galleries sidebar colors by @shahin-hq in #446
- fix: auth overlay on create gallery page by @alfonsobries in #450
- fix: prevent from saving draft on disabled state by @goga-m in #456
- fix: reload collections when wallet switches by @shahin-hq in #451
- fix: delete gallery not asking for signature by @alfonsobries in #453
- fix: display same sign overlay on all cases by @alfonsobries in #458
- fix: disconnect wallet exception on my galleries by @alfonsobries in #452
- fix: use tooltip on create gallery button disabled state by @goga-m in #459
- fix: properly redirect to galleries when clicking cancel by @goga-m in #445
- fix: count nft collections upon saving draft by @goga-m in #464
- fix: do not disable create gallery button on gallery overview page by @patricio0312rev in #470
- fix: collection network ring color in dark mode by @shahin-hq in #477
- fix: show
no-results
placeholder when there are no articles by @goga-m in #480 - fix: gallery toolbar by @crnkovic in #483
- fix: delete draft if empty when navigating away by @goga-m in #473
- fix: correct height on article featured collections by @goga-m in #485
- test: fix flaky in
CollectionActions
by @goga-m in #486 - fix: add padding for galleries and draft cards in my galleries page by @patricio0312rev in #512
Other Changes
- chore: update PHP dependencies by @ItsANameToo in #364
- chore: update JavaScript dependencies by @ItsANameToo in #363
- chore: update JavaScript dependencies by @ItsANameToo in #437
- chore: update PHP dependencies by @ItsANameToo in #436
- chore: update gallery delete modal text by @shahin-hq in #444
- chore: add comment for reactivity regarding
indexedDB
by @goga-m in #465 - chore: merge rc into main by @ItsANameToo in #472
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
Added
- feat: add article model by @shahin-hq in #116
- feat: articles crud by @alfonsobries in #134
- feat: article card by @alfonsobries in #144
- feat: add msq articles to article seeder by @alfonsobries in #148
- feat: empty articles tab by @alfonsobries in #152
- feat: article list item by @alfonsobries in #150
- feat: add featured collections component by @shahin-hq in #149
- feat: add article overview page by @shahin-hq in #158
- feat: user crud and permissions by @alfonsobries in #182
- feat: add articles page by @shahin-hq in #189
- feat: article view route by @alfonsobries in #204
- feat: article cover image by @alfonsobries in #223
- feat: set article collections by @alfonsobries in #220
- feat: limit article meta description by @alfonsobries in #221
- feat: articles page filters by @shahin-hq in #205
- feat: article view title and cover by @alfonsobries in #224
- feat: article sharing options by @alfonsobries in #246
- feat: article author box by @alfonsobries in #247
- feat: article most popular section by @alfonsobries in #251
- feat: add article featured collections by @shahin-hq in #253
- feat: add article markdown editor by @shahin-hq in #266
- feat: filter unpublished articles by @alfonsobries in #262
- feat: article content by @alfonsobries in #252
- feat: article markdown parsing by @alfonsobries in #271
- feat: dark mode for articles by @patricio0312rev in #301
- feat: external link tooltip by @alfonsobries in #288
- feat: implement articles audio by @shahin-hq in #272
- refactor: skeleton loader for article cards by @patricio0312rev in #309
- feat: add articles audio player by @shahin-hq in #305
- feat: new mobile version and dark mode for WebSurferPlayer by @patricio0312rev in #333
- refactor: dark mode for more soon article skeleton card by @patricio0312rev in #348
Changed
- refactor: add
display_name
column to theusers
table by @shahin-hq in #145 - refactor: add title length rule by @alfonsobries in #222
- refactor: articles pagination by @shahin-hq in #216
- refactor: make collection navigation a dropdown in mobile view by @shahin-hq in #257
- refactor: article images conversions by @alfonsobries in #261
- refactor: articles publish date by @shahin-hq in #273
- refactor: filament backend article columns by @ItsANameToo in #275
- refactor: handle no overflow scenario in article card titles by @crnkovic in #279
- refactor: featured collections wording by @crnkovic in #282
- refactor: truncate long article title in admin panel by @crnkovic in #281
- refactor: highlighted article headline color by @crnkovic in #291
- refactor: article card hover states by @crnkovic in #280
- refactor: article content padding adjustments by @ItsANameToo in #293
- refactor: more padding adjustments for article content by @ItsANameToo in #295
- refactor: adjust article blockquote styling by @ItsANameToo in #303
- refactor: move the article copy button to share list by @crnkovic in #299
- refactor: adjust article heading padding by @ItsANameToo in #307
- refactor: ignore markdown on metadata by @alfonsobries in #287
- refactor: improve article card hover style by @crnkovic in #300
- refactor: gallery page query optimizations by @crnkovic in #316
- refactor: rename
Chains
enum toChain
by @crnkovic in #325 - refactor: use our base
Link
component in the sidebar by @crnkovic in #327 - refactor: add dark mode toggle to navbar by @crnkovic in #332
- refactor: make
Platforms
enum singular by @crnkovic in #335 - refactor: extract gallery overview endpoint into its own controller by @crnkovic in #334
- refactor: prevent reserved keywords in gallery slugs by @crnkovic in #336
- refactor: optimize queries for galleries index page by @crnkovic in #337
- refactor: nft gallery card styling by @crnkovic in #368
- refactor: ignore activity for invalid collections when refreshing NFT metadata by @crnkovic in #406
- refactor: eager load media and author's media on articles page by @crnkovic in #404
- refactor: place tooltip of article's "copy" button on the left by @crnkovic in #408
- refactor: use
Link
component for articles by @crnkovic in #425 - refactor: article card outline on hover by @alfonsobries in #423
- refactor: require cover photo when creating/editing articles by @crnkovic in #422
- refactor: eager load media and author media when reading article by @crnkovic in #426
- refactor: update progress bar color to primary brand color by @crnkovic in #424
- refactor: support searching galleries by user address by @crnkovic in #430
Fixed
- fix: allow guests to view articles page by @shahin-hq in #228
- fix: featured articles images by @shahin-hq in #227
- fix: prevent share buttons overlap by @alfonsobries in #260
- fix: sort articles by published_at by default in admin backend by @ItsANameToo in #274
- fix: use username for displayname in filament by @ItsANameToo in #276
- fix: exception when saving user by @crnkovic in #277
- fix: make the border 1px on the article details page by @crnkovic in #278
- fix: background color on the featured collections card by @crnkovic in #283
- fix: article margin issue and text wrapping by @alfonsobries in #284
- fix: add carousel key to featured collections to prevent swiper ID collisions by @crnkovic in #285
- fix: article meta & featured collection size as per design by @alfonsobries in #286
- fix: transparent background for a featured collection by @crnkovic in #296
- fix: make all article slider cards same height by @alfonsobries in #304
- fix: coverage for unknown network prop in marketplaces component by @patricio0312rev in #323
- fix: do not require authentication when viewing galleries by @crnkovic in #338
- fix: test warnings by @patricio0312rev in #345
- fix: correct dimensions in article feature collection avatars by @goga-m in #347
- fix: dark wallet issues by @alfonsobries in #354
- fix: dark create gallery issues by @alfonsobries in #362
- fix: dark pagination issues by @alfonsobries in #361
- fix: dark connectivity modal issues by @alfonsobries in #360
- fix: correct skeleton colors in dark mode by @goga-m in #352
- fix: report modal an other modals text color by @alfonsobries in https://github.com/ArdentHQ/dashbrd...
0.9.0
What's Changed
Added
- feat: dark mode for error pages and filters by @patricio0312rev in #199
- feat: dark mode for gallery details page by @patricio0312rev in #208
- feat: rate limit opensea requests by @alfonsobries in #169
- feat: dark mode for create gallery page by @patricio0312rev in #238
- feat: handle errors in Alchemy response for getWalletNfts by @patricio0312rev in #230
- feat: dark mode for my collections page by @patricio0312rev in #258
- feat: dark mode for my wallet page by @patricio0312rev in #259
- feat: gallery dynamic meta image by @alfonsobries in #188
- feat: dark mode for collection and nft details pages by @patricio0312rev in #270
- feat: dark mode for wallet components by @patricio0312rev in #289
- feat: add manual activity refresh button by @goga-m in #267
Changed
- refactor: remove unnecessary database queries from wallet data by @crnkovic in #190
- refactor: simplify query for retrieving collections for a signed wallet by @crnkovic in #206
- refactor: batch nft metadata requests by @goga-m in #128
- refactor: collection controller optimizations by @crnkovic in #207
- refactor: fetch opensea slugs more often by @alfonsobries in #219
- refactor: add nft descriptions by @crnkovic in #122
- refactor: handle moralis spam tokens by @alfonsobries in #245
- refactor: prevent adding NFTs without an image to gallery by @shahin-hq in #268
- refactor: session timeout handling by @alfonsobries in #231
- refactor: add the button to refresh the collections by @crnkovic in #183
- refactor: navbar width by @crnkovic in #292
- refactor: add the job to index nft descriptions by @crnkovic in #250
- refactor: handle image aspect ratio by @goga-m in #290
- refactor: separate the gallery liking logic into its own controller by @crnkovic in #302
- refactor: use data objects only in classes that are sent to the frontend by @crnkovic in #298
- refactor: create "simple" wallet data object by @crnkovic in #297
- refactor: disable signature requirement for refresh actions by @crnkovic in #314
- refactor: use async call in authenticatedAction by @alfonsobries in #331
Fixed
- fix: update overlay styles when switching address by @patricio0312rev in #180
- fix: update nft pagination arguments in gallery overview page by @patricio0312rev in #197
- fix: make collections grid view respect list view sorting by @patricio0312rev in #203
- fix: flaky wallet test by @alfonsobries in #212
- fix: handle existing local user when seeding by @ItsANameToo in #226
- fix: timestamp issue for report a gallery test by @patricio0312rev in #240
- fix: axios cancel alternative not working by @alfonsobries in #236
- fix: persist network filter collection when sorting by @patricio0312rev in #218
- fix: collections page header by @shahin-hq in #269
- fix: "about nft" modal title by @crnkovic in #294
- fix: correct aspect ratio in collection activity images by @goga-m in #313
- fix: correct image dimensions in nft & gallery page by @goga-m in #317
- fix: remove redundant tooltip in activity refresh button by @goga-m in #328
- fix: set height for navbar menu items by @patricio0312rev in #330
- fix: show thumbnail in gallery form cover image button by @goga-m in #342
Other Changes
- chore: use "password" password for filament in local env by @ItsANameToo in #201
- chore: update PHP dependencies by @ItsANameToo in #233
- chore: update JavaScript dependencies by @ItsANameToo in #232
- chore: update PHP dependencies by @ItsANameToo in #263
- chore: run ui on json and yaml changes by @ItsANameToo in #265
- chore: update JavaScript dependencies by @ItsANameToo in #264
- chore: update JavaScript dependencies by @ItsANameToo in #310
- chore: update PHP dependencies by @ItsANameToo in #311
- chore: merge rc into main by @ItsANameToo in #312
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
Added
- feat: SyncActivityPrices command to update missing nft activity sales prices by @patricio0312rev in #249
Changed
- refactor: fetch activity for collection as opposed to individual nft by @crnkovic in #217
- perf: improve collections sorting speed by @shahin-hq in #235
- refactor: sort by recently received by default by @patricio0312rev in #237
- refactor: enable collection activity tab by @crnkovic in #239
- refactor: show alternative placeholder if collection doesn't store activity by @crnkovic in #241
- perf: improve collections sorting query by @shahin-hq in #255
Fixed
- fix: add
typeNumeric
macro to migrations by @crnkovic in #225 - fix: reset activity state if collection is invalid by @crnkovic in #234
- fix: add spacing for activity by @crnkovic in #242
- fix: do not index activity for prior indexed collections when running FetchWalletNfts by @crnkovic in #243
- fix: activity table nft name size on mobile by @ItsANameToo in #244
- fix: handle unexpected trait formats better by @ItsANameToo in #248
Other Changes
- chore: merge rc into main by @ItsANameToo in #254
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
Added
- feat: new pagination design by @patricio0312rev in #96
- feat: dark mode for navbar and general layout background by @patricio0312rev in #159
- feat: dark mode for footer by @patricio0312rev in #160
- feat: dark mode for toggles, checkbox, text & radio inputs by @patricio0312rev in #167
- feat: marketplace links in NFT details page by @patricio0312rev in #111
- feat: dark mode for pagination by @patricio0312rev in #174
- feat: new header design for collections page by @patricio0312rev in #171
- feat: display marketplace icons for collections by @patricio0312rev in #138
- feat: add network filter to collections overview by @patricio0312rev in #81
- feat: dark mode for tabs, dropdowns, toasts and sidebars by @patricio0312rev in #175
- feat: add back button to settings signature page by @patricio0312rev in #181
- chore: update jest-dom to v6 by @patricio0312rev in #187
- feat: dark mode for gallery page by @patricio0312rev in #192
- feat: dark mode for overlays by @patricio0312rev in #193
Changed
- refactor: new footer design for tablet and mobile views by @patricio0312rev in #154
- refactor: optimize database queries on the collection index and show pages by @crnkovic in #119
- refactor: do not index NFTs for potentially "full" collections by @crnkovic in #101
- refactor: add sort by name and query performance by @alfonsobries in #198
Fixed
- fix: always create collection with image for nftbasicinfo test by @ItsANameToo in #156
- fix: storybook missing hint colors by @ItsANameToo in #157
- fix: change publish button colors in create a gallery page by @patricio0312rev in #178
- fix: back button behavior for settings page by @patricio0312rev in #191
- fix: user dropdown light mode UI issue by @patricio0312rev in #202
- fix: correct colors for create gallery button by @patricio0312rev in #211
Other Changes
- chore: add additional gallery logging by @ItsANameToo in #153
- chore: update PHP dependencies by @ItsANameToo in #131
- chore: update JavaScript dependencies by @ItsANameToo in #135
- chore: update PHP dependencies by @ItsANameToo in #170
- chore: update PHP dependencies by @ItsANameToo in #194
- chore: merge rc into main by @ItsANameToo in #215
Full Changelog: 0.6.1...0.7.0