[🐴] Remove extra spinner states from chat screen (#3947)
* remove extra loading states from chat * nits * fix scrolling animation to bottom * nit * move spinner to top
This commit is contained in:
parent
195c9f1045
commit
1a90426026
3 changed files with 79 additions and 32 deletions
|
@ -554,7 +554,7 @@ export class Convo {
|
|||
{
|
||||
cursor: nextCursor,
|
||||
convoId: this.convoId,
|
||||
limit: isNative ? 40 : 60,
|
||||
limit: isNative ? 30 : 60,
|
||||
},
|
||||
{
|
||||
headers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue