Commit graph

160 commits

Author SHA1 Message Date
dependabot[bot]
dbff52aa27
Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 14:55:23 +00:00
Niko Lockenvitz
9ac0fcaa19
Merge pull request #45 from fancy-flashcard/dependabot/npm_and_yarn/url-parse-1.5.1
Bump url-parse from 1.4.7 to 1.5.1
2021-05-09 23:06:57 +02:00
dependabot[bot]
0c5636a620
Bump url-parse from 1.4.7 to 1.5.1
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-09 20:15:30 +00:00
Niko Lockenvitz
c3c05706ce
Merge pull request #44 from fancy-flashcard/dependabot/npm_and_yarn/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2
2021-04-30 20:21:28 +02:00
dependabot[bot]
a795a63250
Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 18:20:06 +00:00
Niko Lockenvitz
8789d7bc42
Merge pull request #41 from fancy-flashcard/dependabot/npm_and_yarn/y18n-4.0.1
Bump y18n from 4.0.0 to 4.0.1
2021-04-06 21:07:39 +02:00
dependabot[bot]
6d7abb490d
Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 00:26:06 +00:00
Niko Lockenvitz
b7ec925f4a
Merge pull request #39 from fancy-flashcard/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4
2021-03-10 20:12:17 +01:00
dependabot[bot]
8e36bd5884
Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 19:05:16 +00:00
Niko Lockenvitz
1d368ad801
Merge pull request #30 from fancy-flashcard/dep-update
update dependencies
2020-09-19 10:34:54 +02:00
Niko Lockenvitz
c0c2387d8f
update dependencies 2020-09-19 10:31:48 +02:00
Rene Fischer
49e6778e17
Merge pull request #28 from fancy-flashcard/limit-learning-session
Limit learning session
2020-08-28 18:55:01 +02:00
Niko Lockenvitz
5f519bd22f
update license information in package.json 2020-08-27 23:03:00 +02:00
Niko Lockenvitz
175e3b70e4
fix bugs
- remove steppers (in number input) also for Firefox
- fix logical error: empty input shows "no card limit" message now
2020-08-27 23:00:02 +02:00
Rene Fischer
321ab20fd5
fix icon not being displayed correctly 2020-08-24 20:12:35 +02:00
Rene Fischer
68b0b844be
consistently rename maxCardCount to CardLimit
+ remove snackbar as response due to it showing on every change
+ fix component name of ClearLocalStorage
+ disabled stepper in number input field
+ changed color of hint
2020-08-24 19:50:39 +02:00
Rene Fischer
a5243c4d60
Merge pull request #29 from fancy-flashcard/local-storage-bug-clear-app-data
fix bug in clearAppData (local storage)
2020-08-23 18:20:45 +02:00
Niko Lockenvitz
6ae3e2c1ae
improve performance and memory utilization of clearAppData 2020-08-23 09:50:54 +02:00
Rene Fischer
75daa736e2
refactor v-bind in unrelated classes 2020-08-22 22:26:07 +02:00
Rene Fischer
185238a18f
rework maxCardCount
maxCardCount is now a global variable
it can be updated simply by changing the number
it can also be disabled via a button
2020-08-22 22:25:35 +02:00
Niko Lockenvitz
d233220b39
fix bug in clearAppData (local storage) 2020-08-22 21:33:26 +02:00
Rene Fischer
71524a155e
Merge branch 'master' into limit-learning-session 2020-08-22 17:49:21 +02:00
Rene Fischer
fad9584048
add option to change maximum learning cards
+ add card to settings for changing maximum
2020-08-22 17:40:48 +02:00
Rene Fischer
8d68584446
update version number 2020-08-22 17:08:52 +02:00
Rene Fischer
1dde7d6ade
rework settings to use cards
+ add description to clear storage
+ add dialog before clearing storage to avoid accidential use
2020-08-22 17:07:45 +02:00
Rene Fischer
9656e6b895
remove wrong class 2020-08-22 17:05:52 +02:00
Niko Lockenvitz
da455998b2
Merge pull request #27 from fancy-flashcard/barchart-on-quit
show barchart to evaluate learning when quitting
2020-08-22 16:46:43 +02:00
Niko Lockenvitz
4159c4c533
update version to v2.1.0 2020-08-20 20:49:06 +02:00
Niko Lockenvitz
af7343920e
show barchart to evaluate learning when quitting 2020-08-16 20:39:50 +02:00
Niko Lockenvitz
5268b80c8e
Merge pull request #26 from fancy-flashcard/fix-readme
fix mistakes regarding license/contributing in README
2020-08-07 18:31:43 +02:00
Niko Lockenvitz
72ab296065
fix mistakes regarding license/contributing in README 2020-08-07 18:24:50 +02:00
Rene Fischer
be853dbe74
update app version 2020-08-02 17:10:47 +02:00
Rene Fischer
ee75941fcb
Merge pull request #25 from fancy-flashcard/contribute
add contributing.md and change license
2020-08-02 17:07:11 +02:00
Rene Fischer
18ec756937
add free to highlight sentence 2020-08-02 16:53:54 +02:00
Rene Fischer
8202aa92d5
update license in readme 2020-07-30 22:16:02 +02:00
Rene Fischer
7d891a160d
change license to gnu gpl v2 2020-07-30 22:11:56 +02:00
Rene Fischer
7530be0ca6
add license chapter to docs 2020-07-30 19:50:48 +02:00
Niko Lockenvitz
1c96a312be
add CONTRIBUTING.md 2020-07-30 09:42:22 +02:00
Rene Fischer
f6b53cd974
Merge pull request #24 from fancy-flashcard/add-versioning-to-decks
Add versioning to decks
2020-07-27 00:23:59 +02:00
Rene Fischer
eb24802d37
refactor code as remarked + add uuid to test deck 2020-07-27 00:17:04 +02:00
Rene Fischer
73604d9f14
increment minor version number of ffc 2020-07-26 23:54:41 +02:00
Rene Fischer
d7fb57ced0
update official test json
add version number of 1.1.1
update deck names + descriptions to be more interesting + representative
2020-07-26 23:54:24 +02:00
Rene Fischer
276a2b0baf
add idea of refining versioning decks to backlog 2020-07-26 23:52:45 +02:00
Rene Fischer
71eebfc7d1
add ability to display version number of decks
in info and when added/updated
2020-07-26 23:52:30 +02:00
Niko Lockenvitz
46c715c652
hotfix for bug introduced in eef1d1d 2020-07-26 18:36:02 +02:00
Niko Lockenvitz
7af2eeb8a6
Merge pull request #23 from fancy-flashcard/bug-fixes-#21-#22
Bug fixes #21 #22
2020-07-26 18:26:34 +02:00
Niko Lockenvitz
eef1d1d91b
fix #22: clear learning session on finish
add callback learning is finished which clears the learning session
-> prevents saving learning session after it was removed from local
storage (that lead to a situation where you continued a finished
learning session, see more details in #22)
2020-07-26 17:48:09 +02:00
Niko Lockenvitz
e89a0191fe
remove event listeners when component gets destroyed fixes #21 2020-07-26 17:20:35 +02:00
Niko Lockenvitz
97311f840e
Merge pull request #18 from fancy-flashcard/update-documentation
fix beginning of docs
2020-07-23 10:29:42 +02:00
Rene Fischer
12183e294d
add new starting chapter
this includes a reference to the creation as part of a lecture
as well as a link
2020-07-23 02:42:56 +02:00