diff --git a/src/lib/store.ts b/src/lib/store.ts index a0a07992..0d30a831 100644 --- a/src/lib/store.ts +++ b/src/lib/store.ts @@ -49,7 +49,7 @@ export const shouldUpdatePriceChart = writable(false); export const executiveClicked = writable(false); export const secFilingsClicked = writable(false); -export const discordMembers = writable(308); +export const discordMembers = writable(380); export const newAvatar = writable(""); diff --git a/src/routes/community/+page.svelte b/src/routes/community/+page.svelte index 44c99255..bec21fa0 100644 --- a/src/routes/community/+page.svelte +++ b/src/routes/community/+page.svelte @@ -1,720 +1,841 @@ - - - - {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} A community for discussion, insights, news and memes about financial markets. · stocknear + + {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} A + community for discussion, insights, news and memes about financial markets. · + stocknear - + - - - + + + - - - + + + - + +
+
+ +
+ + +
+
+
+ +
+
+ +
+ {#each Array(5) as _} + + {/each} +
+ {#if posts !== null} +
+ +
- -
+ + +
+ +
+
+
+ + +
+
+
+
+ + {#if isLoaded} + {#each posts as post} +
+
+ +
+
+ {/each} -
+ + {/if} - -
- + {#if postLoading && !noPostMore && data?.user} + + {:else if noPostMore} +
+ We reached the bottom brother +

+ Share your insight with others +

+
+ {#if !data?.user} + + {:else} + + + + {/if} +
+
+ {/if} + {/if} +
+
+ + + +
+
+ +
+ + Community Rules + +
+ + +
+
    +
  1. + Avoid Purely Policital Discussion +
  2. +
  3. + No violence or gory contents +
  4. +
  5. + No Advertisement, Self-Promotion, Fundraising, or + Begging +
  6. +
  7. No illegal activities
  8. +
+
+
+ +
+
-
+ {/if} + +
+
+ + + - - - - - - - - - -{#if LoginPopup} - -{/if} - - - - - - + + {#if LoginPopup} + + {/if} + - - \ No newline at end of file + .grid-background::before { + content: ""; + position: absolute; + border-radius: 10%; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: repeating-linear-gradient( + to bottom, + rgba(255, 255, 255, 0.15) 0, + rgba(255, 255, 255, 0.15) 1px, + transparent 1px, + transparent 40px + ), + repeating-linear-gradient( + to right, + rgba(255, 255, 255, 0.15) 0, + rgba(255, 255, 255, 0.15) 1px, + transparent 1px, + transparent 40px + ); + background-size: 20px 100% 100% 20px; /* Adjust the grid spacing as needed */ + } + diff --git a/src/routes/donation/+page.svelte b/src/routes/donation/+page.svelte index 48816b0f..edba5750 100644 --- a/src/routes/donation/+page.svelte +++ b/src/routes/donation/+page.svelte @@ -149,7 +149,7 @@ let cloudFrontUrl = import.meta.env.VITE_IMAGE_URL; Become a sponsor to stocknear

- If you believe in our mission and want to support us beyond your Pro Subscription, consider buying me a coffee through Ko-fi. Every contribution, no matter the size, makes a significant impact on our ability to serve you and the retail investor community. + If you believe in our mission and want to support us beyond your Pro Subscription, please support us via GitHub Sponsors. Every contribution, no matter the size, makes a significant impact on our ability to serve you and the retail investor community.

Sponsor us here