Skip to content

Commit

Permalink
Added all filter
Browse files Browse the repository at this point in the history
  • Loading branch information
itskundanhere committed Oct 13, 2024
1 parent 015796e commit 88c0784
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/programs screen/summer_of_bitcoin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class SummerOfBitcoin extends StatefulWidget {
}

class _SummerOfBitcoinState extends State<SummerOfBitcoin> {
List<String> selectedOrganizations = [];
List<String> selectedProposals = ['All'];
List<SobProjectModal> sob2023 = [];
List<SobProjectModal> sob2022 = [];
List<SobProjectModal> sob2021 = [];
Expand Down Expand Up @@ -101,6 +103,7 @@ class _SummerOfBitcoinState extends State<SummerOfBitcoin> {
}

List<String> languages = [
'All',
'Rust miniscript',
'Core Lightning',
'LDK',
Expand Down

0 comments on commit 88c0784

Please sign in to comment.