Commit Graph

9 Commits

Author SHA1 Message Date
Hugo Peixoto dcc6d1a991 Improve branding mechanisms 2023-09-20 14:19:35 +01:00
Hugo Peixoto 9058ed98f7 Adds payment page
Instead of sending all the payment details by email, we're now sending
only a link to a page on this platform. This is to help reduce questions
of whether the emails are from scammers or real.
2023-07-12 19:13:08 +01:00
Hugo Peixoto ee0dc75889 Add legal name and pronouns to members 2023-03-31 02:24:16 +01:00
Hugo Peixoto e9318b23d8 Small UI improvements
- Don't show dead ifthenpay link if there isn't one
- Remove actions from members#index in favor of members#show
- Display result count in members#index
- Increase table width in members#index
2023-02-26 13:03:36 +00:00
Hugo Peixoto 9dfdf3675b Fix image in emails 2022-09-28 00:18:19 +01:00
Hugo Peixoto 2705ad1611 Implement letter generation 2022-07-16 11:27:43 +01:00
Hugo Peixoto 882d0a51ed Add contribution actions and member deletion 2022-06-25 21:27:02 +01:00
Hugo Peixoto 57e976ef96 Add first iteration 2022-06-25 13:48:46 +01:00
Hugo Peixoto 46881d72bf rails new
rails new \
  --skip-action-cable \
  --skip-hotwire \
  --skip-jbuilder \
  --skip-system-test \
  -a propshaft \
  --database=postgresql .
2022-06-20 20:48:08 +01:00