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 #358
- fix: dark gallery issues by @alfonsobries in #359
- fix: dark settings issues (modal text color) by @alfonsobries in #356
- fix: dark navbar issues by @alfonsobries in #353
- fix: z-index for gallery validation errors by @crnkovic in #369
- fix: dark mode token market data chart by @crnkovic in #365
- fix: tooltip arrow background color by @crnkovic in #367
- fix: correct nft bg colors on dark mode for md by @goga-m in #371
- fix: dark collections issues by @alfonsobries in #357
- fix: dark send transaction form issues by @alfonsobries in #355
- fix: collection applied filter indicator in dark mode by @alfonsobries in #375
- fix: wallet balance separator dark color by @alfonsobries in #374
- fix: dark mode search token colors by @crnkovic in #378
- fix: remove border on navbar buttons on <640px by @crnkovic in #379
- fix: correct size for errored image placeholder by @goga-m in #386
- fix: icon button hover color on dark mode by @alfonsobries in #396
- fix: my galleries empty block text color on dark mode by @alfonsobries in #394
- fix: user details label text color by @alfonsobries in #393
- fix: refresh collections tooltip dark colors by @alfonsobries in #392
- fix: break words on articles by @alfonsobries in #387
- fix: use white tooltip on dark mode on articles by @alfonsobries in #389
- fix: selected and hover styles for listbox dark mode by @patricio0312rev in #390
- fix: validate articles banner max size by @alfonsobries in #388
- fix: missing hover state articles list item by @alfonsobries in #391
- fix: text color for non-selected tab item dark mode by @patricio0312rev in #397
- fix: featured collection placeholder dark mode by @patricio0312rev in #398
- fix: correct badge colors for tokens by @goga-m in #399
- fix: break words in article card by @patricio0312rev in #400
- fix: article column responsiveness in overview page by @ItsANameToo in #401
- fix: transition effect for color change on dark mode toggle by @patricio0312rev in #395
- fix: article dropdown color on dark mode by @crnkovic in #403
- fix: dashed border color for author box by @crnkovic in #410
- fix: collection outline on dark mode on touch devices by @crnkovic in #414
- fix: display activity list for a collection on tab change by @patricio0312rev in #415
- fix: break words for article title in list view by @crnkovic in #418
- fix: add dark image error placeholder by @goga-m in #402
- fix: article content width and border dark mode by @patricio0312rev in #420
- fix: refresh activity button styles by @patricio0312rev in #416
- fix: create gallery NFT image border color in dark mode by @shahin-hq in #431
- fix: display error placeholder if collection image is missing by @goga-m in #434
- fix: hide reports for editors in admin area by @patricio0312rev in #433
- fix: explicitly define admin guard when checking access permission by @ItsANameToo in #438
Other Changes
- chore: add dummy articles by @shahin-hq in #229
- chore: update generated types file by @ItsANameToo in #321
- chore: disable
sonarjs/no-duplicate-string
rule by @goga-m in #341 - chore: merge feat/articles into develop by @ItsANameToo in #343
- chore: merge rc into main by @ItsANameToo in #441
Full Changelog: 0.9.0...0.10.0