Closed Yogeshjindal closed 1 month ago
Hi @Yogeshjindal! Commits here keep not following conventional commits. They should be named like this:
feat: add text labels in bottom bar
chore: added calens file
Also, as I reported in the previous PR, don't mention the active indicator in release notes or Calens file, you didn't actually modify it.
This branch needs a rebase against master, otherwise we won't be able to merge it.
Other than that, everything is good! ๐
This time I'll do the QA myself
Checks: 1. oCIS:
2. oC10:
Approved by QA! ๐
๐ปcant wait to see it
Added text labels to the bottom nav bar Used default activeStateIndicator which will show which label is selected
Now, all the items in nav bar shows the labels and upon selection the activeIndicator is enabled which shows that which item is selected. Fix#4484