makeplane / plane-mobile

📱 🛫 🔥 Mobile App of Plane. Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
GNU Affero General Public License v3.0
171 stars 52 forks source link

fix: Editor url, some index issues, project view json parsing issue #88

Open yahu1031 opened 1 year ago

yahu1031 commented 1 year ago
  1. The editor url path was wrong which appends m in the domain.
  2. Index issues where they overflows due to the the length wasn't matching to assign the context to the provider.
  3. JSON parsing to the display_filters and display_properties wasn't correct where it likely breaks the app.(Tested and verified.)
  4. disabling the chatbot accessibility in the editor.(Mentioned in the comments)

Likely fixes #81