tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
hide post options in pub settings, rename some stuff
cozylittle.house
2 months ago
98393a3b
78ac6a10
+5
-5
2 changed files
expand all
collapse all
unified
split
app
lish
[did]
[publication]
dashboard
settings
PublicationSettings.tsx
components
ThemeManager
PubThemeSetter.tsx
+4
-4
app/lish/[did]/[publication]/dashboard/settings/PublicationSettings.tsx
···
100
100
type="button"
101
101
onClick={() => props.setState("theme")}
102
102
>
103
103
-
Theme
103
103
+
Theme and Layout
104
104
<ArrowRightTiny />
105
105
</button>
106
106
-
<button
106
106
+
{/*<button
107
107
className={menuItemClassName}
108
108
type="button"
109
109
onClick={() => props.setState("post-options")}
110
110
>
111
111
-
Post Layout
111
111
+
Post Options
112
112
<ArrowRightTiny />
113
113
-
</button>
113
113
+
</button>*/}
114
114
</div>
115
115
);
116
116
};
+1
-1
components/ThemeManager/PubThemeSetter.tsx
···
121
121
backToMenuAction={props.backToMenu}
122
122
state={"theme"}
123
123
>
124
124
-
Theme
124
124
+
Theme and Layout
125
125
</PubSettingsHeader>
126
126
</form>
127
127