Replies: 1 comment 3 replies
-
I think we should give some attention to responsive design in the next release. Most Forge components adapt well to different container sizes, but some of the larger ones like the paginator and toolbar can be difficult to work with when space is constrained. Container queries might help here once they're widely available. Before that we can still find ways to make designing and coding responsively easier. We should also consider the dialog component in this. The way it's implemented right now discourages responsive design, almost requiring it to be opened in full or partial screen mode and remain that way for its lifetime. I've seen a lot of questionable usage stemming from this. With smarter CSS we could default to an auto-switching full screen mode without hurting customization. Other modal components might be worth taking a look at also. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
See the following proposals to get an idea of what we are planning for when it comes to version next major version of Forge!
The focus of this version will be around improving the DX and usage patterns across the library, as well as how the components are architected and composed together.
We will also focus on performance in this iteration to ensure that we reduce forced reflows and any potential blocking processes where possible.
Proposals
ElementInternals
APIs (complete)Beta Was this translation helpful? Give feedback.
All reactions