mirror of
https://github.com/godotengine/godot-interactive-changelog.git
synced 2025-12-31 01:49:28 +03:00
Default to the grouped release notes view
This commit is contained in:
@@ -84,7 +84,8 @@ export default class ChangesList extends LitElement {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this._viewMode = "pulls";
|
||||
// TODO: Pending a design rework that would make this few properly default.
|
||||
this._viewMode = "release-notes";
|
||||
this._viewFull = false;
|
||||
|
||||
this._active_log = [];
|
||||
|
||||
@@ -140,7 +140,7 @@ export default class ReleaseNotesItem extends LitElement {
|
||||
super();
|
||||
|
||||
this._viewMode = "pretty";
|
||||
this._groupMode = "unified";
|
||||
this._groupMode = "grouped";
|
||||
|
||||
this._sortedNotes = [];
|
||||
this._groupedNotes = [];
|
||||
|
||||
Reference in New Issue
Block a user