mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
tweaking thead layout
This commit is contained in:
parent
ef1c81343d
commit
166ef7ef2c
@ -167,7 +167,7 @@ export function useChannelContext() {
|
|||||||
const topicId = await addChannelTopic(server, token, channelId, null, null, null);
|
const topicId = await addChannelTopic(server, token, channelId, null, null, null);
|
||||||
upload.actions.addTopic(server, token, channelId, topicId, files, async (assets) => {
|
upload.actions.addTopic(server, token, channelId, topicId, files, async (assets) => {
|
||||||
const subject = message(assets);
|
const subject = message(assets);
|
||||||
await setChannelTopicSubject(server, token, channelId, topicId, type, sbuject);
|
await setChannelTopicSubject(server, token, channelId, topicId, type, subject);
|
||||||
}, async () => {
|
}, async () => {
|
||||||
try {
|
try {
|
||||||
await removeChannelTopic(server, token, channelId, topicId);
|
await removeChannelTopic(server, token, channelId, topicId);
|
||||||
|
@ -77,5 +77,15 @@ export const styles = StyleSheet.create({
|
|||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
color: Colors.disabled,
|
color: Colors.disabled,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
topics: {
|
||||||
|
paddingBottom: 32,
|
||||||
|
},
|
||||||
|
conversation: {
|
||||||
|
flexShrink: 1,
|
||||||
|
flexGrow: 1,
|
||||||
|
minHeight: 0,
|
||||||
|
paddingTop: 8,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user