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#1aalkhodiry wants to merge 3 commits intozeroows:masterfrom aalkhodiry:project-structure-and-components-for-Spectre-password-manager
aalkhodiry wants to merge 3 commits intozeroows:masterfrom
aalkhodiry:project-structure-and-components-for-Spectre-password-manager
Conversation
Contributor
aalkhodiry
commented
Nov 11, 2025
- 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.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.