Ecosystem metrics
- New Repos
- 46
- New
- Commits
- 740
- down 6.7%
- Releases
- 4
- up 0.0%
- Contributors
- 50
- down 15.3%
- Merges
- 30
- up 25.0%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
11170 commits in all time
May 06, 2026 12:12 – Aug 04, 2026 12:12 UTC
fix: frontend: input label spacing
Fix labels sitting too close to their inputs. In Tailwind v4, `space-y-*` sets margin-bottom on the label, and a plain `<label>` is inline — inline elements ignore top and bottom margins, so the spacing did nothing. `ui/label.tsx` is now `block`, which takes the gap from 1.8px to the 8px it was meant to be, in every form.
f00c9509
feat/last-option-abstain
1/3 ++ 1 --
chore: frontend: period title in manage list with UTC date range
- Show the period title in the /manage list. New Title column, and the whole row is now one `PeriodTableRow` component so the period body is read once per row instead of twice — the title and the ballot label both come from it, and the list query doesn't include it. - The voting window column now shows dates only, with the full UTC times on hover. This needed a new `formatDateRangeUTC`: the existing `formatDateRange` uses the viewer's timezone, and the manage panel works in UTC, so it could show a different day than the tooltip below it. - Sample data: election ballots read Support / Veto / Abstain, matching what the manage UI writes.
b9168136
feat/last-option-abstain
3/95 ++ 46 --
feat: frontend: enforce last topic option is abstain in manage page
- Mirror the GT_OA rule from `ensureValidOptions` in the manage panel, so an operator cannot build an option list the contract will reject. - There's a fixed row with "Abstain" option, locked and without move/remove controls. Both editors hold only the custom options and append Abstain at call time. - Frontend is even stricter than the contract: enforces `MIN_CUSTOM_OPTIONS=2` (at least two non-abstain options) and rejects an operator-typed Abstain in any casing. - Create a new utils file for topic options to centralize validation for add/edit topic options. Also adds the missing duplicate-option check to AddTopic.
db4a4a03
feat/last-option-abstain
4/165 ++ 71 --
Deploying to gh-pages from @ scholtz/wallet@15999bf9d23404aa93b97c24ee4119b06aad9edc 🚀
8d6af633
gh-pages
10/20 ++ 20 --
fix: resolve genesis ID mismatch for custom network transactions
15999bf9
master
5/140 ++ 2 --
Merge 3fab95d0bd2a5cd3600633c96c613b470787f547 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
ea12da09
pull/434/merge
5/432 ++ 0 --
feat: add slot validation to seed derivation functions and corresponding tests
707d15ac
master
4/43 ++ 0 --
Merge 8108e666dc7fec7322ad526555183b4af048d7e8 into 5fedc0fbbdc30073db774f16a5cca46dc735c1ca
c7109a9e
pull/322/merge
4/630 ++ 232 --
Added 'Under the hood' section in the page
8108e666
docs/account-management-update-code-example
1/15 ++ 13 --
Merge 25f91f53ade096fadf052e1483da1a891a3c18eb into 564e5164780b79ae9404e80ca411ff99814b74ca
85ce30ce
pull/596/merge
6/125 ++ 23 --
feat: defeer note size validation to algod to allow larger notes
25f91f53
feat/v42
4/35 ++ 15 --
Merge 7c93732f8bc19ac1b4ff21569b037f93c8ce695c into a06f0e8e671d1760d708fab4da7bfa240de2448c
b2ac0cb1
pull/181/merge
1/10 ++ 0 --
Merge 365c85cbb25f1407e033ba6f81af8a12dadb669c into f83e46c9513beeb52415168fc9ea344dea8a089d
8193cb09
pull/469/merge
2/107 ++ 34 --
chore(deps-dev): bump black from 25.1.0 to 26.3.1 in /assets/arc-0020
Bumps [black](https://github.com/psf/black) from 25.1.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
365c85cb
dependabot/pip/assets/arc-0020/black-26.3.1
2/107 ++ 34 --
Merge 355f9b5fcba7fb1200b4bd41a39a6d94127487d4 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
fc23ad3f
pull/66/merge
10/1,152 ++ 1,267 --