This is my grab bag of small but impactful tweaks that could be made to Fibery to seriously upgrade the mobile experience. I know (or believe) mobile isn’t a current focus for Fibery, clearly disclosed on the Anxiety page, so I’m not going to be too sad if these aren’t implemented soon. Here you go!
-
View options, like database, fields, filters, sorting, etc aren’t visible on mobile. I assume because they get overlapped by the left portion of that header area. Probably just a weird CSS thing. Could maybe be solved with a horizontal scroll or different CSS rules. Current mobile workaround is to temporarily change the page to “Desktop Mode”.
-
Reduce/eliminate margins on mobile. Especially in document and entity detail view. The margins aren’t too bad, but I feel like they could be compressed further on smaller width windows.
-
Full screen/full width sidebar menu. On mobile, the sidebar would work even better with a full-screen-width option.
-
The Space Databases view currently wraps the database names when they overflow. On big screens, that’s great, but on small screens, I think it’d be great to keep those buttons on the same line and horizontally scroll the overflow. Alternatively, I know some UI systems compress overflow items into a drop-down menu. This would free up screen space on mobile devices to interact with the table/database itself.
-
Improve the wrapping vs truncating of fields in list view. Right now, list view only truncates long or many fields when the screen width doesn’t have enough space. On mobile screens, wrapping these values instead would be amazing. That’s what board view does, which is my current workaround, but board view doesn’t have the ability to show the nested relationships.
There are other things too, which I would more say are bugs, like a very poor rich-text editing experience on mobile
. I’ll leave that for another time.