Skip to content

Add initial project structure and components for Spectre password manager#1

Closed
aalkhodiry wants to merge 3 commits intozeroows:masterfrom
aalkhodiry:project-structure-and-components-for-Spectre-password-manager
Closed

Add initial project structure and components for Spectre password manager#1
aalkhodiry wants to merge 3 commits intozeroows:masterfrom
aalkhodiry:project-structure-and-components-for-Spectre-password-manager

Conversation

@aalkhodiry
Copy link
Copy Markdown
Contributor

  • Introduced .cursorrules to define mandatory usage of Context7 and project-specific rules.
  • Created Cargo.toml for the spectre-app with dependencies and features.
  • Added .gitignore to exclude build artifacts and temporary files.
  • Implemented core components including Header, Footer, and form fields for user input.
  • Developed main application logic in src/main.rs, integrating Dioxus for UI rendering.
  • Established worker for background key generation in src/worker.rs.
  • Included Tailwind CSS for styling and layout.
  • Added README.md for project documentation and setup instructions.

…ager

- Introduced .cursorrules to define mandatory usage of Context7 and project-specific rules.
- Created Cargo.toml for the spectre-app with dependencies and features.
- Added .gitignore to exclude build artifacts and temporary files.
- Implemented core components including Header, Footer, and form fields for user input.
- Developed main application logic in src/main.rs, integrating Dioxus for UI rendering.
- Established worker for background key generation in src/worker.rs.
- Included Tailwind CSS for styling and layout.
- Added README.md for project documentation and setup instructions.
- Removed unused color variables and CSS classes from tailwind.css to streamline styles.
- Updated FullNameInput component to accept an on_blur event handler, triggering key computation when the user leaves the full name field.
- Improved performance by capturing values once when the trigger changes in main.rs, avoiding unnecessary signal subscriptions.
- Created a new GitHub Actions workflow in deploy-pages.yaml to automate deployment of the Spectre application to GitHub Pages upon pushes to the master branch.
- Configured steps for checking out the repository, setting up the Rust toolchain, installing Dioxus CLI, building the application, and uploading the build artifacts.
- Updated .gitignore to exclude the public distribution directory from version control.
- Added documentation files for algorithm validation, examples, GPL compliance, implementation notes, and testing summary to enhance project documentation.
@aalkhodiry aalkhodiry closed this Nov 13, 2025
@aalkhodiry aalkhodiry deleted the project-structure-and-components-for-Spectre-password-manager branch November 13, 2025 11:14
zeroows pushed a commit that referenced this pull request Nov 13, 2025
…s-for-Spectre-password-manager

Project structure and components for spectre password manager
zeroows added a commit that referenced this pull request Dec 4, 2025
…s-for-Spectre-password-manager

Project structure and components for spectre password manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant