This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-07-19 13:19:39 +02:00
Code
Issues
Releases
Activity
Actions
1
8539ac7dec
Maybe
/
app
/
models
/
crypto.rb
12 lines
124 B
Ruby
Raw
Normal View
History
Unescape
Escape
Account namespace updates: part 1 (#893) * Rename accountable types * Merge conflicts * Fix broken tests * Add back sidebar changes
2024-06-20 07:26:25 -04:00
class
Crypto
<
ApplicationRecord
include
Accountable
Rework account views and addition flow (#1324) * Move accountable partials * Split accountables into separate view partials * Fix test * Add form to permitted partials * Fix failing system tests * Update new account modal views * New sync algorithm implementation * Update account system test assertions to match new behavior * Fix off by 1 date error * Revert new balance sync algorithm * Add missing account overviews
2024-10-18 14:37:42 -04:00
def
color
"
#
737373
"
end
Account Activity View + Account Forms (#1406) * Remove balance mode, sketch out refactor * Activity view checkpoint * Entry partials, checkpoint * Finish txn partial * Give entries context when editing for different turbo responses * Calculate change of balance for each entry * Account tabs consolidation * Translations, linting, brakeman updates * Account actions concern * Finalize forms, get account system tests passing * Get tests passing * Lint, rubocop, schema updates * Improve routing and stream responses * Fix broken routes * Add import option for adding accounts * Fix system test * Fix test specificity * Fix sparklines * Improve account redirects
2024-11-04 20:27:31 -05:00
def
icon
"
bitcoin
"
end
Account namespace updates: part 1 (#893) * Rename accountable types * Merge conflicts * Fix broken tests * Add back sidebar changes
2024-06-20 07:26:25 -04:00
end
Copy permalink