1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-21 22:29:38 +02:00
Maybe/app/javascript/controllers
Christian dc024d63b0
Feature/profile image uploads (#687)
* Introduce ActiveStorage

* Add active storage related service gems

* Update storage.yml

* Install image processing gem
- sudo apt-get install libvips (required dependency)

* Set default active storage service

* Add profile image to user model

* Amend form to allow profile images to be saved, introduce stimulus controller.

* Purge image when form is blank

* Update markup/stimulus controller

* Add test for profile image uplaods

* Add profile image validation

* Use rails guide gem versions

* Use correct ERB syntax and make all storage options configurable

* Ensure form submits when user clears profile image

* Add profile image thumbnail method

* Extract profile image to a partial

* Updates env.example and storage.yml

* Fix bug with double form save

* Add profile image to the sidenav

* Update production config

* Fix ERB formatting

* normalize en.yml

* Handle non-square images

* Use pre-processing on thumbnail variant

* Resovle gemfile.lock issues

* Rubocop style changes

---------

Signed-off-by: Christian <47796704+crobbo@users.noreply.github.com>
Co-authored-by: Christian Robinson <christian@robbo.dev>
2024-04-30 13:38:33 -04:00
..
account_collapse_controller.js Fix event handler removal on disconnect (#540) 2024-03-11 17:42:18 -04:00
application.js Add ability to delete Maybe account (#698) 2024-04-30 11:40:31 -04:00
auto_submit_form_controller.js Update self host settings page styles (#677) 2024-04-25 14:55:39 -04:00
element_removal_controller.js Add notification UI (#449) 2024-02-13 09:19:11 -06:00
hotkey_controller.js New Settings Menu, Routes and Controllers Organization (#641) 2024-04-18 07:56:51 -04:00
index.js Initial commit 2024-02-02 09:05:04 -06:00
list_filter_controller.js Allow user to search transaction categories (#577) 2024-03-29 10:02:15 -04:00
list_keyboard_navigation_controller.js Improve account modal keyboard navigation (#424) 2024-02-11 13:17:03 -06:00
menu_controller.js Basic transaction categories CRUD actions (inline) (#601) 2024-04-04 17:29:50 -04:00
merchant_avatar_controller.js Add Transaction Merchant management (#686) 2024-04-29 15:17:28 -04:00
modal_controller.js Add inline category selection (#541) 2024-03-14 10:30:36 -04:00
money_field_controller.js Shared money input should respond to change in currency (#654) 2024-04-20 08:07:06 -04:00
pie_chart_controller.js Add pie chart for asset/debt allocation in dashboard view (#666) 2024-04-23 12:05:18 -04:00
profile_image_preview_controller.js Feature/profile image uploads (#687) 2024-04-30 13:38:33 -04:00
select_controller.js Basic transaction categories CRUD actions (inline) (#601) 2024-04-04 17:29:50 -04:00
tabs_controller.js Small redesign of transaction filters (#650) 2024-04-18 17:05:37 -04:00
time_series_chart_controller.js Add trends to sidebar account list (#697) 2024-04-29 09:56:38 -04:00