Skip to content

Releases: near-daos/astro-ui

Release/3.0.8

09 Jun 13:16
3c3f002
Compare
Choose a tag to compare

What's Changed

Read more

release/3.0.7

23 May 07:04
9ddddfc
Compare
Choose a tag to compare
fix(dao): add version label, fix styles (#1098)

Co-authored-by: Overzunov <overzunov@lohika.com>

release/3.0.6

20 Apr 13:54
3ae0030
Compare
Choose a tag to compare
  • sms/email notifications (currently in beta)
  • granular voting/proposal creation permissions control

release/3.0.5

06 Apr 06:03
5009647
Compare
Choose a tag to compare
Merge pull request #879 from near-daos/fix/fc-template-transfer

fix(fc templates): fix transfer

release/3.0.4

17 Mar 15:40
84bbe52
Compare
Choose a tag to compare
fix(sidebar): change report link (#793)

Co-authored-by: Overzunov <overzunov@lohika.com>

release/3.0.3

28 Feb 12:29
d6b5df2
Compare
Choose a tag to compare

release/3.0.2

01 Feb 18:23
78dfe94
Compare
Choose a tag to compare

release/3.0.1

14 Jan 12:08
62b8379
Compare
Choose a tag to compare

What's Changed

  • feat(navigation): slight update of navigation by @AlexeyPonomarenko in #318
  • feat(dao list): items are centered on the page by @AlexeyPonomarenko in #319
  • feat(notifications page): implement infinite loading for archived not… by @VERZUOL1 in #320
  • fix(nft): NFT card refactored, image cropping fixed, preload and failed states fixed by @unholywhite in #323
  • feat(notification card): add mobile view by @VERZUOL1 in #322
  • feat(notifications settings): implement filter on notification settin… by @VERZUOL1 in #326
  • Fix/dao dashboard by @VERZUOL1 in #327
  • fix(nft): page mobile layout fix by @unholywhite in #329
  • feat(localization): added some localization to dao pages by @Izek in #328
  • fix(dao): dao main page layout fixes by @unholywhite in #330
  • fix(notifications): dao group settings by @unholywhite in #331
  • fix(dao): funds chart layout - TVL over time chart header by @unholywhite in #341
  • fix(misc): copy button - show "copied" message on mobile devices by @unholywhite in #344
  • fix(bounty): time to complete - suffix removed (typo) by @unholywhite in #342
  • fix(search bar): improve search mechanism, show spinner, cancel prev … by @VERZUOL1 in #343
  • fix(create proposal): restyle editable gas input by @VERZUOL1 in #346
  • fix(copy button): fix layout on dao grid and notification settings pages by @unholywhite in #345
  • fix(app header): login dropdown menu layout fixed by @unholywhite in #348
  • fix(create dao): fix app crash on safari browser when open create dao… by @VERZUOL1 in #351
  • feat(all daos page): show loaders while sorting by @VERZUOL1 in #352
  • fix(create dao): page footer layout fix by @unholywhite in #347
  • fix(create proposal): fix tokens dropdown visibility by @VERZUOL1 in #353
  • fix(feed): fix data loading on load more by @VERZUOL1 in #354
  • fix(notifications): fix invalid proposer name by @VERZUOL1 in #359
  • fix(sidebar, mob footer): set proper active state for All Daos and My Daos links by @unholywhite in #355
  • fix(daos feed): change data endpoints by @VERZUOL1 in #360
  • fix(bounty card): fix deadline period count by @VERZUOL1 in #361
  • Feature/editable tgas by @VERZUOL1 in #363
  • fix(daos feed): show actual dao funds by @VERZUOL1 in #364
  • fix(create proposal): fix proposal variant dropdown layout by @VERZUOL1 in #372
  • fix(gas input): restyle tgas input by @VERZUOL1 in #366
  • fix(dao members): fix wrong dao members votes count by @VERZUOL1 in #369
  • fix(create proposal): add validation to change links proposal by @VERZUOL1 in #373
  • refactor(helpers): moved helpers to utils and hooks directories by @AlexeyPonomarenko in #374
  • test(tests): initial test setup by @AlexeyPonomarenko in #375
  • feat(settings page): implement new dao setting page ui by @VERZUOL1 in #377
  • test(tests): implemented tests for all utils and AppHeader by @AlexeyPonomarenko in #378
  • fix(intercom button): move intercom button to avoid buttons overlap by @VERZUOL1 in #389
  • fix(dao logo): fix dao logo styles by @VERZUOL1 in #388
  • fix(create proposal): allow create proposals with policy warning by @VERZUOL1 in #385
  • fix(voting policy proposal): fix value format for change viting polic… by @VERZUOL1 in #387
  • test(components): implemented portion of tests. Fixed some issues, removed redundant code by @AlexeyPonomarenko in #391
  • feat(comment): parse links and show images in comments by @VERZUOL1 in #390
  • fix(gas): change default gas value, update chart on tokens page by @VERZUOL1 in #392
  • Fix/all daos title by @VERZUOL1 in #401
  • fix(formatter): fix kformatter function to accept optional tofixed nu… by @VERZUOL1 in #404
  • fix(create dao): fix validation on create dao page by @VERZUOL1 in #408
  • fix(page layout): fix main page layout by @VERZUOL1 in #407
  • fix(comments): fix comments section layout by @VERZUOL1 in #406
  • feat(proposals): transfer proposal with fungible token is being created by batched transactions by @AlexeyPonomarenko in #411
  • feat(dao stats): integrate new stats api, update chart by @VERZUOL1 in #416
  • test(component): covered some components with tests, removed redundant code, fixed typo by @AlexeyPonomarenko in #410
  • fix(chart): format dates as utc for chart by @VERZUOL1 in #418
  • feat(bounties page): add editable gas input on bounty card by @VERZUOL1 in #414
  • test(component): covered another portion of components with tests by @AlexeyPonomarenko in #417
  • fix(build): fix tests, add mock data by @VERZUOL1 in #421
  • fix(notifications): fix notifications messgaes format by @VERZUOL1 in #431

Full Changelog: release/3.0.0...release/3.0.1

release/3.0.0

28 Dec 08:25
054ffbe
Compare
Choose a tag to compare

What's Changed

  • refactor(noties hub): removed redundant prop by @AlexeyPonomarenko in #189
  • feat(notifications): notifications settings page by @unholywhite in #174
  • fix(nft card): update logic we use to load nfts, support varius data … by @VERZUOL1 in #193
  • feat(noties hub): implemented "notifications hub" page by @AlexeyPonomarenko in #192
  • refactor(noties settings): relocated notification settings page by @AlexeyPonomarenko in #194
  • Feature/i18n by @VERZUOL1 in #199
  • feat(chart): update chart component, change data prepare logic, restyle by @VERZUOL1 in #198
  • fix(notifications): notifications settings - modal for group disable by @unholywhite in #195
  • fix(build): change storybook config to be able to build by @VERZUOL1 in #200
  • fix(notifications): notifications settings - disable modal options by @unholywhite in #201
  • fix(build): update project config to support i18n by @VERZUOL1 in #205
  • Fix/build i18n by @VERZUOL1 in #206
  • fix(create dao page): fix i18n config issues on create dao page by @VERZUOL1 in #207
  • fix(redirect pages): fix i18n issues by @VERZUOL1 in #209
  • fix(not found page): fix i18n config ussues on 404 page by @VERZUOL1 in #210
  • feat: added russian translation for ru/common.json by @Izek in #211
  • feat(proposals): implemented proposals page by @AlexeyPonomarenko in #203
  • feat(proposals page): added localization by @AlexeyPonomarenko in #215
  • feat(notifications api): implemented basic service by @AlexeyPonomarenko in #213
  • feat(notifications): add meaningfull notification message builder by @VERZUOL1 in #216
  • Feature/dao dashboard by @VERZUOL1 in #217
  • Feature/notifications via sockets by @VERZUOL1 in #219
  • fix(notifications): notifications setting - updated design refactoring by @unholywhite in #214
  • fix(deploy): adding env variables for dao-stats API by @karpovdmitryod in #222
  • feat(locale selector): implement locale selector component according … by @VERZUOL1 in #218
  • fix(notifications settings page): fix layout by @VERZUOL1 in #224
  • feat(create proposal card): show warning about blocked popups by @VERZUOL1 in #223
  • refactor(dao pages): moved portion of similar code to shared component. Reused it in some pages by @AlexeyPonomarenko in #221
  • feat(notification): update/archive notification functionality by @VERZUOL1 in #225
  • feat(follow dao): implement follow/unfollow dao functionality, add se… by @VERZUOL1 in #226
  • feat(bounty): bounties update by @AlexeyPonomarenko in #227
  • feat(notificaton settings): integrate notifications settings with api by @VERZUOL1 in #233
  • feat(bounty): 1 user can not claim twice, fixed icons, added noty, updated remaining claims ui by @AlexeyPonomarenko in #234
  • fix(nft): updated nft card according to new design by @unholywhite in #236
  • fix(notifications): fix unread noties indicator, fix error when acces… by @VERZUOL1 in #238
  • Fix/view proposal by @VERZUOL1 in #239
  • Clusterip services by @volodymyr-iliashchenko in #240
  • feat(proposal comments): add comments component, service and integrat… by @VERZUOL1 in #244
  • feat(dao page): updated default logo and flag by @AlexeyPonomarenko in #250
  • feat(localization): added localization to create dao page part two by @Izek in #252
  • feat(comments): add report and remove functionality, add animations by @VERZUOL1 in #253
  • fix(nft): nft filters added, updated multiple select component by @unholywhite in #249
  • fix(proposals): dao id can not be specified in the "member" field anymore by @AlexeyPonomarenko in #255
  • fix(proposals feed): fixed proposals feed initial filtering by @AlexeyPonomarenko in #256
  • feat(notifications): add notifications by types, add toasts notificat… by @VERZUOL1 in #257
  • fix(lint): fixed lint configuration by @AlexeyPonomarenko in #258
  • feat(comments): add report comments functionality, restrict report twice by @VERZUOL1 in #260
  • fix(notification settings): fix crashed app on big amount of dao by @VERZUOL1 in #265
  • fix(nft): refactored: page, card, image loading states by @unholywhite in #267
  • fix(notifications card): add missinf fc proposal notification card, f… by @VERZUOL1 in #268
  • fix(proposal feed): updated feed filter status calculation by @AlexeyPonomarenko in #269
  • fix(bounty): query only inProgress BountyDone proposals by @karpovdmitryod in #275
  • fix(bounty): adding additional useEffect to handle refresh properly by @karpovdmitryod in #278
  • fix(my feed): "all" filter is a default filter for "My Feed" now by @AlexeyPonomarenko in #279
  • fix(search results): updates styles of "no results" by @AlexeyPonomarenko in #282
  • fix(notifications settings): fix mute all platform notifications logi… by @VERZUOL1 in #283
  • fix(toasts notifications): handle read click on toasts by @VERZUOL1 in #285
  • feat(comments): add links parser by @VERZUOL1 in #286
  • fix(chart): fix chart styles on mobile by @VERZUOL1 in #287
  • fix(notifications settings): fix layout on mobile by @VERZUOL1 in #301
  • fix(create dao): default flag is being shown in DAO preview by @AlexeyPonomarenko in #300
  • fix(search): search is not cleared on redirect to "results page" or when user switches tabs there by @AlexeyPonomarenko in #302
  • fix(search results): fix missing search results when redirect to resu… by @VERZUOL1 in #304
  • fix(search results): fix overlapping filter on result page on mobile by @VERZUOL1 in #307
  • fix(notifications): fix toasts timeout, add config values by @VERZUOL1 in #313
  • fix(notifications): fix page reload that caused missing notificatons by @VERZUOL1 in #317

New Contributors

  • @Izek made their first contribution in #211

Full Changelog: 2.0.4-RC1...release/3.0.0

2.0.5-RC1

22 Dec 06:26
f6dd106
Compare
Choose a tag to compare

What's Changed

  • feat(create proposal): add info message about blocked popups to creat… by @VERZUOL1 in #212
  • fix(view proposal): fix metadata parsing, add error handling by @VERZUOL1 in #235