WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 60eb907

Browse files
authored
Merge pull request #287 from Seshat-Global-History-Databank/instability_data
improved the performance and the looks of the analytics page for instability events
2 parents b554291 + 3f107f4 commit 60eb907

File tree

4 files changed

+770
-238
lines changed

4 files changed

+770
-238
lines changed

seshat/apps/core/management/commands/populate_instability_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#from seshat.apps.crisisdb.instability_events_dic_list import ultimate_dics_list
1313
#from seshat.apps.crisisdb.instability_events_dic_list_2 import ultimate_dics_list
14-
from seshat.apps.crisisdb.instability_events_dic_list_batch_3_5 import ultimate_dics_list
14+
from seshat.apps.crisisdb.instability_events_dic_list_batch_3_6 import ultimate_dics_list
1515

1616
from django.db import transaction
1717

seshat/apps/core/templates/core/form_base_llm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,11 +705,11 @@ <h5 class="mb-1"><small class="text-secondary text-end">Variable:</small> <span>
705705
</div>
706706

707707
<!-- Chat Box (Initially hidden) -->
708-
<div id="chat-box" class="card shadow" style="
708+
<div id="chat-box" class="card shadow border border-1 border-dark" style="
709709
position: fixed;
710710
bottom: 80px;
711711
right: 20px;
712-
width: 40%;
712+
width: 50%;
713713
display: none;
714714
z-index: 1050;
715715
">

0 commit comments

Comments
 (0)