Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Patch notes #18

Merged
merged 34 commits into from
Nov 9, 2022
Merged

Conversation

Alystrasz
Copy link
Contributor

@Alystrasz Alystrasz commented Oct 15, 2022

Display Northstar release notes in application.

image


TODOs
  • Scrollbar
  • Keep menu visible when scrolling
  • Dates style (use dark theme?)
  • Display a loader while fetching notes
  • Ensure HTTP call is not done on main thread

@Alystrasz Alystrasz marked this pull request as ready for review November 8, 2022 18:04
Copy link
Member

@GeckoEidechse GeckoEidechse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome to see this come close to completion :D

Once the remarks are resolved it should be ready to merge ^^

src-tauri/src/github/mod.rs Outdated Show resolved Hide resolved
src-tauri/src/github/release_notes.rs Outdated Show resolved Hide resolved
src-vue/src/utils/ReleaseInfo.d.ts Outdated Show resolved Hide resolved
src-vue/src/views/ChangelogView.vue Show resolved Hide resolved
src-vue/src/views/ChangelogView.vue Outdated Show resolved Hide resolved
src-vue/src/views/ChangelogView.vue Show resolved Hide resolved
src-tauri/src/github/release_notes.rs Outdated Show resolved Hide resolved
src-vue/src/views/ChangelogView.vue Show resolved Hide resolved
src-vue/src/views/ChangelogView.vue Show resolved Hide resolved
@GeckoEidechse
Copy link
Member

Actually it would also be really nice if we could add contributor github profile pic (or replace name with it) but that should be its own PR after this one has been merged so as to not delay this PR too much ^^

@GeckoEidechse
Copy link
Member

Just noticed it also doesn't do some image embeds properly yet. No clue what's going on with this one in particular ^^

screenshot

Alystrasz and others added 5 commits November 8, 2022 23:25
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
@Alystrasz
Copy link
Contributor Author

Alystrasz commented Nov 8, 2022

Just noticed it also doesn't do some image embeds properly yet. No clue what's going on with this one in particular ^^

Good point, the second regex seems to capture and replace Markdown images while it shouldn't.

Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
src-vue/src/style.css Outdated Show resolved Hide resolved
src-vue/src/views/ChangelogView.vue Outdated Show resolved Hide resolved
Copy link
Member

@GeckoEidechse GeckoEidechse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks all good now (also in testing)

@GeckoEidechse
Copy link
Member

Squash merging due to large number of commits.

@GeckoEidechse GeckoEidechse merged commit 32fd7e3 into R2NorthstarTools:main Nov 9, 2022
@Alystrasz Alystrasz deleted the feat/patch-notes branch November 9, 2022 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants