1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Feedback page (#1160)

* Add feedback page

* Only show latest release on changelog

* Constrain changelog height

* Ignore sanitization warning for Github content

* Add cassette for Github release notes

* Lint fix
This commit is contained in:
Zach Gollwitzer 2024-09-09 16:54:56 -04:00 committed by GitHub
parent c30c1b9698
commit eebc07d75e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 310 additions and 37 deletions

View file

@ -31,7 +31,7 @@ class PagesController < ApplicationController
end
def changelog
@releases_notes = Provider::Github.new.fetch_latest_releases_notes
@release_notes = Provider::Github.new.fetch_latest_release_notes
end
def feedback