Rajat Talesra
|
93f73636c7
|
Post bootstrap changes - remove headings from admin.scss (#19019)
* h1 and h2 design fixes
* h2 redesign fixes
* Removed incorrect code
* Revert incorrect test code
* h3 heading redesign
* h4,h4,h5 headings redesign
* Minor design fixes
* Fixed all heading styles
* Test case fix
* Revert incorrect if condition
* Revert incorrect if condition
* Removed non required div
|
2023-02-02 15:52:35 +05:30 |
|
Rajat Talesra
|
bec8283399
|
Remove bootstrap from admin/consumer_apps & admin/welcome and use Crayons (#18861)
* Removed bootstrap from admin/consumer_apps
* Removed bootstrap from admin/weclome
* Nit fix
* Minor design fix
|
2022-12-20 11:48:33 +05:30 |
|
Fernando Valverde
|
f34b2203d3
|
Make Consumer Apps dictate aasa results (#14015)
* Makes Consumer Apps dictate aasa results
* progress with ConsumerApp query
* Adds Team ID migration + Stimulus consumer_app_controller.js
* Adds cypress tests
* Adds Backfill data_update_script + more specs & tweaks
* Remove file added by mistake
* Comment typo
* Small tweaks + improved specs
* Update lib/data_update_scripts/20210622145212_backfill_forem_consumer_app_team_id.rb
Co-authored-by: Jamie Gaskins <jamie@forem.com>
* Update spec/lib/data_update_scripts/backfill_forem_consumer_app_team_id_spec.rb
Co-authored-by: rhymes <github@rhymes.dev>
* Make use of create! and log errors to ForemStatsClient
* Fix specs
* Add mock_rpush call as suggested in review
* Add Review suggestions
* Fix tests
* Remove redundant assert in spec
Co-authored-by: Jamie Gaskins <jamie@forem.com>
Co-authored-by: rhymes <github@rhymes.dev>
|
2021-06-24 08:36:11 -06:00 |
|
Fernando Valverde
|
e602d50d32
|
Push Notification multi app support (#13304)
* PushNotificationTarget model + /admin/push_notifications (index)
* Admin panel CRUD + request tests
* Migrate Redis backed Rpush model responsibilities into PushNotificationTarget
* Fix failing specs
* Fix conflicts + clean up test by using constant reference
* Removed unused policy
* policy + services + misc feedback
* PushNotificationTarget refactored to AppIntegration
* Review feedback
* Some small cleanup
* Refactor AppIntegration -> ConsumerApp
* Fixing specs
* Trigger Travis
* More naming refactor changes
* Refactor services into queries
* Revert to where(...).first, fix typo and tests
* Apply suggestions from code review
Co-authored-by: rhymes <rhymes@hey.com>
* PR review feedback - create_or_find_by, validations, renaming + more tests
* Fix aria-label text
* Remove unnecessary individual index - composite index will do
Co-authored-by: rhymes <rhymes@hey.com>
|
2021-04-21 17:13:01 -06:00 |
|