Rich text, masks and quicker search
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:
- Action photo proof instructions
- Claiming action
- Editing action
- Action description
- Claim card
- Claim modal
- Claim page
- Editing action
- Claiming action
- "How to earn" page
- Community description
- Editing community info
- New community page
- "How to earn" page
- Join page
- Objective description
- "How to earn" page
- Objective editor
- Claim page
- Transfer memo
- "Transfer to a friend" page
- Dashboard
- Private profile (transfer list)
- Transfer page
- Shop memo
- "Buy product" page
- Product description
- "Create offer" page
- Product page
- Profile Bio
- Edit profile page
- 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! 🎨
🔍 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! 🕵️
🎭 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!
⛓️ 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.
👁️ 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
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)