bisq-network/bisq
View on GitHub[UI] Increase "Proposals of current cycle" table size to fit the window
Open
#3,229 opened on Sep 9, 2019
3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java4,505 stars (4,505 stars)1,292 forks (1,292 forks)batch import
good first issuein:gui
Description

Contributor guide
- Tech stack
- javacss
- Domain
- desktop
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic JavaFX knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 80
- Research direction
- Locate the UI component for the 'Proposals of current cycle' table, likely in a JavaFX FXML file or a Java class. Adjust its size constraints or layout to fill the window, possibly by modifying the table's preferred size or using a layout that stretches it. Check the bisq repository's UI code structure for similar patterns.