Revert "plugins: remove Crowdfunding and Bounties"
authortobtoht <tob@featherwallet.org>
Wed, 12 Nov 2025 12:35:11 +0000 (13:35 +0100)
committertobtoht <tob@featherwallet.org>
Wed, 12 Nov 2025 14:25:16 +0000 (15:25 +0100)
commit4ad4709fb5deb636de4ccd3be28dae73ac028ac3
tree677b45b9aefdaece7e713861749f1fb7fc172f53
parent7e8ba768b7d3215c33bb571c271cc97494652b90
Revert "plugins: remove Crowdfunding and Bounties"

partial revert, keep CCS for now
12 files changed:
CMakeLists.txt
src/plugins/crowdfunding/CCSEntry.h [new file with mode: 0644]
src/plugins/crowdfunding/CCSModel.cpp [new file with mode: 0644]
src/plugins/crowdfunding/CCSModel.h [new file with mode: 0644]
src/plugins/crowdfunding/CCSProgressDelegate.cpp [new file with mode: 0644]
src/plugins/crowdfunding/CCSProgressDelegate.h [new file with mode: 0644]
src/plugins/crowdfunding/CCSWidget.cpp [new file with mode: 0644]
src/plugins/crowdfunding/CCSWidget.h [new file with mode: 0644]
src/plugins/crowdfunding/CCSWidget.ui [new file with mode: 0644]
src/plugins/crowdfunding/CrowdfundingPlugin.cpp [new file with mode: 0644]
src/plugins/crowdfunding/CrowdfundingPlugin.h [new file with mode: 0644]
src/utils/config.cpp