Robert Pintilii
dc037bc8dd
ref(TS) Convert some native components to TS (#13307)
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
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
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
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
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
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é
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
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
hace 5 años
Bettenbuk Zoltan
0c2e13a453
ref: DialInSummary to JitsiModal
hace 5 años
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
hace 5 años
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
hace 6 años
Bettenbuk Zoltan
2a5adfc601
Remove some Flow annotations
hace 6 años
Saúl Ibarra Corretgé
c025c7e132
flow: tame the beast
🔥🔥🔥
hace 6 años
Hristo Terezov
b30008e3a5
feat(welcome-page): Redesign. (#3559)
* feat(welcome-page): Redesign.
* Style adjustments.
hace 6 años
Bettenbuk Zoltan
d8c1f107da
[RN] Add swipe to delete feature
hace 6 años
yanas
31cc63b757
Add join button to calendar events. (#3408)
* Add joing button to the calendar events.
* Add space between calendar lines.
* Adjust recent list name.
* Fixes test failure.
* Restyle mobile recent list message.
* Add analytics events.
* Addressing PR review comments.
hace 6 años
yanas
f2cb15ba44
[WiP] Calendar integration ui (#3395)
Calendar integration ui
hace 6 años
hristoterezov
fb75180632
ref(RecentList): Improvements after review.
hace 6 años
Ritwik Heda
046b06e436
added recent list
hace 6 años
Saúl Ibarra Corretgé
3bfab7718f
[RN] Refactor getting the default URL
Move it away from AbstractApp into an auxiliary function. In addition, introduce
a new `getServerURL` function which gets the configured server URL and defaults
to meet.jit.si as before.
hace 7 años
Lyubo Marinov
13e0e18f37
Coding style: formatting, typos
hace 7 años
zbettenbuk
c86c7beb24
Refactor i18n calendar formatter
hace 7 años
zbettenbuk
b096622995
Unify recent and meeting lists
hace 7 años
zbettenbuk
ae0bf876a8
Add conference notification
hace 7 años
zbettenbuk
bba480f329
Add calendar-sync feature
hace 7 años
Lyubo Marinov
d727ee80b2
[RN] Fix base/profile and recent-list bugs
hace 7 años
zbettenbuk
0e07020d09
Flatten the store of the recent-list feature
hace 7 años
zbettenbuk
e23d4317eb
Add hint box with dynamic join button
hace 7 años
Lyubo Marinov
d7dddb2509
Introduce base/storage to represent the Web Storage API and persistence-related customizations
hace 7 años
Lyubo Marinov
7954d5fd39
Coding style
hace 7 años
zbettenbuk
158cadf4f9
Improve persistency layer
hace 7 años
Lyubo Marinov
1e0550c746
[RN] Add recent-list feature
hace 7 años