Skip to content

feat: group actions screen#259

Merged
pauldelucia merged 8 commits into
v0.9-devfrom
feat/group-actions-screen
May 9, 2025
Merged

feat: group actions screen#259
pauldelucia merged 8 commits into
v0.9-devfrom
feat/group-actions-screen

Conversation

@pauldelucia
Copy link
Copy Markdown
Member

@pauldelucia pauldelucia commented May 8, 2025

Summary by CodeRabbit

  • New Features

    • Added comprehensive documentation and official license files for multiple Noto Sans font families, including Arabic, Devanagari, Hebrew, Japanese, Khmer, Korean, Simplified Chinese, Traditional Chinese, and Thai.
    • Extended environment variable templates to support Devnet and Local network environments.
  • Bug Fixes

    • Updated workflow configuration for improved ARM Linux build compatibility.
  • Chores

    • Upgraded and cleaned up dependencies, increased minimum Rust version, and updated package metadata.
    • Improved .gitignore to exclude additional files and directories.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 8, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

This update introduces new environment variable templates for Devnet and Local network in .env.example, adjusts ARM64 runner labeling and platform checks in the release workflow, and expands .gitignore with new entries. The Cargo.toml file receives numerous dependency upgrades, removals, and additions, and the project now includes licensing and documentation files for multiple Noto Sans font families.

Changes

File(s) Change Summary
.env.example Added example environment variable configurations for Devnet and Local network, including UI flags, DAPI addresses, core host/RPC details, and Insight API URLs. Existing Mainnet/Testnet sections unchanged except for a newline.
.github/workflows/release.yml Changed ARM64 build runner from multiple self-hosted tags to "ubuntu-22.04-arm" label; updated conditional for ARM Linux build from matrix.platform == 'arm64' to matrix.platform == 'arm64-linux'.
.gitignore Added test_db, explorer.log, .gitaipconfig to ignored files; commented out Cargo.lock to track it; added **/.DS_Store wildcard; ensured trailing newline.
Cargo.toml Bumped version to 0.9.0; raised MSRV to 1.85; upgraded, removed, and added multiple dependencies (notably egui, eframe, thiserror, serde, tokio, etc.); updated dash-sdk git URL; removed accesskit, strum, copypasta, bs58, grovedb-version, tokio-util; added egui_commonmark, enum-iterator; reordered and reformatted some dependency entries.
assets/Fonts/Noto_Sans/OFL.txt, assets/Fonts/Noto_Sans_Arabic/OFL.txt, ... Added SIL Open Font License (OFL) Version 1.1 text files for Noto Sans, Noto Sans Arabic, Devanagari, Hebrew, JP, KR, Khmer, SC, TC, and Thai font families.
assets/Fonts/Noto_Sans/README.txt, assets/Fonts/Noto_Sans_Arabic/README.txt, ... Added README documentation for each Noto Sans font family (Noto Sans, Arabic, Devanagari, Hebrew, JP, KR, Khmer, SC, TC, Thai), detailing variable/static font files, usage instructions, resource links, installation guides, and licensing information.

Sequence Diagram(s)

sequenceDiagram
    participant Developer
    participant Environment
    participant Workflow
    participant Cargo
    participant Fonts

    Developer->>Environment: Adds Devnet/Local network env vars
    Developer->>Workflow: Updates ARM64 runner label and platform check
    Developer->>Cargo: Upgrades, removes, adds dependencies
    Developer->>Fonts: Adds OFL license and README docs for font families
Loading

Possibly related PRs

Suggested reviewers

  • QuantumExplorer

Poem

In the warren where code and fonts entwine,
New licenses bloom, their terms align.
Devnet and Local, with configs so neat,
Runners now swift on ARMful feet.
Dependencies hop to the latest and best—
This rabbit approves, with a thump and a rest!
🐇✨


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@pauldelucia pauldelucia changed the base branch from master to v0.9-dev May 8, 2025 11:14
@pauldelucia pauldelucia marked this pull request as draft May 8, 2025 11:15
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Inline review comments failed to post. This is likely due to GitHub's limits when posting large numbers of comments. If you are seeing this consistently it is likely a permissions issue. Please check "Moderation" -> "Code review limits" under your organization settings.

Actionable comments posted: 1

🧹 Nitpick comments (13)
.gitignore (1)

26-26: Duplicate ignore pattern for .DS_Store
You now have both .DS_Store and **/.DS_Store. Consider removing one to avoid redundancy.

.env.example (2)

19-27: Use placeholders for credentials
The Devnet section uses fixed values (password) and leaves DEVNET_INSIGHT_API_URL empty. To avoid confusion or unintentional use of insecure defaults, replace sensitive or required fields with clear placeholders:

- DEVNET_CORE_RPC_PASSWORD=password
+ DEVNET_CORE_RPC_PASSWORD=<your_rpc_password>
- DEVNET_INSIGHT_API_URL=
+ DEVNET_INSIGHT_API_URL=<your_insight_api_url>

29-35: Placeholderize Local network credentials
The Local network section includes a concrete RPC password. Use a placeholder to encourage users to supply their own secure credentials:

- LOCAL_CORE_RPC_PASSWORD=08UxOLPtig8T
+ LOCAL_CORE_RPC_PASSWORD=<your_rpc_password>
assets/Fonts/Noto_Sans_SC/README.txt (1)

13-14: Typographical refinement: add comma after introductory phrase.
To improve readability, insert a comma after "In those cases":

