Skip to content

Update DAO modal list UI#1429

Draft
dnlbui wants to merge 5 commits into
mainfrom
issue-1414-dao-modal-list-ui
Draft

Update DAO modal list UI#1429
dnlbui wants to merge 5 commits into
mainfrom
issue-1414-dao-modal-list-ui

Conversation

@dnlbui

@dnlbui dnlbui commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

What Changed

This PR updates the DAO entry modal into a proposal-list-first UI for Phase 1.A.

  • DaoModal keeps the existing modal shell while adding the Active/Archived segmented control, status filter counts, independently scrolling proposal list, and anchored floating add button behavior.
  • DAO proposal rows now render compact metadata and preview compartments for voting, review, results, and reward-related states.
  • dao.repo.js and dao.mock-data.js adapt local proposal data to the status/type shape needed to exercise the list UI before backend integration.

Placeholders And Follow-Up

This is intentionally still a UI/class-structure step. Route-specific vote/review/result/reward screens remain placeholders or existing detail behavior for now, and the local/mock DAO data is kept only to prove list rendering, filters, and row previews.

Later DAO issues will replace this mock data and wire the real backend/query/action paths, especially Phase 1.B and the later review, voting, results, rewards, and ready-action issues.

Why

Issue #1414 scopes the first DAO pass to the modal/list experience before real DAO backend integration. This keeps the first PR reviewable while preserving hooks for the later route and transaction phases tracked by the parent epic.

Validation

  • node --check app.js
  • node --check dao.repo.js
  • node --check dao.mock-data.js
  • git diff --check main...HEAD

Closes #1414
Parent: #1413

dnlbui added 3 commits June 30, 2026 12:29
* Introduced functions to add UI stress fixtures for DAO proposals, improving testing capabilities.
* Enhanced rendering logic for DAO proposal previews, including vote counts and state labels.
* Updated the DAO modal to support new UI elements and improved accessibility attributes.
* Refactored CSS for better layout and responsiveness in the DAO modal.

This update aims to improve the user experience and facilitate better testing of DAO proposal states and interactions.
@dnlbui

dnlbui commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator Author

@codex

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6107749f16

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread app.js Outdated
dnlbui added 2 commits July 1, 2026 16:03
* Removed unused functions related to DAO display and voting logic to streamline the codebase.
* Updated CSS for DAO modal rows, improving layout and responsiveness.
* Enhanced compartment rendering by adjusting padding and alignment for better visual consistency.

This update aims to simplify the code and improve the user interface of the DAO modal.
* Renamed and refactored the timestamp formatting function for clarity and improved output.
* Removed unused compartment rendering functions to streamline the code.
* Updated CSS for DAO modal rows, enhancing layout, alignment, and overall visual consistency.

This update aims to simplify the code and improve the user interface of the DAO modal.
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.

Phase 1.A: DAO Modal, List Shape, And Filter Dropdown UI

1 participant