Skip to content

Commit

Permalink
UPDATE: Documented changes & formatted with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKlus committed May 10, 2024
1 parent 62f0b89 commit 0edead1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased]

- Extended card title functionality partly as described in issue [`#851`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/851)

#### [1.12.4](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.3...1.12.4)

- chore: fix package manager issue in CI [`#939`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/939)
Expand Down
2 changes: 1 addition & 1 deletion src/gui/FlashcardModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class FlashcardModal extends Modal {
this.deckView.hide();
}

private _showFlashcard(deck:Deck): void {
private _showFlashcard(deck: Deck): void {
this._hideDecksList();
this.flashcardView.show(deck);
}
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ body:not(.native-scrollbars) #sr-modal .modal-close-button {
#sr-chart-period {
appearance: menulist;
border-right: 8px solid transparent;
}
}

0 comments on commit 0edead1

Please sign in to comment.