diff --git a/.gitignore b/.gitignore index 2d898f7..3ad6b08 100644 --- a/.gitignore +++ b/.gitignore @@ -61,5 +61,7 @@ __pycache__/ *.pyc *.pyo -# Screenshots (root level) -*.png \ No newline at end of file +# Screenshots (root level only) +/*.png +# Allow frontend screenshots +!frontend/screenshots/ \ No newline at end of file diff --git a/frontend/screenshots/customer-full-auth/01-products-full-auth.png b/frontend/screenshots/customer-full-auth/01-products-full-auth.png new file mode 100644 index 0000000..ff32cf6 Binary files /dev/null and b/frontend/screenshots/customer-full-auth/01-products-full-auth.png differ diff --git a/frontend/screenshots/customer-full-auth/02-cart-full-auth.png b/frontend/screenshots/customer-full-auth/02-cart-full-auth.png new file mode 100644 index 0000000..b8ad08b Binary files /dev/null and b/frontend/screenshots/customer-full-auth/02-cart-full-auth.png differ diff --git a/frontend/screenshots/customer-full-auth/03-orders-full-auth.png b/frontend/screenshots/customer-full-auth/03-orders-full-auth.png new file mode 100644 index 0000000..ee59dbf Binary files /dev/null and b/frontend/screenshots/customer-full-auth/03-orders-full-auth.png differ diff --git a/frontend/screenshots/customer-full-auth/04-favorites-full-auth.png b/frontend/screenshots/customer-full-auth/04-favorites-full-auth.png new file mode 100644 index 0000000..0006136 Binary files /dev/null and b/frontend/screenshots/customer-full-auth/04-favorites-full-auth.png differ diff --git a/frontend/screenshots/customer-full-auth/05-profile-full-auth.png b/frontend/screenshots/customer-full-auth/05-profile-full-auth.png new file mode 100644 index 0000000..7e95bd3 Binary files /dev/null and b/frontend/screenshots/customer-full-auth/05-profile-full-auth.png differ diff --git a/frontend/screenshots/mying-admin-audit-data.png b/frontend/screenshots/mying-admin-audit-data.png new file mode 100644 index 0000000..b395f42 Binary files /dev/null and b/frontend/screenshots/mying-admin-audit-data.png differ diff --git a/frontend/screenshots/mying-cart-viewport-data.png b/frontend/screenshots/mying-cart-viewport-data.png new file mode 100644 index 0000000..740dc4b Binary files /dev/null and b/frontend/screenshots/mying-cart-viewport-data.png differ diff --git a/frontend/screenshots/mying-login-viewport-data.png b/frontend/screenshots/mying-login-viewport-data.png new file mode 100644 index 0000000..dde2735 Binary files /dev/null and b/frontend/screenshots/mying-login-viewport-data.png differ diff --git a/frontend/screenshots/mying-login-viewport.png b/frontend/screenshots/mying-login-viewport.png new file mode 100644 index 0000000..dde2735 Binary files /dev/null and b/frontend/screenshots/mying-login-viewport.png differ diff --git a/frontend/screenshots/mying-merchant-overview-data.png b/frontend/screenshots/mying-merchant-overview-data.png new file mode 100644 index 0000000..00e7d33 Binary files /dev/null and b/frontend/screenshots/mying-merchant-overview-data.png differ diff --git a/frontend/screenshots/mying-orders-viewport-data.png b/frontend/screenshots/mying-orders-viewport-data.png new file mode 100644 index 0000000..ee76fd8 Binary files /dev/null and b/frontend/screenshots/mying-orders-viewport-data.png differ diff --git a/frontend/screenshots/mying-products-full-data.png b/frontend/screenshots/mying-products-full-data.png new file mode 100644 index 0000000..dcdd6af Binary files /dev/null and b/frontend/screenshots/mying-products-full-data.png differ diff --git a/frontend/screenshots/mying-products-full.png b/frontend/screenshots/mying-products-full.png new file mode 100644 index 0000000..0041796 Binary files /dev/null and b/frontend/screenshots/mying-products-full.png differ diff --git a/frontend/screenshots/mying-products-viewport-data.png b/frontend/screenshots/mying-products-viewport-data.png new file mode 100644 index 0000000..2e478ae Binary files /dev/null and b/frontend/screenshots/mying-products-viewport-data.png differ diff --git a/frontend/screenshots/mying-products-viewport.png b/frontend/screenshots/mying-products-viewport.png new file mode 100644 index 0000000..0041796 Binary files /dev/null and b/frontend/screenshots/mying-products-viewport.png differ