mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
refactor: remove 2 deprecated features - position & MCToC
This commit is contained in:
parent
4687a33cb2
commit
5799097630
1 changed files with 0 additions and 13 deletions
|
|
@ -209,19 +209,6 @@ export default class SettingsBar extends React.PureComponent {
|
|||
</label>
|
||||
{compressHint && <div className={'hint'}>{compressHint}</div>}
|
||||
</div>
|
||||
<div className={'gitako-settings-bar-content-section position'}>
|
||||
<h5>Position of Gitako (WIP)</h5>
|
||||
<select value={'next to'} disabled>
|
||||
<option value="next to">next to main content</option>
|
||||
</select>
|
||||
</div>
|
||||
<div className={'gitako-settings-bar-content-section TOC'}>
|
||||
<h5>Table of Markdown Content (WIP)</h5>
|
||||
<label htmlFor={'toc'}>
|
||||
<input name={'toc'} type={'checkbox'} disabled />
|
||||
disabled
|
||||
</label>
|
||||
</div>
|
||||
<div className={'gitako-settings-bar-content-section issue'}>
|
||||
<h4>Issue</h4>
|
||||
<span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue