D1eter
ba26407469
fix: store only "clean" URLs in recent-list (#13489)
* store only "clean" URLs in recent-list
* remove spaces in parentheses
hace 2 años
Robert Pintilii
dc037bc8dd
ref(TS) Convert some native components to TS (#13307)
hace 2 años
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
hace 2 años
Robert Pintilii
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
hace 2 años
Robert Pintilii
8836669c9f
ref(audio-picker) Styles refactor (#13193)
Move styles from SCSS to JSS
Convert components from class to function
hace 2 años
Robert Pintilii
13e818e135
ref(TS) Convert some native components to TS (#13203)
hace 2 años
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
hace 2 años
Robert Pintilii
373be54b04
ref(TS) Convert some components to TS (#13192)
hace 2 años
Robert Pintilii
c1f1c0d341
ref(TS) Convert some components to TS (#13179)
hace 2 años
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
hace 2 años
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
hace 2 años
Robert Pintilii
6afb7ba9a6
ref(TS) Changes types to interfaces (#13141)
hace 2 años
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
hace 2 años
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
hace 2 años
Robert Pintilii
46597bd6e7
ref(TS Convert some Abstract classes to TS (#13105)
hace 2 años
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
hace 2 años
Robert Pintilii
aef5328aeb
ref(TS) Convert some features to TS (#12651)
hace 2 años
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
hace 2 años
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
hace 2 años
Bogdan Duduman
48db099134
feat: include sort members eslint changes
hace 2 años
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
hace 2 años
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
hace 2 años
Robert Pintilii
3403d7bec2
ref: Convert reducers to TS (#12101)
hace 2 años
Saúl Ibarra Corretgé
3c370eb6ca
chore(recent-list) remove legacy compatibility code
hace 2 años
Saúl Ibarra Corretgé
6ad279f029
fix(rn, bottomsheet) fix not rendering above presentation sheets
Move all sheets to render in a new container which uses FullWindowOverlay, which allows rendering above presentation controllers on iOS.
hace 3 años
Saúl Ibarra Corretgé
78d8176cc8
fix(rn,bottom-sheet) fix styling after refactor
I somehow missed all other usages of the ColorSchemeRegistry.
hace 3 años
Saúl Ibarra Corretgé
d9eedb0dad
fix(recent-list) do not store room when inside an iframe
Due to local storage limitations we might end up making the URL huge
when we save the state there. Avoid the issue at the root by never
storing URLs in that case.
Closes: https://github.com/jitsi/jitsi-meet/issues/11567
hace 3 años
Calinteodor
7c523f3250
language(typescript) actionTypes.js -> actionTypes.ts (#10940)
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
hace 3 años
Calin Chitu
40f5f4cd0d
feat(welcome) blur room name input onListContainerPress
hace 3 años
Calinteodor
b9433368ee
feat(rn,app) unified navigators
hace 3 años
Calin Chitu
e42db3c9c2
feat(welcome) added WelcomePage React Nav bottom tabs
hace 3 años
Calinteodor
4e2fea1e12
feat(rn,welcome) React Navigation drawer
hace 3 años
Robert Pintilii
e0010def14
fix(analytics) Fix analytics event names (#10332)
Fixed analytics where event names had duplicated words (eg. calendar.calendar.selected.selected)
Group reaction buttons analytics into one event
Removed unused code
hace 3 años
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
hace 3 años
Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant (#8921)
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422 +ahmadkadri@users.noreply.github.com >
hace 4 años
damencho
06ce24527e
fix: Escapes some keys when parsing input.
hace 4 años
luz paz
d3680bbebd
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
hace 4 años
Vlad Piersec
9418dbc2b1
fix(recents-list): Order recents by last used
hace 4 años
Vlad Piersec
f8a41aea9c
feat(welcome_page): Redesign welcome page
hace 4 años
Saúl Ibarra Corretgé
63fe1de789
rn,recent-list: replace swipe options with long-press sheet
This change serves 2 purposes:
- (Hopefully) make the recent list entry options easier to discover
- Remove the (now unmaintained) swipeout dependency
hace 4 años
Saúl Ibarra Corretgé
b91d6b97a9
deps: jitsi/js-utils@1.0.0
hace 5 años
Saúl Ibarra Corretgé
6e679f952f
redux: refactor loading of middlewares and reducers
Up until now we relied on implicit loading of middlewares and reducers, through
having imports in each feature's index.js.
This leads to many complex import cycles which result in (sometimes) hard to fix
bugs in addition to (often) breaking mobile because a web-only feature gets
imported on mobile too, thanks to the implicit loading.
This PR changes that to make the process explicit. Both middlewares and reducers
are imported in a single place, the app entrypoint. They have been divided into
3 categories: any, web and native, which represent each of the platforms
respectively.
Ideally no feature should have an index.js exporting actions, action types and
components, but that's a larger ordeal, so this is just the first step in
getting there. In order to both set example and avoid large cycles the app
feature has been refactored to not have an idex.js itself.
hace 5 años
Saúl Ibarra Corretgé
80d7e5fb7f
redux: move PersistenceRegistry to the redux feature
hace 5 años
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
hace 5 años
Hristo Terezov
1ffd75c0a6
fix(localStorage): exception when disabled.
hace 5 años
Bettenbuk Zoltan
39d789a088
feat: add url params: config.disableInviteFunctions, config.doNotStoreRoom and userInfo.displayName
hace 5 años
Bettenbuk Zoltan
0c2e13a453
ref: DialInSummary to JitsiModal
hace 5 años
Vincent Hou
3e40bb19cd
fixed the encoded tiltle issue in chinese
Checked the code of react.native part, there's no issue by using safeDecodeURIComponent.
So fixed it in same way.
hace 5 años
Bettenbuk Zoltan
8bd0da886e
feat: safe decodeURIComponent
hace 5 años
damencho
a4cbbccb2a
Fixes loading recent lists on wrong meeting name stored.
decodeURIComponent is not needed any more and after adding a validation such meeting name should not happen to be stored.
hace 5 años