Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Code cleaning & REST API #158

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
5affffc
Make clearRoom clears all related room keys
Jun 11, 2021
57662aa
Add callbacks for all redis functions
Jun 11, 2021
2e1acda
Add getCard function (for REST API)
Jun 11, 2021
34376f7
redis: Add editCard function
Jun 12, 2021
c5a6d26
Fix typo in redis editCard
Jun 12, 2021
88654fc
Refactor cardEdit redis func
Jun 12, 2021
4198227
Add redis getAllTextsMap and setAllTextsMap
Jun 12, 2021
55b9ea0
Add REST API interface
Jun 12, 2021
8015b34
White background and pointer cursor for buttons
Jun 30, 2021
e8621b5
Add fullscreenMode function
Jun 30, 2021
a623262
Thinner board border
Jun 30, 2021
6afeb3d
Add iframe mode (embed parameter)
Jun 30, 2021
e927f86
Very Light grey backgroud
Jun 30, 2021
47644fa
Lighter background
Jun 30, 2021
6f4d857
Handle dynamic background
Jun 30, 2021
4cd48a0
Choose board background in home page
Jun 30, 2021
6ac639a
Css improvments
Jul 1, 2021
df11fc1
User avatar alpha support
Jul 1, 2021
c81481b
Show user avatar only when card hover
Jul 2, 2021
9155ade
backend: JSON type columns
Jul 2, 2021
1eee19e
Columns support
Jul 2, 2021
008e0f2
Add a new card type: label
Jul 2, 2021
4be8ef8
Better user intelligence for row handling
Jul 2, 2021
5d54719
Fix remove edge case
Jul 2, 2021
020d7db
Change some fonts
Jul 2, 2021
daeff80
Report all changes to iframe mode
Jul 2, 2021
ea60111
Avoid additionnal template for iframe mode
Jul 3, 2021
e8e4daf
Coloured labels
Jul 3, 2021
1f1a303
Add adh logo
Jul 3, 2021
8707890
Fix bad initial label color
Jul 3, 2021
e028937
Remove header to gain space
Jul 3, 2021
6177a52
Don't display user avatars on labels
Jul 3, 2021
1238ef6
Send userinfo to server when connected
Jul 3, 2021
771919f
Put adh username when found
Jul 3, 2021
9fc28f8
Adh styling
Jul 3, 2021
c676541
Remove background
Jul 5, 2021
2de9454
Move logo to bottom right
Jul 15, 2021
5654f51
Add darkmode for buttons
Jul 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified client/css/bg/scribbles2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 125 additions & 4 deletions client/css/bigcards.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,115 @@
display: block;
}

/* .label .content {
font-family: "Rock Salt" !important;
font-size: 1.2em;
} */

.label {
width: 230px;
height: 60px;
xpadding: 5px; float: left;
xmargin: 0 10px 10px 0;
font-size: .9em;
font-family: "Rock Salt" !important;
border-radius: 5px;



overflow: hidden;

position: absolute;
z-index: 10;

top: 460px;
left: 0px;

display: block;
}

.label .content {
overflow: hidden;
display: block;
width: 190px;
height: 60px;
margin: auto;
padding: 0 20px;

font-family: "Rock Salt" !important;
font-size: 1.2em;
letter-spacing: 0px;

xtext-shadow: 0px 0px 1px #444;

opacity: .9;
text-align: center;
xline-height: 16px;

align-items: center;
justify-content: center;
display: flex;
}

.label .card-icon {
left: 210px;
top: 5px;
z-index: 99999990;
}

.label .card-icon2 {
left: 210px;
top: 28px;

}

.label.white {
color: black;
background: rgba(255, 255, 255, 0.5);
box-shadow: 5px 5px 5px #ccc;
}


.label.green {
background: #016a70;
opacity: 0.8;
box-shadow: 5px 5px 5px #fff;
color: #ffffff;
}

.label.green .content {
color: #ffffff;
}

.label.yellow {
background: #f1cd5f;
opacity: 0.8;
box-shadow: 5px 5px 5px #ccc;
color: #black;
}

.label.yellow .content {
color: black;
}

.label.blue {
background: #d37153;
opacity: 0.8;
box-shadow: 5px 5px 5px #fff;
color: #ffffff;
}

.label.blue .content {
color: #ffffff;
}

/* .sticky .filler {
margin-right: 5px;
margin-bottom: 23px;
margin-left: 25px;
} */


.pink {
}

Expand All @@ -40,14 +149,25 @@
z-index: -1000;
}

.card-avatar {
position: absolute;
top: 60% !important;
left: 80%;
width: 24px;
height: 24px;
overflow: hidden;
z-index: -500;
border-radius: 50%;
}

.content {
overflow: hidden;
display: block;
width: 158px;
height: 88px;
margin: 5px 23px 0px 34px;

font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif;
font-family: 'Handlee',"Arial Rounded MT Bold", arial, serif;
font-size: 18px;
letter-spacing: 0px;

Expand Down Expand Up @@ -103,7 +223,8 @@
height: 68px;
margin: 1px 3px 0px 32px;

font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif;
font-family: 'Handlee',"Arial Rounded MT Bold", arial, serif;
font-weight: bold;
font-size: 16px;
letter-spacing: 0px;

Expand All @@ -129,11 +250,11 @@
.sticky .card-icon2 {
left: 100px;
top: 14px;

}

.sticky .filler {
margin-right: 5px;
margin-bottom: 23px;
margin-left: 25px;
}
}
41 changes: 26 additions & 15 deletions client/css/nocards.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
.card {
.card {
width: 100px;
height: 50px;
xpadding: 5px; float: left;
xmargin: 0 10px 10px 0;
font-size: .9em;



overflow: hidden;

position: absolute;
z-index: 10;

top: 100px;
left: 0px;

display: block;

xborder: solid rgba(92, 157, 181,0.5) 3px;
background-color: #ECDC96;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECDC96), color-stop(100%,#EAD272));
Expand Down Expand Up @@ -46,23 +46,34 @@
display: none;
}

.content {
.card-avatar {
position: absolute;
top: 60% !important;
left: 80%;
width: 24px;
height: 24px;
overflow: hidden;
z-index: -500;
border-radius: 50%;
}

.content {
overflow: hidden;
display: block;
xwidth: 70%;
xwidth: 70%;
height: 90px;
xmargin: 5px 20px 0px 30px;

font-family: 'Helvetica Neue', arial, serif;
font-size: 12px;
letter-spacing: 0px;
letter-spacing: 0px;

xtext-shadow: 0px 0px 1px #444;

opacity: 1;

color: black;
text-align: center;
padding-top: 0px;
}

}
13 changes: 12 additions & 1 deletion client/css/smallcards.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@
z-index: -1000;
}

.card-avatar {
position: absolute;
top: 60% !important;
left: 80%;
width: 16px;
height: 16px;
overflow: hidden;
z-index: -500;
border-radius: 50%;
}

.content {
overflow: hidden;
display: block;
Expand Down Expand Up @@ -157,4 +168,4 @@
margin-right: 2px;
margin-bottom: 12px;
margin-left: 25px;
}
}
Loading