Ecosystem metrics
- New Repos
- 29
- New
- Commits
- 717
- down 2.2%
- Releases
- 5
- up 25.0%
- Contributors
- 46
- down 17.9%
- Merges
- 28
- up 27.3%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
10817 commits in all time
May 07, 2026 05:31 – Aug 05, 2026 05:31 UTC
chore(deps): update semantic-release monorepo
8afbe0a4
renovate/major-semantic-release-monorepo
2/204 ++ 330 --
Merge 8af35133b70eeac806c01777969fd4314a7b2e33 into 40a57d59e32cee150af4e0a9fbf1327939f04a98
7efed9ca
pull/1119/merge
1/3 ++ 3 --
Bump fast-uri from 3.1.0 to 3.1.5
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.5. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.5) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
8af35133
dependabot/npm_and_yarn/fast-uri-3.1.5
1/3 ++ 3 --
Merge aab07cc933d38d07fb9d5876a585d6457f93fb5f into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
a674f8c4
pull/66/merge
10/1,149 ++ 1,264 --
chore(deps): Update all non-major dependencies
aab07cc9
renovate/all-non-major-dependencies
10/1,149 ++ 1,264 --
Merge 65b0310516ac9e29d597a8c50fb29fb98b3ba99d into da0a0f56530ee6a406a5f4fcbcb7bc7ac373fb71
c663c29f
pull/381/merge
123/3,145 ++ 492 --
refactor: add in onboarding and developer setting fixes for Falcon25
65b03105
falcon25
9/125 ++ 11 --
Merge 963e8a0aa2ae79ed8396ba9f74a354222f03b348 into 88ec00e5c5198d1382753e4b4f8f3f1d44c1ceb3
a43331ae
pull/2/merge
1/285 ++ 0 --
Merge f27329e6eb981b71a0d6f59323b87f9a37982df6 into da0a0f56530ee6a406a5f4fcbcb7bc7ac373fb71
7c85e27b
pull/381/merge
115/3,020 ++ 481 --
docs: add in falcon25 to mermaid diagram
44a65fd7
falcon25
1/7 ++ 0 --
refactor: add more fnet reference updates
9513ae29
falcon25
14/62 ++ 24 --
Merge dbcaa13455f1da6f4a7cb171a4cf1edb674bbcba into da0a0f56530ee6a406a5f4fcbcb7bc7ac373fb71
cad79fe7
pull/381/merge
104/2,947 ++ 454 --
feat: switch to seed for SignFalconBundle
dbcaa134
falcon25
37/669 ++ 78 --
feat: frontend: view/edit mode for the manage period page
- `/manage/period/$periodId` now has two faces. Edit is opt-in via `?mode=edit`; View is the absence of the param, and `validateSearch` normalises any other value to View. A View/Edit toggle sits in the header, hidden when there is no wallet or the period is frozen. - Every write affordance now gates on one flag, `showEditControls` (`sdk && mode === 'edit' && editable`). They previously used three different gates: `sdk` alone for the period body form and the topic Edit/Add body buttons, nothing at all for Add topic, and `status === 'upcoming' && !ready && sdk` for the schedule, topic options and election picker — so a ready or ended period showed a half-editable page. - Drops the `status === 'upcoming'` condition. `editPeriod` asserts only operator, `!ready` and `end > start`, so a draft whose voting window has passed is still editable on chain; gating on status hid the one field needed to fix it. - A ready period keeps its editors live in Edit mode and shows a warning that saves will fail until it is reverted to draft. The contract, not the UI, rejects the write. - New `src/utils/periodEditing.ts` with `periodHasVotes` and `periodFrozen`, shared by the list and the detail page. A ready period with votes cast is frozen: the contract blocks `setReady(false)`, so it gets no Edit affordance and no toggle. - The detail page waits for `usePeriods` before rendering. `ready` comes from that query and falls back to `false`, so until it resolved a frozen period read as a draft — enabled Mark ready, visible toggle, honoured `?mode=edit`. - Assignment-warning copy branches on the period's own state (draft / ready with no votes / voted) instead of the edit gate, which claimed a revertible period could no longer be corrected. - Manage list: the title cell links to View, and the actions column holds a single button per row — Edit, or View for a frozen period. Periods with no body read `Untitled` rather than an em dash. - Add period and Add topic return to `?mode=edit` instead of dropping the operator into View. - Upcoming status chip is pink; it was `bg-accent`, which renders the same as `--muted` in light mode.
8ebd63cf
feat/last-option-abstain
7/141 ++ 42 --
chore: update Package.swift for v0.0.16
6fba88a4
fnet
1/2 ++ 2 --
fix: switch to seed for SignFalconBundle
d7b43679
fnet
4/39 ++ 20 --
Merge 739348b42680be169640156f10526727c0cf8b74 into da0a0f56530ee6a406a5f4fcbcb7bc7ac373fb71
f39ebbec
pull/376/merge
17/123 ++ 66 --