mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
Merge branch 'development' of https://github.com/Stremio/stremio-web into feat/settings-trakt-addon
This commit is contained in:
commit
b2890ab9a1
1 changed files with 0 additions and 12 deletions
|
|
@ -91,9 +91,6 @@ const Settings = () => {
|
|||
});
|
||||
}
|
||||
}, [isTraktAuthenticated, profile.auth]);
|
||||
const importFacebookOnClick = React.useCallback(() => {
|
||||
// TODO
|
||||
}, []);
|
||||
const subscribeCalendarOnClick = React.useCallback(() => {
|
||||
// TODO
|
||||
}, []);
|
||||
|
|
@ -267,15 +264,6 @@ const Settings = () => {
|
|||
</div>
|
||||
</Button>
|
||||
</div>
|
||||
<div className={styles['option-container']}>
|
||||
<div className={styles['option-name-container']}>
|
||||
<div className={styles['label']}>Facebook</div>
|
||||
</div>
|
||||
<Button className={classnames(styles['option-input-container'], styles['button-container'])} title={'Import'} disabled={true} tabIndex={-1} onClick={importFacebookOnClick}>
|
||||
<Icon className={styles['icon']} icon={'ic_facebook'} />
|
||||
<div className={styles['label']}>Import</div>
|
||||
</Button>
|
||||
</div>
|
||||
<div className={styles['option-container']}>
|
||||
<div className={styles['option-name-container']}>
|
||||
<div className={styles['label']}>Calendar</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue