Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fbf894c
Updating resource group name, location, storage account name to match…
prakashprft Jan 31, 2025
e950288
RM: Adding changes per Prakash
Jan 31, 2025
14d82b3
fixing the resource group name
prakashprft Jan 31, 2025
9f1c879
fixing resource group name
prakashprft Jan 31, 2025
4117e3d
Merge pull request #1 from streamx-dev/main
prakashprft Feb 4, 2025
266bef9
Merge branch 'main' of https://github.com/PRFTAdobe/prft-streamx
prakashprft Feb 7, 2025
164a2cf
adding backend state changes
prakashprft Feb 7, 2025
ea17fc0
Update variables.tf
prakashprft Feb 7, 2025
175f017
Update variables.tf
prakashprft Feb 7, 2025
f2cefbd
Merge branch 'main' of https://github.com/PRFTAdobe/prft-streamx
prakashprft Feb 7, 2025
4896bf5
RM: Merging changes
prftryan Feb 7, 2025
076efe4
Merge branch 'streamx-dev-main'
prftryan Feb 7, 2025
90dd33b
Update variables.tf
prftryan Feb 7, 2025
1d2f935
Merge branch 'streamx-dev:main' into main
shannon-sumner-perficient Feb 10, 2025
9045c9d
Updated Homepage to Match LumaX
shannonsumner Feb 11, 2025
2d54f94
Merge pull request #4 from streamx-dev/main
prakashprft Feb 12, 2025
bdb82e9
Merge branch 'main' of https://github.com/streamx-dev/streamx-commerc…
shannonsumner Feb 14, 2025
0e667dc
Update backend.tf
prakashprft Feb 14, 2025
1a3af2a
Create backend.tf
prakashprft Feb 14, 2025
d7c842d
Merge branch 'streamx-dev:main' into main
prakashprft Feb 14, 2025
ae0f22b
Merge pull request #3 from PRFTAdobe/updated-homepage-to-match-lumax
rsumner-prft Feb 14, 2025
80795ad
Added Product Detail Pages
shannonsumner Feb 14, 2025
007fa9d
Merge pull request #6 from PRFTAdobe/added-product-detail-pages
rsumner-prft Feb 14, 2025
73180a0
updating to featured products
prakashprft Feb 17, 2025
e620f74
Added in Search to Header
shannonsumner Feb 18, 2025
879a22f
Fixed Search Icon in Header
shannonsumner Feb 18, 2025
22b8674
Fix UI
Feb 19, 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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ auth/*
/repository

# Ignore trusted cers symlinks
scripts/ingestion/cert/*.0
scripts/ingestion/cert/*.0
/node_modules
4 changes: 4 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"endOfLine": "auto",
"singleQuote": true
}
6 changes: 6 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
data/web-resources/css/algolia.theme.min.css
data/web-resources/css/glide.core.min.css
data/web-resources/css/glide.theme.min.css
data/web-resources/css/[email protected]
data/web-resources/css/tailwind-output.css
/repository/blueprint-web/collected:products:cheapest-by-category:Accent_Furniture.json
25 changes: 25 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"extends": [
"stylelint-config-standard"
],
"rules": {
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"custom-variant",
"plugin",
"theme",
"utility"
]
}
],
"no-descending-specificity": null,
"selector-class-pattern": null,
"import-notation": null,
"at-rule-no-deprecated": null
},
"ignoreFiles": [
"styles/tailwind-output.css"
]
}
28 changes: 28 additions & 0 deletions data/assets/lumax.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/assets/runner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/assets/runner.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading