-
Notifications
You must be signed in to change notification settings - Fork 1
ci: add desktop build check to CI pipeline and simplify vite obfuscat… #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6a9af69
ci: add desktop build check to CI pipeline and simplify vite obfuscat…
AteebNoOne 42400bb
chore: improve CI security hardening and optimize build chunking stra…
AteebNoOne 934a1f6
chore: reformat tauri config and expand release workflow to include s…
AteebNoOne 315cd02
feat: Transition to open source under AGPL-3.0 and enhance contributi…
AteebNoOne 494903b
chore: update licensing information in documentation and add NOTICE file
AteebNoOne e8231cc
chore: update security policy, improve pnpm setup documentation, and …
AteebNoOne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| name: Bug report | ||
| description: Report a problem with Teebot Flow | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to report an issue. | ||
| - type: input | ||
| id: summary | ||
| attributes: | ||
| label: Summary | ||
| description: Short description of the bug | ||
| placeholder: "Example: Delivery challan creation fails for archived customers" | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: steps | ||
| attributes: | ||
| label: Steps to reproduce | ||
| placeholder: 1. Open the app | ||
| description: List the steps needed to reproduce the issue. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expected | ||
| attributes: | ||
| label: Expected behavior | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: actual | ||
| attributes: | ||
| label: Actual behavior | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: environment | ||
| attributes: | ||
| label: Environment | ||
| placeholder: OS, version, build channel, etc. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Security report | ||
| url: https://github.com/iTeebot/flow/security/advisories/new | ||
| about: Report security vulnerabilities privately via GitHub's advisory form before using public channels. | ||
| - name: Questions and discussion | ||
| url: https://github.com/teebot/teebot-flow/discussions | ||
| about: Ask questions or discuss the project with the community. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| name: Feature request | ||
| description: Suggest an idea for Teebot Flow | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for suggesting a feature. | ||
| - type: input | ||
| id: summary | ||
| attributes: | ||
| label: Feature summary | ||
| placeholder: "Example: Add bulk invoice export" | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: problem | ||
| attributes: | ||
| label: Problem to solve | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: proposal | ||
| attributes: | ||
| label: Proposed solution | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: alternatives | ||
| attributes: | ||
| label: Alternatives considered |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| ## Summary | ||
|
|
||
| Describe the change you made and why it matters. | ||
|
|
||
| ## Related issue | ||
|
|
||
| - Fixes # | ||
|
|
||
| ## What changed | ||
|
|
||
| - Bullet list of the main updates | ||
| - Mention any docs or tests updated | ||
|
|
||
| ## Verification | ||
|
|
||
| - [ ] Local build or checks were run | ||
| - [ ] Manual testing completed | ||
| - [ ] Documentation updated if needed |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,3 +26,6 @@ dist-ssr | |
| /public/releases/linux | ||
| /public/releases/win | ||
| releases/ | ||
| credentials.txt | ||
| build/ | ||
| *.snap | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [0.0.5] - 2026-07-12 | ||
|
|
||
| ### Added | ||
|
|
||
| - Inventory management | ||
| - Customer management | ||
| - Delivery Challan system | ||
| - Dashboard KPIs | ||
| - PDF export | ||
| - Multi-language support (English/Urdu) | ||
| - Dark/Light theme | ||
| - User authentication with bcrypt | ||
| - Encrypted backup/restore | ||
| - Company profile management | ||
| - Quotation management | ||
| - Invoice management | ||
| - Analytics dashboard | ||
| - Audit logging | ||
| - Multi-user support | ||
|
|
||
| ### Changed | ||
|
|
||
| - Nothing | ||
|
|
||
| ### Fixed | ||
|
|
||
| - Nothing |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| # Contributor Covenant Code of Conduct | ||
|
|
||
| ## Our pledge | ||
|
|
||
| We pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. | ||
|
|
||
| We pledge to act and interact in ways that contribute to an open, welcoming, diverse, and inclusive community. | ||
|
|
||
| ## Our standards | ||
|
|
||
| Examples of behavior that contributes to a positive environment include: | ||
|
|
||
| - Using welcoming and inclusive language | ||
| - Being respectful of differing viewpoints and experiences | ||
| - Gracefully accepting constructive feedback | ||
| - Focusing on what is best for the community | ||
| - Showing empathy toward other community members | ||
|
|
||
| Examples of unacceptable behavior include: | ||
|
|
||
| - The use of sexualized language or imagery and unwelcome sexual attention or advances | ||
| - Trolling, insulting or derogatory comments, and personal or political attacks | ||
| - Public or private harassment | ||
| - Publishing others’ private information without explicit permission | ||
| - Any other conduct that could reasonably be considered inappropriate in a professional setting | ||
|
|
||
| ## Enforcement responsibilities | ||
|
|
||
| Project maintainers are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. | ||
|
|
||
| ## Scope | ||
|
|
||
| This Code of Conduct applies within all project spaces and in public spaces when an individual is representing the project or its community. | ||
|
|
||
| ## Enforcement | ||
|
|
||
| Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainers via the repository’s contact channels. All complaints will be reviewed and investigated promptly and fairly. | ||
|
|
||
| ## Attribution | ||
|
|
||
| This Code of Conduct is adapted from the Contributor Covenant, version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html. |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.