This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
Mahmoud-Emad 7b15606da5 refactor: Remove unnecessary debug print statements
- Removed several `println!` statements from the `governance`
  controller and `proposals` database module to improve code
  cleanliness and reduce unnecessary console output.
- Updated the `all_activities.html` template to use the
  `created_at` field instead of `timestamp` for activity dates.
- Updated the `index.html` template to use the `created_at`
  field instead of `timestamp` for activity timestamps.
- Added `#[allow(unused_assignments)]` attribute to the
  `create_activity` function in `proposals.rs` to suppress a
  potentially unnecessary warning.
2025-05-28 09:24:56 +03:00
2025-05-05 11:32:09 +03:00
2025-04-19 19:11:13 +02:00
2025-04-19 16:45:14 +00:00

hostbasket

Description
No description provided
Readme 738 KiB
Languages
HTML 55%
Rust 40.9%
JavaScript 3.6%
Shell 0.3%
CSS 0.2%