Skip to content

Commit

Permalink
Removes untracked dir.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Robinson <[email protected]>
  • Loading branch information
merobi-hub committed Nov 22, 2023
1 parent 8b132ca commit ad68d34
Show file tree
Hide file tree
Showing 1,493 changed files with 316,266 additions and 262,539 deletions.
459 changes: 459 additions & 0 deletions channel/boston-meetup/index.html

Large diffs are not rendered by default.

2,285 changes: 2,285 additions & 0 deletions channel/dagster-integration/index.html

Large diffs are not rendered by default.

423 changes: 423 additions & 0 deletions channel/data-council-meetup/index.html

Large diffs are not rendered by default.

2,454 changes: 2,454 additions & 0 deletions channel/dev-discuss/index.html

Large diffs are not rendered by default.

151,812 changes: 151,812 additions & 0 deletions channel/general/index.html

Large diffs are not rendered by default.

598 changes: 598 additions & 0 deletions channel/gx-integration/index.html

Large diffs are not rendered by default.

661 changes: 661 additions & 0 deletions channel/london-meetup/index.html

Large diffs are not rendered by default.

944 changes: 944 additions & 0 deletions channel/mark-grover/index.html

Large diffs are not rendered by default.

477 changes: 477 additions & 0 deletions channel/nyc-meetup/index.html

Large diffs are not rendered by default.

1,077 changes: 1,077 additions & 0 deletions channel/open-lineage-plus-bacalhau/index.html

Large diffs are not rendered by default.

577 changes: 577 additions & 0 deletions channel/providence-meetup/index.html

Large diffs are not rendered by default.

657 changes: 657 additions & 0 deletions channel/sf-meetup/index.html

Large diffs are not rendered by default.

1,096 changes: 1,096 additions & 0 deletions channel/spec-compliance/index.html

Large diffs are not rendered by default.

693 changes: 693 additions & 0 deletions channel/toronto-meetup/index.html

Large diffs are not rendered by default.

151,812 changes: 151,812 additions & 0 deletions index.html

Large diffs are not rendered by default.

241 changes: 241 additions & 0 deletions static/viewer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,241 @@
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');

html {
font-family: 'Lato', sans-serif;
}

body {
padding: 0;
margin: 0;
}

#slack-archive-viewer {
padding: 0;
margin: 0;
height: 100vh;
overflow: hidden;
}

#sidebar {
display: inline-block;
width: 280px;
color: white;
text-align: left;
background-color: #4D394B;
z-index: 10;
overflow-y: scroll;
overflow-x: auto;
height: 100vh;
user-select: none;
}

#sidebar a {
color: white;
font-size: 14px;
}

#sidebar h3 {
margin: 20px 20px;
color: white;
font-weight: 900;
}

#sidebar h3:hover {
cursor: pointer;
}

#sidebar h3::after {
content: '❯ ';
display: inline-block;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
margin-left: 15px;
}

#sidebar h3.arrow::after {
margin-left: 10px;
-webkit-transform: none;
transform: none;
}

.messages {
width: calc(100vw - 325px);
height: 100vh;
text-align: left;
display: inline-block;
padding-left: 20px;
padding-right: 20px;
overflow-y: scroll;
}

.message-container {
clear: left;
min-height: 56px;
}

.message-container:first-child {
margin-top: 20px;
}

.message-container:last-child {
margin-bottom: 20px;
}

.message-container .user_icon {
background-color: rgb(248, 244, 240);
width: 36px;
height: 36px;
border-radius: 0.2em;
display: inline-block;
vertical-align: top;
margin-right: 0.65em;
float: left;
}

.message-container .user_icon_reply {
background-color: rgb(248, 244, 240);
width: 36px;
height: 36px;
border-radius: 0.2em;
display: inline-block;
vertical-align: top;
margin-right: 0.65em;
margin-left: 40px;
float: left;
}

.message-container .time {
display: inline-block;
color: rgb(200, 200, 200);
margin-left: 0.5em;
}

.message-container .username {
display: inline-block;
font-weight: 600;
line-height: 1;
}

.message-container .user-email {
font-weight: normal;
font-style: italic;
}

.message-container .message {
display: inline-block;
vertical-align: top;
line-height: 1;
width: calc(100% - 3em);
}

.message-container .reply {
vertical-align: top;
line-height: 1;
width: calc(100% - 3em);
margin-left: 80px;
}

.message-container .msg p {
white-space: pre-wrap;
}

.message-container .msg pre {
background-color: #E6E5DF;
white-space: pre-wrap;
}

.message-container .message .msg {
line-height: 1.5;
}

.message-container .reply .msg {
line-height: 1.5;
}

.message-container .message .msg a {
overflow-wrap: anywhere;
}

.message-container .reply .msg a {
overflow-wrap: anywhere;
}

.message-container .message-attachment {
padding-left: 5px;
border-left: 2px gray solid;
overflow-wrap: anywhere;
}

.message-container .message-attachment .service-name {
color: #999999;
}

.message-container .icon {
max-width: 10px;
}

.channel_join .msg, .channel_topic .msg,
.bot_add .msg, .app_conversation_join .msg {
font-style: italic;
}

.attachment-footer {
font-size: small;
}

.list {
margin: 0;
padding: 0;
list-style-type: none;
}

.list li {
padding: 4px 20px;
}

.list li a {
width: 100%;
padding: 10px 20px;
}

.list li.active {
background-color: #4C9689;
}

.list li.active:hover {
background-color: #4C9689;
}

.list li:hover {
text-decoration: none;
background: #3E313C;
}

.list li a:hover {
text-decoration: none;
}

a:link,
a:visited,
a:active {
color: #2a80b9;
text-decoration: none;
}

a:hover {
color: #439fe0;
text-decoration: underline;
}

.close {
display: none;
}

@media screen {
.print-only { display: none }
}

img.preview {
max-width: 100%;
height: auto;
}
Loading

0 comments on commit ad68d34

Please sign in to comment.