Skip to content

Commit

Permalink
Merge pull request #39 from placeAtlas/cleanup
Browse files Browse the repository at this point in the history
Updated canvas
  • Loading branch information
AnonymousRandomPerson authored Jul 21, 2023
2 parents 16601fd + 919b99d commit 21c42aa
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 132 deletions.
2 changes: 2 additions & 0 deletions data/read-ids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@
155b6jm
155batv
155bhf8
155buna
155btzh
2 changes: 1 addition & 1 deletion tools/extend_entry_times.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import tqdm

pre_extend_times = []
post_extend_time = 28
post_extend_time = 29

if len(pre_extend_times) == 0:
pre_extend_times.append(post_extend_time - 1)
Expand Down
Binary file added web/_img/canvas/main/1689910228.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/_js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const variationsConfig = {
{ "timestamp": 1689904835, "url": ["./_img/canvas/main/1689904835.png"] },
{ "timestamp": 1689906592, "url": ["./_img/canvas/main/1689906592.png"] },
{ "timestamp": 1689908411, "url": ["./_img/canvas/main/1689908411.png"] },
{ "timestamp": 1689910228, "url": ["./_img/canvas/main/1689910228.png"] },
],
icon: '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 192 192" aria-hidden="true"><polygon points="154 0 154 38 39 38 39 192 0 192 0 0"/><polygon points="192 38 192 192 77 192 77 153 154 153 154 38"/><rect x="77" y="77" width="38" height="38"/></svg>'
},
Expand Down
Loading

0 comments on commit 21c42aa

Please sign in to comment.