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-22 06:39:39 +02:00
Code
Issues
Releases
Activity
Actions
4ad28d6eff
Maybe
/
app
/
controllers
/
settings_controller.rb
4 lines
76 B
Ruby
Raw
Normal View
History
Unescape
Escape
CSV Transaction Imports (#708) Introduces a basic CSV import module for bulk-importing account transactions. Changes include: - User can load a CSV - User can configure the column mappings for a CSV - Imported CSV shows invalid cells - User can clean up their data directly in the UI - User can see a preview of the import rows and confirm import - Layout refactor + Import nav stepper - System test stability improvements
2024-05-17 09:09:32 -04:00
class
SettingsController
<
ApplicationController
Fix: Omit layout for turbo frames with custom sidebar layout (#1024) * Define layout method * Use with_sidebar method --------- Co-authored-by: Pranav Babu <babu@maindeck.io>
2024-07-26 18:00:41 +02:00
layout
:with_sidebar
CSV Transaction Imports (#708) Introduces a basic CSV import module for bulk-importing account transactions. Changes include: - User can load a CSV - User can configure the column mappings for a CSV - Imported CSV shows invalid cells - User can clean up their data directly in the UI - User can see a preview of the import rows and confirm import - Layout refactor + Import nav stepper - System test stability improvements
2024-05-17 09:09:32 -04:00
end
Copy permalink