These are for views inside Entities only
These are for views inside Entities only
that makes so much more sense ![]()
Thanks, good to know! ![]()
Iβve tested your solution and it works! That is great, now I can do everything I want to do for my client! ![]()
And good to know that youβll think about better url schemas.
Great work as always, thx!
Yes, we embed the custom app as an iframe in our βPortalβ app. Thatβs the exact case that triggers it: clicking the doc link from inside the Portal iframe does absolutely nothing unless we add our own manual fallback to catch the rejection and open a new tab ourselves.
I also rolled back to a the first version and retested standalone access (pasting the appβs URL directly into a fresh tab, no Portal involved) and can confirm that one works as you described β the entity opens correctly there. Itβs specifically the Portal-iframe case that fails.
Portal is our primary navigation path for every custom app in the workspace, so thatβs the scenario that would make the biggest impact for us. Thanks for digging into it!
Great update β background refresh was actually going to be my next request, so this is fantastic!
Iβm not quite following whatβs being discussed here β could someone explain with a video? I built a dashboard app, and for me, entities have always opened in a new tab when clicked. Maybe Iβm missing something?
Iβm on the standard plan, so I can only put the app in the private space. But I donβt really use the private space, since I work solo. So instead, I embedded the app in a page. The issue is that doing this also opens the appβs own left sidebar, which means I end up with two sidebars β and I have to keep closing the extra one. (I prefer working with my sidebar open.) Is there any way to fix that?
Also β Iβve seen it mentioned that apps might be made open to the world at some point. Iβm guessing thatβs not possible right now unless youβre on the Pro plan? Iβm currently using forms for proposal inquiries, but theyβre not very customizable and end up looking a bit unprofessional on my website. I was thinking an app could be a nice way to build a proper form page instead β but I assume I still wouldnβt be able to share it publicly, right?
Thanks to the Team for the amazing work!
I have not tested it yet Eva but I believe it means it opens in a panel instead of a tab, meaning a section/box on the screen that contains information or controls - in this case about an entity:
βββββββββββββββββββββββββββββββββββββββ
β Header β
βββββββββββββ¬ββββββββββββββββββββββββββ€
β Navigationβ Main Content β
β Panel β β
β β βββββββββββββββββββ β
β β’ Home β β Settings Panel β β
β β’ Profile β β Notifications β β
β β’ Help β β Account β β
β β βββββββββββββββββββ β
βββββββββββββ΄ββββββββββββββββββββββββββ
So you donβt have to switch from tab to tab, so less context switching, so less cognitive load.
I have to run, your other questions I will look into later or someone can!
Ah, then no β mine donβt open in a panel, I canβt get that to work. Not from the embedded app view, and not from the app itself either.
By the way, am I the only one whoβd love to see the divider between panels become draggable, so you could resize one panel to be bigger or smaller? Like Notion does.
can i fix this problem with fibery?
I currently use Google Sheets to track my sales and rentals. Right now, I type everything into one single cell: the customerβs name, contact number, notes, and the rental period. Sometimes the customer rents the product, sometimes they buy it permanently, and sometimes theyβve taken the product but havenβt paid yet. Keeping all this logged in a single cell is just very comfortable and fast for my workflow.
However, I want to upgrade this to a more structured system without losing that βsingle-cellβ convenience. Here is exactly what I am trying to achieve inside one single cell:
-
Customer Name: Formatted as a tag/chip. If I click it, it should open a card/page with their other details (phone, etc.).
-
Due Date: Clickable, so I can easily change the deadline from a calendar pop-up.
-
Status Tags: Labels like βRentalβ or βPermanentβ.
I also need to be able to filter my entire database based on these specific tags.
I know Airtable is great as a relational database, but it doesnβt seem to support this exact structure. In Airtable, you canβt combine a lookup, notes, and a functional date all inside one single field.
I think you may want to consider thinking about this in 2 ways: a UI problem (βsingle cellβ interaction) and a data problem (structured relationships).
It would be fairly trivial in Fibery to setup the data structure as relational databases β this has all sorts of advantages including data accuracy, reporting, etc. β I wonβt re-hash this here because itβs probably as easy as taking the description you just wrote and ask Fibery AI to build you a space β¦ just leave out the βsingle cellβ requirement for this part.
Then, create a custom app (again, by just explaining to AI β even uploading a sketch of an example of how you want it to look β which works really well) that allows you to interact with the data with what βfeels likeβ a βsingle cellβ. The UI can create that feel and the app can handle interacting with the Fibery data structure in the background.
Yes β you can have your cake and eat it too in this case!
Iβve deployed the fix. Now Entity should open normally in new tab when you embed App as an iframe
Thank you!! Just tried it out, and it looks like itβs working! Much appreciated.