chore: update remaining references to ThreeFold Marketplace with Project Mycelium
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Deployment Credentials for ThreeFold Marketplace
|
||||
# Deployment Credentials for Project Mycelium
|
||||
# Copy this to .env.deploy and set your Gitea credentials
|
||||
|
||||
# Gitea username for git.ourworld.tf
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# ThreeFold Marketplace UX Testing Makefile
|
||||
# Project Mycelium UX Testing Makefile
|
||||
#
|
||||
# Usage:
|
||||
# make -f Makefile.ux-tests test-ux # Run core UX tests
|
||||
@@ -66,7 +66,7 @@ clean-ux-tests:
|
||||
|
||||
# Help
|
||||
help-ux:
|
||||
@echo "ThreeFold Marketplace UX Testing Commands:"
|
||||
@echo "Project Mycelium UX Testing Commands:"
|
||||
@echo ""
|
||||
@echo " setup-ux-tests - Setup test environment directories"
|
||||
@echo " test-ux-quick - Quick smoke tests (3 core flows)"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Industry Standard Data Validation and Repair Tool
|
||||
Comprehensive fix for ThreeFold Marketplace user data files
|
||||
Comprehensive fix for Project Mycelium user data files
|
||||
"""
|
||||
|
||||
import json
|
||||
@@ -157,7 +157,7 @@ def validate_all_user_files():
|
||||
return results
|
||||
|
||||
def main():
|
||||
print("🔧 ThreeFold Marketplace Data Validator")
|
||||
print("🔧 Project Mycelium Data Validator")
|
||||
print("========================================")
|
||||
print()
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* Custom styles for ThreeFold Marketplace */
|
||||
/* Custom styles for Project Mycelium */
|
||||
|
||||
/* Global styles */
|
||||
body {
|
||||
|
Reference in New Issue
Block a user