Skip to content

Rich text, masks and quicker search

Compare
Choose a tag to compare
@lucca65 lucca65 released this 09 Oct 19:32
· 97 commits to master since this release
bf879ef

New features

📖 Rich text with Markdown is here! (#619)

One of our most requested feature, now you can add rich text to several different places of your community. Rich text will allow users to greatly customize their product descriptions, community objetives, profiles and more!

Here is a list of all the places changed:

  1. Action photo proof instructions
  2. Claiming action
  3. Editing action
  4. Action description
  5. Claim card
  6. Claim modal
  7. Claim page
  8. Editing action
  9. Claiming action
  10. "How to earn" page
  11. Community description
  12. Editing community info
  13. New community page
  14. "How to earn" page
  15. Join page
  16. Objective description
  17. "How to earn" page
  18. Objective editor
  19. Claim page
  20. Transfer memo
  21. "Transfer to a friend" page
  22. Dashboard
  23. Private profile (transfer list)
  24. Transfer page
  25. Shop memo
  26. "Buy product" page
  27. Product description
  28. "Create offer" page
  29. Product page
  30. Profile Bio
  31. Edit profile page
  32. Public/private profile page

😪 Phew! Thats a lot! We are excited about this feature and eager to see how our users will be creative about it! 🎨
Captura de Tela 2021-09-21 às 09 17 22

Captura de Tela 2021-09-21 às 09 18 30

🔍 Improved Search (#636)

Search is much better now, you will get results as you type! We believe this will make the search much more useful to everyone! You just need to type the 2nd character and we will begin the look! 🕵️

134173361-d25000b2-72c4-4f7f-866c-767becd7fe2b

🎭 Input masks are here! (#634)

Now all currency inputs will be formatted by you, automagically depending on your community token precision. This means its easy to follow specific precisions like 45.987001 with the app actually formatting it for you as you type. This is a nice contribution for the Elm community by our dev @NeoVier on his new package https://github.com/NeoVier/elm-mask

Make sure to star the repo!

134174382-c493b3b4-a409-48c0-bd37-573f2aecac1c

⛓️ Added block explorer link (#623)

Now, on the profile you can quickly access the users' blockchain account on the block explorer. Since Cambiatus is a blockchain app, this will help to bring transparency and show more info that is not always as easy to consume on our app.

Captura de Tela 2021-09-21 às 09 05 22

👁️ Pin now is hidden by default (#628)

A simple change, but now our app will, by default, hide the PIN numbers, you can still click the 👁️ icon to toggle the visibility of what you are typing
Captura de Tela 2021-09-21 às 09 33 27

Fixes

  • Fixed a bug where the "No one" tag would not show on some claims (#627)
  • Fixed a desktop issue with the mouse over for a profile, that would not trigger the element correctly (#629)
  • Fixed register page looks on certain android screen sizes (#635)
  • Added date picker to the action creation form, no more errors inputing the date! (#641)

Under the hood improvements

  • Some improvements for our Input modules (#624)
  • Improvements on our Plausible usage, that provides privacy-first metadata that don't get your personal data, only app usage (#626)
  • Improvements to our modal behaviors (#631)
  • Security fixes (#633, #637)
  • Improved load time of the app, by only asking certain data when needed (#643)