Commit graph

97 commits

Author SHA1 Message Date
AB1908
6b5e669f63
Merge branch 'O_O' into preview-modal 2022-10-09 15:59:45 +05:30
AB1908
0ae5063567
feat: add retry logic if preview not satisfactory 2022-10-09 15:57:45 +05:30
AB1908
3c8d07e7de
fix: use correct callbacks 2022-10-09 15:57:07 +05:30
AB1908
c36fa0311a
fix: change method access level 2022-10-09 11:35:50 +05:30
mProjectsCode
a3905daf5b Some more modal changes (look at those doc comments :o)
How did this work the first time i tested it???
2022-10-08 22:04:03 +02:00
AB1908
4de23fa997
fix: add PreviewModal import 2022-10-08 18:51:15 +05:30
AB1908
7fe9a7791f
feat: add PreviewModal 2022-10-08 18:49:07 +05:30
AB1908
e597da5609
fix: spelling 2022-10-08 18:47:52 +05:30
AB1908
3ceeb3c51c
feat: add previewModal handler to ModalHelper 2022-10-08 18:46:46 +05:30
AB1908
7c926f00af
feat: add previewModal logic to advancedModal 2022-10-08 18:45:04 +05:30
mProjectsCode
db4a6c98a3 fix for #56 2022-10-04 15:08:48 +02:00
mProjectsCode
805d9d3fb8 Modal keyboard navigation changes 2022-10-02 22:07:11 +02:00
mProjectsCode
5aa9108509 Modal helper 2022-10-01 21:50:59 +02:00
mProjectsCode
25b899daa5 some TODOs for tomorrow 2022-09-28 23:51:10 +02:00
mProjectsCode
b5d5cc5ca2 first prove of concept O_O implementation 2022-09-28 23:43:59 +02:00
mProjectsCode
3db3496e0d cleanup and reduced number of settings validations 2022-09-27 15:04:56 +02:00
mProjectsCode
68ec5135cc property mapping validation #48 2022-09-26 15:44:12 +02:00
Moritz Jung
3e79f8ad77
Merge pull request #55 from AB1908/master
Remove extra console logs
2022-09-24 20:33:31 +02:00
mProjectsCode
14719efa22 more changes for #48, the UI now works \o/ 2022-09-24 20:33:06 +02:00
AB1908
28b25a9138 Remove extra console logs 2022-09-24 17:50:52 +05:30
mProjectsCode
e00c5ce2c2 Start of #48 2022-09-23 19:10:19 +02:00
AB1908
3a73df6169 fix: add argument for updating note
Additionally:
- some comments removed
- minor fixes
- refactored file content generation
2022-09-23 16:15:04 +05:30
mProjectsCode
2f0c15c883 Update to the modals 2022-09-22 16:41:03 +02:00
mProjectsCode
da16b2af6a Clean-up after merge 2022-09-22 13:55:16 +02:00
Moritz Jung
391915eb09
Merge pull request #37 from AB1908/test
Add tests
2022-09-22 13:23:17 +02:00
mProjectsCode
6a0d192aba Some main.ts refactoring 2022-09-22 13:19:23 +02:00
AB1908
97ed243ea8 test: shorten MusicBrainz mock 2022-09-17 16:08:42 +05:30
AB1908
89db1a2009 test: remove singular test suites 2022-09-17 15:54:41 +05:30
AB1908
801991213d test: add generic test suite implementation 2022-09-17 15:45:24 +05:30
AB1908
00647d370e test: add mock helper methods for setting mocks 2022-09-17 15:41:34 +05:30
AB1908
83e7dfac46 test: add mock resposes 2022-09-17 15:38:26 +05:30
AB1908
0c25f2ae48
feat: add generic test suite 2022-09-09 16:19:37 +05:30
Moritz Jung
7ae51676a2
Merge pull request #47 from mProjectsCode/master
changes for release 0.3.2
2022-09-06 11:08:19 +02:00
mProjectsCode
5e693ab972 bump version 2022-09-06 11:04:59 +02:00
Conor Meyers
71b7f284bc Add missing boardgame conversion 2022-08-31 17:31:04 +01:00
mProjectsCode
e149b80a39 Apply #45 to #42 2022-08-29 14:46:09 +02:00
Moritz Jung
a0a2ef38bd
Merge pull request #42 from CedricFinance/add-board-game-geek
Add BoardGameGeekAPI
2022-08-29 13:08:27 +02:00
Moritz Jung
2e89905a23
Merge pull request #41 from CedricFinance/patch-1
Compute the right URL for SteamAPI MediaDB entries
2022-08-29 12:43:06 +02:00
Cedric Finance
c4643ae642 Cleanup and enhance types 2022-08-28 19:50:00 +02:00
Conor Meyers
39017bfa82 Add more detail to search results
Adds getSummary to the MediaTypeModel.ts abstract class, which allows individual models to give more detail to better allow people to pick the right result
2022-08-23 16:10:14 +01:00
Cedric Finance
3d4041cf16
Fix issue with search results without yearpublished tag 2022-08-18 00:53:47 +02:00
Cedric Finance
47d59278a6
Add BoardGameGeekAPI 2022-08-17 23:23:17 +02:00
Cédric Finance
a67d35b9a4
Compute the right URL for SteamAPI MediaDB entries
fixes #40
2022-08-17 21:15:18 +02:00
AB1908
93c0b3bf29
Add a few basic util tests 2022-07-21 15:49:07 +05:30
AB1908
f5a44187ed
Add rudimentary TS tests
- Mocks need rewriting as they are not being created from module. Not scalable.
2022-07-21 15:48:52 +05:30
AB1908
5b6e49f47e
Add sample tests in JS 2022-07-21 15:47:48 +05:30
AB1908
073c5cdd82
Add preliminary test for Wikipedia API 2022-07-05 19:07:49 +05:30
mProjectsCode
2c3fe62059 fix build errors 2022-07-02 13:19:59 +02:00
mProjectsCode
e4788750f7 bump version 2022-07-02 13:14:22 +02:00
mProjectsCode
bb25caf6bc fix for #36, #33 and #34 2022-07-02 13:13:22 +02:00