mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #437] Notes not ordered correctly on mobile (iOS) #206
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danwild on GitHub (Apr 25, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/437
Current behavior
Displays notes in an arbitrary order - I can't really tell how it is ordering (it's not alpha sort by title either)
Expected behavior
Notes should be ordered by latest create/edit date-time, with most recent first.
Steps to reproduce
Environment
Mobile
@Rokt33r commented on GitHub (Apr 26, 2020):
This is partially fixed in v0.4.1. In v0.4.1, notes will be sorted by updated date. But yeah, I'll provide more sorting method in v0.5.0
@danwild commented on GitHub (Apr 28, 2020):
Tested in v0.4.1 on iOS and I can no longer reproduce, will close this. Thanks 🙏
@Rokt33r commented on GitHub (May 2, 2020):
Implementing more note sorting options will be tracked in https://github.com/BoostIO/BoostNote.next/issues/455.