-  Not all apps support variable fonts, and
-  in those cases you can use the static font files for Noto Sans SC:
+  Not all apps support variable fonts, and
+  in those cases, you can use the static font files for Noto Sans SC:
🧰 Tools
🪛 LanguageTool

[formatting] ~13-~13: Consider inserting a comma after an introductory phrase for better readability.
Context: ...ot all apps support variable fonts, and in those cases you can use the static font files for N...

(IN_THAT_CASE_COMMA)

assets/Fonts/Noto_Sans_KR/README.txt (1)

14-14: Add missing comma for clarity
Insert a comma after the introductory phrase to improve readability.

-  in those cases you can use the static font files for Noto Sans KR:
+  in those cases, you can use the static font files for Noto Sans KR:
assets/Fonts/Noto_Sans_Hebrew/README.txt (1)

15-15: Add missing comma for clarity
Insert a comma after the introductory phrase to improve readability.

-  in those cases you can use the static font files for Noto Sans Hebrew:
+  in those cases, you can use the static font files for Noto Sans Hebrew:
assets/Fonts/Noto_Sans_Arabic/README.txt (1)

14-15: Refine comma usage for improved readability.
Insert a comma after the introductory phrase "in those cases," in the sentence:
"Not all apps support variable fonts, and in those cases you can use the static font files for Noto Sans Arabic:"

🧰 Tools
🪛 LanguageTool

[formatting] ~14-~14: Consider inserting a comma after an introductory phrase for better readability.
Context: ...ot all apps support variable fonts, and in those cases you can use the static font files for N...

(IN_THAT_CASE_COMMA)

assets/Fonts/Noto_Sans_JP/README.txt (1)

14-15: Refine comma usage for improved readability.
Insert a comma after the introductory phrase "in those cases," in the sentence:
"Not all apps support variable fonts, and in those cases you can use the static font files for Noto Sans JP:"

assets/Fonts/Noto_Sans_Khmer/README.txt (1)

14-15: Refine comma usage for improved readability.
Insert a comma after the introductory phrase "in those cases," in the sentence:
"Not all apps support variable fonts, and in those cases you can use the static font files for Noto Sans Khmer:"

🧰 Tools
🪛 LanguageTool

[formatting] ~14-~14: Consider inserting a comma after an introductory phrase for better readability.
Context: ...ot all apps support variable fonts, and in those cases you can use the static font files for N...

(IN_THAT_CASE_COMMA)

assets/Fonts/Noto_Sans_Thai/README.txt (1)

15-15: Improve readability by adding a comma after "cases".

Inserting a comma will clarify the introductory phrase:

- Not all apps support variable fonts, and in those cases you can use the static font files for Noto Sans Thai:
+ Not all apps support variable fonts, and in those cases, you can use the static font files for Noto Sans Thai:
assets/Fonts/Noto_Sans/README.txt (1)

16-16: Improve readability by adding a comma after "cases".

Inserting a comma will clarify the introductory phrase:

- Not all apps support variable fonts, and in those cases you can use the static font files for Noto Sans:
+ Not all apps support variable fonts, and in those cases, you can use the static font files for Noto Sans:
assets/Fonts/Noto_Sans_Devanagari/README.txt (1)

15-15: Improve readability by adding a comma after "cases".

Inserting a comma will clarify the introductory phrase:

- Not all apps support variable fonts, and in those cases you can use the static font files for Noto Sans Devanagari:
+ Not all apps support variable fonts, and in those cases, you can use the static font files for Noto Sans Devanagari:
assets/Fonts/Noto_Sans_TC/README.txt (1)

14-14: Improve readability by adding a comma after "cases".

Inserting a comma will clarify the introductory phrase:

- Not all apps support variable fonts, and in those cases you can use the static font files for Noto Sans TC:
+ Not all apps support variable fonts, and in those cases, you can use the static font files for Noto Sans TC:
🛑 Comments failed to post (1)
.github/workflows/release.yml (1)

33-33: ⚠️ Potential issue

Invalid runner label
The label "ubuntu-22.04-arm" is not a standard GitHub-hosted runner. For ARM builds, either configure a self-hosted runner with this custom label or switch to a composite label spec, for example:

runs-on:
  - self-hosted
  - ubuntu-22.04
  - arm64

Please verify that this runner label exists in your environment.

🧰 Tools
🪛 actionlint (1.7.4)

33-33: label "ubuntu-22.04-arm" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2022", "windows-2019", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04", "macos-latest", "macos-latest-xl", "macos-latest-xlarge", "macos-latest-large", "macos-15-xlarge", "macos-15-large", "macos-15", "macos-14-xl", "macos-14-xlarge", "macos-14-large", "macos-14", "macos-13-xl", "macos-13-xlarge", "macos-13-large", "macos-13", "macos-12-xl", "macos-12-xlarge", "macos-12-large", "macos-12", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file

(runner-label)

@pauldelucia pauldelucia marked this pull request as ready for review May 9, 2025 08:43
@pauldelucia pauldelucia merged commit 06c66a2 into v0.9-dev May 9, 2025
1 check passed
@pauldelucia pauldelucia deleted the feat/group-actions-screen branch May 9, 2025 08:44
@coderabbitai coderabbitai Bot mentioned this pull request May 30, 2025
@coderabbitai coderabbitai Bot mentioned this pull request Jun 9, 2025
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.

2 participants