-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas : Add group & custom block & actions 1 topSideBar #23
Comments
Hello, Idéa about the Filament objects is definitively possible! Not tested in RTL Need lot of fixes (rounding, spacing, padding, etc ...) I will push a branch with it later this week, if you want to check. |
Great @Thiktak I'll check every change as soon as I can.
Yes make PR separately, I can review and provide feedback on the proposed version or any separate ideas you have. I'm open to discussing and considering different possibilities. Please feel free to share the details or any additional information you have
Ok or make PR |
Hello, https://github.com/Thiktak/filament-page-with-sidebar/tree/vFilament This draft version is using Filament object, and retro-compatible. |
Dark mode issue has been fixed and set group for items also now supported in v2.1.1 Ideas 2, 3 and 4 will be checked soon |
How can i add the subsidebar on top? |
Topbar supported in version 2.4.0 |
Hello,
I am using your package, and now I implemented some ideas ... but maybe there is a better way.
Issue 1
Is the dark mode title correct ?
text-slate-700 dark:text-navy-100
navy-100 seems a bit off in a dark mode.Idea 1 - Add group.
I know there is NavigationGroup, and subgroup on the main filament package. Effort on these tips or implementing the filament WoW ?
Idea 2 - More than just items
For example, the possibility to include Infolist or custom Html ?
Idea 3 - Add Header, top and/or footer block of Actions ?
For example the header with a triple dot dropdown, or a list of button (group) for top/footer ?
Idea 4 - Possibility to switch left/right sidebar to top (tabs) ?
Or even better: a SideBar and a TopBar ? (with the TopBar we could implement page section (anchor), filters or sub-pages)
Here a preview of some implementation:
If the idea seems good for you I can PR this version or separately, but I think some ideas could be reviewed.
My implementations
Groups
page.blade.php
group / getGroup is already implemented.
Use with ->group('name') (empty go first)
More than Item ?
page.blade.php
I also created a PageNavigationHTML (in order to add divider
<hr />
) with html() (or content()) and getHtml().and new class:
And usage with;
The text was updated successfully, but these errors were encountered: