Commit Graph
123 Commits
Author SHA1 Message Date
Kato 196f9fd862 Add community tagline to About section — experience exchange for German and American expats, from entrepreneur to entrepreneur (DE/EN) 2026-09-05 18:33:20 +00:00
Kato 5f66682f1d Add calendar next to newsletter — month view fed by schedule webhook
- Calendar card beside newsletter signup (2-column grid, stacks on mobile)
- Month navigation (prev/next), Monday-first week, today highlighted
- Event dots on days with entries + event list below the grid
- Normalizes schedule webhook response ({data:[]} or [{data:[]}])
- Bilingual DE/EN month names + weekday headers, re-renders on language toggle
2026-09-05 18:19:00 +00:00
Kato c8e53d907d Fix invisible member/wiki/date cards — observe dynamically rendered cards in IntersectionObserver
Cards rendered after page load (from webhooks) were never observed by the
scroll-reveal IntersectionObserver, so they kept opacity:0 from CSS: space
taken, clickable, but content invisible. Now renderWikiCards, loadUsers and
renderDates register their cards with the observer; reduced-motion fallback
shows them immediately.
2026-09-05 18:03:13 +00:00
Kato 22f3e1edc7 Add visual styles to card classes (background, border, padding, box-shadow) 2026-09-05 16:42:26 +00:00
Kato ed5ddd7bf6 Fix missing functions — add escapeHtml, loadDates, renderDates to complete JS 2026-09-05 16:10:20 +00:00
Kato c9937f8f69 Fix JS — rebuild renderWikiCards, formatDate, closeWikiModal, openWikiModalSingle, searchWiki, getTopicColor 2026-09-05 15:55:45 +00:00
Kato 274a79d3d4 Add topic colors — each wiki topic gets distinct color badge (blue, teal, purple, orange, green) 2026-09-05 15:49:34 +00:00
Kato 5824868497 Fix ReferenceError in renderDates/renderWikiCards — add idx parameter to forEach callbacks 2026-09-05 15:42:39 +00:00
Kato 313d6024f5 Add classy scroll animations — staggered reveals, underline titles, counter highlights, card stacks, smooth hero entrance 2026-09-05 15:36:49 +00:00
Kato 7450d010c6 Redesign wiki — individual cards with topic badge, subtopic headline, teaser, date (yyyy-mm-dd) 2026-09-05 15:28:39 +00:00
Kato 8305f50fe9 Add language toggle CSS — hide-de/hide-en rules were missing 2026-09-05 14:25:34 +00:00
Kato 674233acde Fix openUserDetailModal — avatar image no longer overwrites initial element 2026-09-05 14:24:02 +00:00
Kato f594543daa Add dates/events section — loads from schedule webhook, shows cards with date/time 2026-09-05 13:42:44 +00:00
Kato 3df23371cf Add CTA button to hero section — Join Telegram Channel with invite link 2026-09-05 13:34:50 +00:00
Kato 4170d9b6d1 Remove footer brand, links — keep only copyright and sponsor 2026-09-05 13:30:49 +00:00
Kato 683c212667 Fix member cards: round avatar images, badge placement, click handler for modal 2026-09-05 13:25:23 +00:00
Kato dc4d3f3d3a Fix member cards: round avatar images, badge placement, click handler for modal 2026-09-05 13:21:27 +00:00
Kato 7cf7d2605f Replace palm trees with P logo, swap hero background for aerial landscape 2026-09-05 13:04:06 +00:00
Kato 489624699e Fix image blink: remove duplicate hero-image CSS, remove stray </main>, add fade-in-section to sections 2026-09-05 12:56:50 +00:00
Kato ef0d9aac55 Replace emoji icons with Unsplash free images (Paraguay, Banking, Legal, Taxes, ERP) 2026-09-05 12:37:51 +00:00
Kato 51b9e88a9a Add awesome animations: scroll reveal, ripple effects, hover lifts, gradient shifts, floating icons 2026-09-05 12:31:34 +00:00
Kato e4f72380eb Login button now opens Telegram group instead of modal 2026-09-05 12:09:39 +00:00
Kato 36be3a56f6 Fix stats — API returns array, handle data[0].users/topics/posts correctly 2026-09-05 12:02:55 +00:00
Kato a23b9f722b Switch to Facebook style as default — remove wikipedia, neo-mirai, all variations 2026-09-05 11:53:27 +00:00
Kato b73c375ad9 Remove apple, x, aurora variations — keeping wikipedia, facebook, neo-mirai 2026-09-05 11:50:16 +00:00
Kato 5dae119853 Fix broken CSS paths in wikipedia, apple, facebook, x variations 2026-09-05 10:49:12 +00:00
Kato a2675ea09a Add index_variations.html — landing page with all 6 design variations 2026-09-05 10:21:53 +00:00
Kato ae94e2f2b6 Add posts stats to community webhook (58 posts) 2026-09-05 10:17:36 +00:00
Kato ee3ba7e30f Add 5 website variations: neo-mirai, wikipedia, apple, facebook, aurora + community webhook stats 2026-09-04 22:40:02 +00:00
Kato 37b7cdb766 Use community webhook for live stats (108 users, 27 topics) 2026-09-04 22:14:01 +00:00
Kato 7754107fbf Refactor to one-page design with menu, hero, members, wiki cards, fulltext search 2026-09-04 20:53:18 +00:00
Kato 65b31c7d98 Move hamburger menu to top right corner of header 2026-09-04 20:19:46 +00:00
Kato e76f18b0a8 Move language toggle, profile and logout into hamburger menu next to brand 2026-09-04 20:15:30 +00:00
Kato b50947270d Show rank title with post count on member cards, e.g. Member (52) 2026-09-04 20:10:17 +00:00
Kato 8be1483e1d Add rank badge to profile modal and user detail modal (readonly) 2026-09-04 19:58:46 +00:00
Kato 72c1e89f6d Position rank badge at top-right corner of user card 2026-09-04 19:56:23 +00:00
Kato 80a2fc81be Make rank titles bilingual (DE/EN) 2026-09-04 19:52:20 +00:00
Kato 118a57ca5f Add gamified rank badge system based on posts count 2026-09-04 19:50:08 +00:00
Kato c3a3622c34 Make email and homepage clickable links in cards and detail modal 2026-09-04 19:41:30 +00:00
Kato 90864d8ff9 Render newlines as <br> in user description 2026-09-04 19:38:28 +00:00
Kato c61cd06c2c Render user description as HTML instead of plain text 2026-09-04 18:05:01 +00:00
Kato 73038f1717 Remove 'Veröffentlicht/Published' row from member detail modal 2026-09-04 16:59:39 +00:00
Kato d68d01264f Remove all debug console.log statements 2026-09-04 16:55:26 +00:00
Kato 6ca936671e Fix: save sessionid to localStorage as fallback for HttpOnly cookie 2026-09-04 16:45:00 +00:00
Kato 58dc9e4206 Fix getCookie to handle n8n first cookie without semicolon prefix 2026-09-04 16:37:11 +00:00
Kato 2adaefd556 Fix getCookie to handle n8n quoted cookie values 2026-09-04 16:33:32 +00:00
Kato e3fc5cf190 Remove login form, update Telegram link, fix profile modal layout 2026-09-04 16:21:27 +00:00
Kato 9bd0f79304 Rename profile modal to 'Dein Profile', put username and checkbox on same line with 'Veröffentlichen' label 2026-09-03 21:55:57 +00:00
Kato 0cc668621f Fix wiki accordion: topics first, then subtopics, then wiki text 2026-09-03 21:39:14 +00:00
Kato 77e6d921d6 Reload active tab content on language switch for wiki and users 2026-09-03 21:34:10 +00:00