Vasiliy Vanchuk

Results 65 comments of Vasiliy Vanchuk

@krizzdewizz same as @Xiot -- can I use it with `.tsx` ?

@luzhanov This one should be branched from `2.0.0_local_storage` ? and also - can you describe logic for current `options.js`, or I can replace all it's content ( related to decks...

https://github.com/luzhanov/anki-adder-plus/pull/14 work in progress

@luzhanov there are two functions `optionsLocalDecks` / `optionsListDecks` . Both fill list of decks block. But second one remove result of first one -- what for do we need two...

And also as far as I see - please add acceptance criteria for popup/form -- cause decks used and there too.

I found https://chrome.google.com/webstore/detail/anki-adder-plus/ahdmkklclpffcjgfllibcojofffgdagd?hl=en -- The question is -- how user can create nested decks? ( or it's just a form of presentation based on names via `::` ) ?

@luzhanov if you can split rewriting process into subtask - I'm ready to help.

@luzhanov login request body doesn't contain `csrf_token` ( I just compare request on ankiweb and from addon ) Suppose that before `$.post` for login we should make get request and...