Closed Wladefant closed 3 months ago
Add functionality to display the location of a product as a path in the toolbar after it is pinned.
getCategoryPath
scripts/bootloader.js
initSetPageTitle
scripts/grid.js
addPinnedTile
view/pinned_tile.html
manifest.json
view
resource
scripts
.gitignore
package.json
Add functionality to display the location of a product as a path in the toolbar after it is pinned.
getCategoryPath
function inscripts/bootloader.js
to retrieve category, subcategory, and page number from the URL.initSetPageTitle
function inscripts/bootloader.js
to callgetCategoryPath
and store the result in a variable.getCategoryPath
function fromscripts/bootloader.js
for use in other files.getCategoryPath
function inscripts/grid.js
.addPinnedTile
function inscripts/grid.js
to include the category path in the pinned tile.view/pinned_tile.html
to add a new element to display the category path in the pinned tile.manifest.json
to include necessary permissions and browser-specific settings.view
directory.resource
andscripts
directories..gitignore
andpackage.json
files for project configuration and dependencies.