Julia Nguyen
Julia Nguyen
I'm having trouble getting an actual email to send in the development environment. I set `config.action_mailer.smtp_settings` in development.rb. I also set the same email in `config.mailer_sender` in devise.rb. When I...
# Description Currently, users can specify the days they want to be notified of Medication reminders. This notification is sent at 12:00 am, at the beginning of each day. We...
# Description It would be useful to be able to filter Moments posts by: * Secret Share enabled * No viewers * At least one viewer * Comments enabled *...
# Description We've already done some significant work to improve performance (please note on production) including - Code splitting in Webpack 4 - Inline rendering of CSS and Rails JS...
# Description We want to give users the option of being able to download their account data. Let's include a button on the Account page (when a user is signed...
# Description Our [Resources](https://www.if-me.org/resources) has a wealth of tagged resources that we can leverage for basic recommendations in the app. Based on what a user has inputted in their Moments...
Thanks so much for such an awesome tool. Just set it up for my mental health open source project https://github.com/ifmeorg/ifme. I notice it works for issue comments, but does it...
Through config, is it possible to specify specific stylesheets to be injected to a page first over others?
# Description Write unit tests for client/app/utils/index.js Functions include: * `randomString` * `setCsrfToken` * `getPusher` * `renderContent` --- Please assign yourself (via the Assignees dropdown), if you do want to...
# Description In the [Tooltip component](http://design.if-me.org/?path=/docs/components-tooltip--element-is-text) ([code](https://github.com/ifmeorg/ifme/blob/main/client/app/components/Tooltip/index.jsx)), the element that opens the tooltip has an `aria-labelledby` attribute on it so that it can be associated with the element with `role="tooltip"`....