Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Feat]: Add navigation UI enhancements#2078

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
raheeliftikhar5 merged 22 commits intolowcoder-org:devfromiamfaran:feat/nav-features
Nov 17, 2025
Merged
Changes from1 commit
Commits
Show all changes
22 commits
Select commitHold shift + click to select a range
f4109c6
[Fix]: #2076 mobile nav app not passing params
iamfaranNov 4, 2025
16e9d0a
[Feat]: Add hamburger menu mode for Mobile Nav App + refactor
iamfaranNov 4, 2025
9408350
add customizeable icon burger icon
iamfaranNov 4, 2025
b15b10a
add close icon in the drawer
iamfaranNov 5, 2025
a73890c
add style customization for hamburger menu mode
iamfaranNov 5, 2025
b2254a0
fix scroll issue for the nav apps propertyview
iamfaranNov 5, 2025
a7a9a1b
[Fix]: navigation apps render inside the preview
iamfaranNov 6, 2025
2a82955
[Fix]: render the drawer inside the preivew/app canvas
iamfaranNov 6, 2025
1ceefdb
add navigation component burger mode
iamfaranNov 7, 2025
795c181
refactor navigation component
iamfaranNov 10, 2025
0d2d8e4
make drawer placement control consistent
iamfaranNov 10, 2025
5addc32
fix hamburger menu options
iamfaranNov 10, 2025
d47b2fb
add conditional UI on basis of mode
iamfaranNov 10, 2025
5c5d19b
add segmented control for both modes in the navComp
iamfaranNov 10, 2025
2eb4675
add ability to add icon on nav items / sub menu
iamfaranNov 11, 2025
7c1837a
fix drawer styles customization
iamfaranNov 11, 2025
978c641
add styles for the submenu
iamfaranNov 11, 2025
228bd0c
fix submenu style issues
iamfaranNov 12, 2025
409ea51
remove trigger
iamfaranNov 12, 2025
571122d
add desktop nav positions
iamfaranNov 13, 2025
288fe92
refactor navlayout
iamfaranNov 14, 2025
0c1c690
fix center icons on collapse + mount issue
iamfaranNov 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fix scroll issue for the nav apps propertyview
  • Loading branch information
@iamfaran
iamfaran committedNov 5, 2025
commitb2254a0656ce7808962820295fa56ee9ddfbe63c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,7 +26,7 @@ export default function PropertyView(props: PropertyViewProps) {

let propertyView;
if (selectedComp) {
return <>{selectedComp.getPropertyView()}</>;
propertyView =selectedComp.getPropertyView();
} else if (selectedCompNames.size > 1) {
propertyView = (
<SelectedComps
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp