UI tweaks

This commit is contained in:
sairaj mote 2023-03-10 00:46:33 +05:30
parent 74e10812e5
commit e7a52d9a12
5 changed files with 89 additions and 50 deletions

View File

@ -1748,7 +1748,6 @@ sm-chip .badge {
position: sticky;
top: 0;
z-index: 1;
flex: 1;
background-color: rgba(var(--background-color), 0.9);
border: solid thin rgba(var(--text-color), 0.2);
margin: 1.5rem auto;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1794,7 +1794,6 @@ sm-chip {
position: sticky;
top: 0;
z-index: 1;
flex: 1;
background-color: rgba(var(--background-color), 0.9);
border: solid thin rgba(var(--text-color), 0.2);
margin: 1.5rem auto;

File diff suppressed because one or more lines are too long

View File

@ -1244,6 +1244,7 @@
if (_loaded.pipeline[pipeID].disabled)
return reject("Pipeline is already closed");
getChat(pipeID).then(async result => {
console.log(result)
let pipeline = _loaded.pipeline[pipeID],
tx_hex_latest = Object.keys(result).sort().map(i => result[i].tx_hex).filter(x => x).pop();
let privateKey = await floDapps.user.private;