Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 年前
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 年前
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2 年前
Saúl Ibarra Corretgé
3e6c988c30
chore(redux) remove legacy compatibility code
2 年前
Robert Pintilii
7995c7ed00
ref: Convert registries to TS (#11865)
2 年前
damencho
06ce24527e
fix: Escapes some keys when parsing input.
4 年前
luz paz
d3680bbebd
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
4 年前
Saúl Ibarra Corretgé
b91d6b97a9
deps: jitsi/js-utils@1.0.0
5 年前
Saúl Ibarra Corretgé
80d7e5fb7f
redux: move PersistenceRegistry to the redux feature
5 年前
Hristo Terezov
1ffd75c0a6
fix(localStorage): exception when disabled.
5 年前
Saúl Ibarra Corretgé
c2c323347a
rn: skip logging potentially sensitive data
5 年前
Saúl Ibarra Corretgé
5a934c071a
logging: use individual, names loggers
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
5 年前
Zoltan Bettenbuk
63c017f8e6
Fix persistency to handle default values too (#3228)
7 年前
Lyubo Marinov
d727ee80b2
[RN] Fix base/profile and recent-list bugs
7 年前
zbettenbuk
e4da0e988e
Split storage keys to features
7 年前
zbettenbuk
e0deb6d64b
Prepare PersistenceRegistry for flat subtrees
7 年前
Lyubo Marinov
d7dddb2509
Introduce base/storage to represent the Web Storage API and persistence-related customizations
7 年前
Lyubo Marinov
7954d5fd39
Coding style
7 年前
zbettenbuk
158cadf4f9
Improve persistency layer
7 年前