Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c0019a4
chore: Include Eslint
Esinko Jan 7, 2022
18bbb12
feat: Include account icons
Esinko Jan 7, 2022
dff0224
fix: High tech solution to automatically update copyright year
Esinko Jan 20, 2022
8ba6ec9
Revert "fix: High tech solution to automatically update copyright year"
Esinko Jan 20, 2022
7abddcb
feat: Include more account icons
Esinko Jan 21, 2022
3418fc6
feat: Members page & Minor CSS fixes
Esinko Jan 21, 2022
e7f3f74
feat: Add some much needed polish to the members page
Esinko Jan 21, 2022
76599a4
fix: Typo
Esinko Jan 21, 2022
5d377ca
feat: Remember theme setting
Esinko Jan 21, 2022
53f763e
fix: Correctly handle theme change automatically
Esinko Jan 21, 2022
6adf91e
fix: Set theme in localstorage
Esinko Jan 21, 2022
bd0ecff
fix: Typo
Esinko Jan 21, 2022
83db447
fix: Set theme toggle switch
Esinko Jan 21, 2022
af5a5a1
fix: Display as many members as possible
Esinko Jan 21, 2022
bba0cfb
fix: Do not wrap long activity name & card max height to 630px
Esinko Jan 23, 2022
4d5d1a0
fix: Card max height to more optimal 720px
Esinko Jan 23, 2022
d4ea05e
fix: Handle even member lists correctly
Esinko Jan 24, 2022
1d8cbfa
fix: Prioritize active users in the member list
Esinko Jan 24, 2022
0528441
fix: Reddit account link
Esinko Jan 24, 2022
5c5d837
fix: Patch automatic updating on-click
Esinko Jan 24, 2022
9993696
fix: Blockquotes
Esinko Jan 24, 2022
e91c8ec
fix: More descriptive command definition
Esinko Jan 24, 2022
a4ae280
fix: Further fixes to card overflow
Esinko Jan 24, 2022
ddfba87
fix: SizeSort should respect activity priority
Esinko Jan 24, 2022
2147f47
fix: General cleanup & default profile pictures
Esinko Jan 30, 2022
fdd1555
chore: Include default profile pictures
Esinko Jan 30, 2022
c0b9466
fixed typo
n1kkedev Feb 2, 2022
7f79c22
feat: /github redirect
Esinko Feb 11, 2022
c3f53f8
fix: "Are not" sounds better
Esinko Feb 11, 2022
c5f2a16
fix: Correctly scale memberlist to 2 columns
Esinko Mar 1, 2022
b726261
feat: Include Skype & Playstation account icons
Esinko Apr 8, 2022
3a8af0f
fix: Include githubJoin redirect
Esinko Apr 8, 2022
b42c5c2
Add note
ahnl Jun 25, 2022
b465464
fix: Update header image assets
Esinko Aug 30, 2022
ee9012e
[ImgBot] Optimize images
ImgBotApp Nov 27, 2025
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
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
js/countUp.umd.js
32 changes: 32 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
module.exports = {
env: {
browser: true,
commonjs: true,
es2021: true
},
extends: ["airbnb-base"],
parserOptions: {
ecmaVersion: 12
},
plugins: ["prettier"],
rules: {
"keyword-spacing": [
"error",
{
before: true,
after: true
}
],
indent: ["error", 4],
quotes: ["error", "double"],
"comma-dangle": ["error", "never"],
semi: ["error", "never"],
"no-underscore-dangle": ["error", { allow: [] }],
"no-param-reassign": ["error", { props: false }],
"no-console": ["error", { allow: ["warn", "log", "error", "debug"] }],
"operator-linebreak": ["error", "after"],
"new-cap": ["error", { newIsCap: false }],
"max-len": ["error", { code: 230 }],
"function-paren-newline": ["warn", { minItems: 3 }]
}
}
15 changes: 0 additions & 15 deletions .gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions README.md

This file was deleted.

Binary file modified assets/about/board/ell.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/board/han.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/board/hei.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/board/lep.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/board/oik.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/board/por.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/board/ser.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/board/sin.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/board/steve.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/grid/assembly.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/grid/junction.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/grid/tacobell.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/about/testausmeet2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions assets/collaborations/datatahti.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/collaborations/logo_krp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/collaborations/nextgen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/collaborations/pvjjk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/collaborations/w4cfi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions assets/exclamation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon_old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/accounts/battlenet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading