Tree Structure in Next js using MUI like Dropbox - material-ui

I want to create a tree structure in the next js using mui like Dropbox. In dropbox, if we have folders in the All files tab its show its nested folder.
I am not able to create a dropdown in mui it would be dynamic Folders enter image description here

Related

Flutter for web, make dynamic page that renders string from url subdirectory onto screen

As the title suggests I want to create a webpage where if I put something at the end of subdirectory the page generated will contain the text somewhere on the screen, Using any method, like GetX or default flutter framework widgets or any packages.
the purpose of doing this is to not make a backend database but let the user create their own link/page by just adding it to the end of url subdirectory.
After that, I want to implement a text field that further updates the subdirectory that updates the page with the string on the page/screen.
If it can be done on a single page it'll be better, if not I'll have to create a separate page for textfield, maybe.
Example Site

Adding custom icon listing all documents and on click it should be added as link

I want to add custom icon to list all pdf docs from service and on clicking particular doc it should be added as link .on opening that link it should download file

Rename Prestashop mobile menu caption

I use PrestaShop 1.6.0.9. I know how to change the items in the top navigation menu or how to add/delete categories from the left menu.
But I can't investigate how to change the caption of category menu in mobile template?
You can see here that the left category menu on desktop is called "Produkty". If you scale down the tab or you view it on your mobile, it is called "Menu". I would like to rename it. I tried to find it in the Localization / Translation of the template, core and moduls. Unfortunatelly without any success.
Do you know which files should be edited to display "Menu" caption as "Produkty" even on the mobile?
I finally figured it out.
It was located in files in www/modules/tmleftmenu/ and need to be replaced in in files:
tmleftmenu.tpl (for mobile view)
tmleftmenu_left.tpl (for desktop
view)

Can I add a share button to a individual media items within in Tumbr text post?

I would very much like to add a share button to an individual image that is part of A text post with multiple media items.
I would like to learn where to put the code or if there's a theme that has this function.

Adding custom xtype to page properties

I've created a custom xtype that I want to use in a page property dialog. It works great when I bring up the page and select page properties from the sidekick, but I can't figure out where to place the custom javascript I've created so its available from the sites menu in the main page. There the custom xtype fails to load and the new section fails to work.
You need to place your script inside a new clientlib, defined with the category cq.wcm.admin. All clientlibs with this category are automatically included on the site admin. If you add the category cq.wcm.edit, your script will be included on the page editor as well.