From ce9946c8aee8d76d7076d04eb7aaa632d6703c4b Mon Sep 17 00:00:00 2001 From: vinit717 Date: Sun, 26 Jan 2025 22:51:45 +0530 Subject: [PATCH] chore: fix filters --- constants.js | 2 +- feed/index.html | 22 +++++++--- feed/script.js | 76 +++++++++++++++++++++++--------- feed/style.css | 112 ++++++++++++++++++++++++++++++++++++++++-------- 4 files changed, 168 insertions(+), 44 deletions(-) diff --git a/constants.js b/constants.js index 2095f752..d2f822c3 100644 --- a/constants.js +++ b/constants.js @@ -1,4 +1,4 @@ -const API_BASE_URL = window.API_BASE_URL || 'https://api.realdevsquad.com'; +const API_BASE_URL = 'http://localhost:3000'; const REPO_SYNC_API_URL = 'https://staging-sync.staging-realdevsquad-com.workers.dev'; const USER_MANAGEMENT_LINK = 'user-management-link'; diff --git a/feed/index.html b/feed/index.html index 4e15662d..c23611aa 100644 --- a/feed/index.html +++ b/feed/index.html @@ -21,12 +21,24 @@

Activity Feed

- - - - - +
+
+ + × +
+
+
+
+ + +
+
+ + +
+
+