Commit 1d22916
authored
feat(cat-voices): Integrate proposals list - Part 1 (#2162)
* proposals tabs + category selector widget
* feat: update url when category changes
* feat: proposals type as query param
* fix: full category name
* refactor: split widgets into separate files
* wip: proposals pagination part 1
* wip: Proposals filters model
* feat: integrate fav
* chore: add filters param to get proposals page request
* chore: proposals types count
* chore: moving classes and models around
* wip: counting proposals
* feat: counting final proposals
* feat: favorites count
* feat: my proposals count
* chore: final proposals action helper
* chore: mapping ref ver
* chore: cleanup code
* feat: count author search
* feat: finish proposals count query
* fix: melos flutter_rust_bridge version
* fix: empty category name
* chore: spelling
* chore: remove dummy page request delay
* chore: spelling
* chore: make analyser happy
* chore: make ProposalsSignal extend Equatable
* refactor: little refactor of methods in ProposalDao
* feat: emitting errors when fav change fails1 parent 1a562df commit 1d22916
File tree
57 files changed
+2183
-1980
lines changed- catalyst_voices
- apps/voices/lib
- dependency
- pages/proposals
- widgets
- routes/routing
- widgets
- cards
- pagination
- packages/internal
- catalyst_voices_blocs
- lib/src/proposals
- test/proposals
- catalyst_voices_models
- lib/src
- document/data
- pagination
- proposals
- proposal
- test/proposal
- catalyst_voices_repositories
- lib/src
- database
- dao
- model
- query
- document
- source
- dto/proposal
- proposal
- test/src/database/dao
- catalyst_voices_services
- lib/src/proposal
- test/src/proposal
- catalyst_voices_view_models/lib/src
- proposals
- proposal
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+2183
-1980
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
178 | | - | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
199 | | - | |
| 200 | + | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| |||
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
| 210 | + | |
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| |||
Lines changed: 0 additions & 35 deletions
This file was deleted.
0 commit comments