Skip to content

Releases: cambiatus/frontend

Claims Improvements

26 Jul 14:49
820e494
Compare
Choose a tag to compare

New features

  • Transfers emails are here! Now every time you receive a transfer you'll get an email notifying you! We will have more emails notifications coming soon! (cambiatus/backend#173)
  • Allow PDF files to be uploaded as claim evidence. We also added PDF preview to help validators! #551
  • New welcome screen that helps users find the right community when accessing Cambiatus via a generic URL #577
  • New modal view for claims! Now you don’t have to go to another page to see details for the claims! #558
  • New Community number stats and improved layout #580
  • New Analysis pages. We streamlined and improved the claim flow for validators and users. Now its easier to know the status of all our claims #570
  • Objetive completion now completes all child actions automatically #586 and #597
  • Improved display of votes on the claim cards #594
  • Support contact info for South Africa #607
  • Allow shop sales to be displayed as public pages #604

Fixes

  • Bug fixing for users that access more than one cambiatus env #561
  • Fix incorrect routing inside the app #566
  • Make sure the personalized URL is obligatory when updating community configuration #563
  • Improve community editor #584
  • Fix redirects that broke after our last release #572
  • Fix incorrect input state when adding a contact. Users weren’t able to select a different contact method #575
  • Improve community switching #577
  • Fix an old bug that caused the app to be unable to sign transactions if the user closed the auth modal #576
  • Fix bug that could have happened during invitation flow #596
  • Improve interactions with the profile summaries #607

Under the hood improvements

Hey! Here are some behind the scenes changes that help to improve the app!

  • Add automatic code review for improving consistency of our code #553
  • Security patches #555 #604
  • Standardize all our inputs and enforce it with review rules #562
  • Add Unit tests, will help us make our releases more reliable #582

Subdomains support

01 Jun 14:59
07eeddb
Compare
Choose a tag to compare

This release adds the ability to configure and use subdomains. Communities will now have a place to call it their own inside Cambiatus as a personal URL under cambiatus.io domain.

It also address and improves a lot of screens and flows for community admins, with more flexibility and better usability than ever before!

Features

  • New configuration screen to configure subdomain (#494)
  • Ability to change community and change URL with it (#494)
  • New community selector (#482)
  • Add the ability to configure auto invite to the community. Communities can now choose to allow for public entry or invite only (#494)
  • New admin screens:
    • Screen to edit/view token details, including expiration options
    • Screen to edit/view community details, including adding a cover photo to be displayed on the welcome page and website
  • New "Welcome page" with custom photos from the community (#494)
  • Ability for communities to add their websites, which will be linked on the welcome page (#494)
  • Improve sizing and load time of our loading animation (#470)
  • Admins can now archive objectives as they wish (#494)

Improvements

  • Claims improvements (#504):
    • Improves the criteria to know which claim is votable or not, by taking into consideration their deadline and usages
    • Allow API sorting on the dashboard analysis query
    • Improve typography on the Claim page, now easier to see
    • Show new status of "voting blocked" on the Claim page to be consistent with the action status
    • Show tag of completed/closed action directly on the claim page to improve transparency for the validators
  • Improve Feedback messages. On smaller devices the error message wasn't visible, like on the community screen or signIn (#502)
  • Redirect to Dashboard after a claim is made, some users were claiming multiple times because no redirect happened (#518)
  • Support more countries as contact numbers (Australia, UK, Portugal, Canada)
  • Fix cookie domain (#549)
  • Enhancement/Update tailwind (#544)
  • Fix community's website button and cover photo (#546)
  • Prevent body from scrolling (#548)

Security Fixes

  • Fix some of our libraries to use more robust and secure versions (#530, #531, #532)

Search improvements and Analysis sorting

01 Apr 22:22
07f52f3
Compare
Choose a tag to compare

Patch release that includes:

  • GraphQL bindings update (backwards compatible with existing version) (#475)
  • Removed animations that prevented Feedback to be dismissed on devices with pointers (#499)
  • Show out of stock items on the search (#499)
  • Allow claim sorting by date (#499)

Search, contacts and Auth

26 Mar 15:02
0f1ee88
Compare
Choose a tag to compare

This new major releases on Cambiatus includes 3 big features that aim to improve usability and security on the web app. Users will now be able to search for products and actions at anytime. They will also be prompted with a modal asking for their contact information, this will be used to improve communication, mainly on the shop.

It also includes an under the hood improvement to our API security. This will allow us to deliver more features in the future with better reliability. It also improves 3rd party integrations that rely on that API access

Features

  • Added the ability to search actions and sales on the shop with the new search on the top nav (#476)
  • Added authentication to our API calls, now logged users can only check their own data (#485)
  • Added the ability to add multiple contacts on profile (#496)

Improvements

  • Improvements to the design of the Profile selector used on the Transfer page (#478)
  • Upgrade vulnerable dependencies
  • Improved overall experience when transferring (#493)

Acknowledgments

Thanks @marcjal for the contribution on this release!

My Claims

28 Jan 15:58
1a8391d
Compare
Choose a tag to compare

New screen My Claims

Accessible from the dashboard, this give access to the claims the users made so they know how their claims are going. Its a very simple screen but can be super useful to help you and other validators to be transparent with the users

Improved load time

The app now loads faster and uses less data to display information, mainly to claim related features. Expect a lighter and quicker app

Ability to reorder actions within objectives

This is a request from Verdes community that allows actions to be reordered so they always are displayed in a certain order. Please DM us to choose the ordering as this feature doesn’t have a frontend yet, we have to change it manually from here

New load screen

Users are now greeted with a new loading screen, different from the old spinner we had. Thanks to the design team for that improvement

Out of stock section

Out of stock items are now displayed in their own section, on the bottom of the Shop.

Other changes

Several visual tweaks, translation improvements and more under the hood changes