LuanRT
|
1d62e469a9
|
refactor: rewrite Comments Section logic (#88)
* feat: add core comments section classes
* chore: update type declarations
* chore: fix linter warnings
* style: fix linter
* chore: update tests
* chore(tests): fix typo
* chore(tests): fix typo x2
* fix(tests): `getReplies()` method is only present in `CommentThread` and not `Comment`
* chore(tests): fix comment id path
* chore(tests): remove outdated code
* chore(tests): fix results path
* chore: enforce code style
* chore: update type declarations
* docs: add examples and documentation
* chore(docs): fix paths
* chore(docs): fix more paths
* chore(docs): fix `Comments.js` path
* chore(docs): fix typo
* chore(docs): mention example file
* chore(examples): fix imports
* chore(examples): fix typo
|
2022-07-02 19:55:33 -03:00 |
|
Bob Varioa
|
0a851bde31
|
refactor: remove confusing code practices (#87)
* Prefer `c ? x : y` over `c && x || y`
* Avoid unnecessary asssignment expressions
* Prefer switch statements over object lookup tables
* Add an .editorconfig
* Fix style issues
* Fix mentioned issues
Co-authored-by: bob <bob.varioa@gmail.com>
|
2022-07-01 19:37:59 -03:00 |
|
LuanRT
|
71c4b16654
|
chore: add notification/record_interactions endpoint
|
2022-05-30 17:03:38 -03:00 |
|
LuanRT
|
9f3f8ad820
|
style: format code
|
2022-05-18 05:56:28 -03:00 |
|
luan.lrt4@gmail.com
|
d3394f846a
|
feat: add support for reporting comments and add comments sorting option
|
2022-04-22 00:22:50 -03:00 |
|
luan.lrt4@gmail.com
|
e32981728b
|
chore(release): add support for trending content and release v1.4.1
|
2022-04-17 22:27:42 -03:00 |
|
luan.lrt4@gmail.com
|
4bbc2d50f4
|
refactor!: move everything that needs parsing to parser and improve oauth system
|
2022-04-16 22:08:01 -03:00 |
|
luan.lrt4@gmail.com
|
1ab302319d
|
refactor!: rewrite parser and refactor project structure, closes #19
|
2022-04-13 01:47:57 -03:00 |
|