Skip to content

Commit c9bc742

Browse files
authored
Merge pull request #93 from post-tracker/develop
Develop
2 parents 4ee1d50 + e09f49e commit c9bc742

5 files changed

Lines changed: 37 additions & 29 deletions

File tree

dev/assets/theme-dark.css

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/assets/theme-dark.map

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,13 @@ a.ipsAttachLink_image {
173173
.services-wrapper label:hover {
174174
text-decoration: underline; }
175175

176-
.has-feedback input[role=search] {
177-
padding: 0 15px; }
178-
179176
@media screen and (max-width: 1800px) {
180177
.adsbygoogle {
181178
display: none; } }
182179

183180
@media screen and (max-width: 1200px) {
181+
h1 {
182+
margin-top: 35px; }
184183
.groups-wrapper {
185184
text-align: center;
186185
width: auto; } }
@@ -258,7 +257,7 @@ input[type="checkbox"]:checked:after {
258257
border-color: #2e9fbd; }
259258

260259
.has-feedback input[role=search] {
261-
box-shadow: inset 0 -1px 0 #cbd5dd;
260+
box-shadow: inset 0px -2px 0px -1px #cbd5dd;
262261
color: #dcdcdc; }
263262
.has-feedback input[role=search]:focus {
264263
box-shadow: inset 0 -2px 0 white; }
@@ -325,4 +324,7 @@ pre {
325324
iframe {
326325
border: 1px solid; }
327326

327+
.groups-wrapper .filters-wrapper svg {
328+
fill: #fff; }
329+
328330
/*# sourceMappingURL=theme-dark.map */

dev/assets/theme-light.css

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/assets/theme-light.map

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,13 @@ a.ipsAttachLink_image {
173173
.services-wrapper label:hover {
174174
text-decoration: underline; }
175175

176-
.has-feedback input[role=search] {
177-
padding: 0 15px; }
178-
179176
@media screen and (max-width: 1800px) {
180177
.adsbygoogle {
181178
display: none; } }
182179

183180
@media screen and (max-width: 1200px) {
181+
h1 {
182+
margin-top: 35px; }
184183
.groups-wrapper {
185184
text-align: center;
186185
width: auto; } }
@@ -241,6 +240,9 @@ h1 a:hover {
241240
#icon-caret {
242241
fill: #666; }
243242

243+
#icon-discord rect {
244+
fill: #666; }
245+
244246
.expander {
245247
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
246248
color: #2196F3; }

docker-compose.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@ services:
3232

3333
# --- HTTP Services ---
3434

35-
# rest-api:
36-
# image: "ghcr.io/post-tracker/rest-api:latest"
37-
# ports:
38-
# - "3000:3000"
39-
# environment:
40-
# PORT: 3000
41-
# NODE_ENV: ${NODE_ENV:-development}
42-
# DB_HOST: mysql
43-
# DB_NAME: ${DB_NAME:-developertracker}
44-
# DB_USERNAME: ${DB_USERNAME:-devtracker}
45-
# DB_PASSWORD: ${DB_PASSWORD:-devtracker}
46-
# API_TOKENS: ${API_TOKENS:-{}}
47-
# depends_on:
48-
# mysql:
49-
# condition: service_healthy
35+
rest-api:
36+
image: "ghcr.io/post-tracker/rest-api:latest"
37+
ports:
38+
- "3000:3000"
39+
environment:
40+
PORT: 3000
41+
NODE_ENV: ${NODE_ENV:-development}
42+
DB_HOST: mysql
43+
DB_NAME: ${DB_NAME:-developertracker}
44+
DB_USERNAME: ${DB_USERNAME:-devtracker}
45+
DB_PASSWORD: ${DB_PASSWORD:-devtracker}
46+
API_TOKENS: ${API_TOKENS:-{}}
47+
depends_on:
48+
mysql:
49+
condition: service_healthy
5050

5151
# admin:
5252
# image: ghcr.io/post-tracker/admin:latest

0 commit comments

Comments
 (0)