Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed:#1887 Event and Holiday Calendar View #2633

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
a0705d5
fixed Event and Holiday Calendar View
gurramkarthiknetha Dec 1, 2024
98d32de
fixed the inline css
gurramkarthiknetha Dec 1, 2024
d141177
changed some changes acc to bot
gurramkarthiknetha Dec 1, 2024
ba21ae5
changed acc to the bot 2
gurramkarthiknetha Dec 1, 2024
b717e05
removed unnessary changes
gurramkarthiknetha Dec 2, 2024
71ba035
changed inline css to css file
gurramkarthiknetha Dec 3, 2024
0f42c29
Merge remote-tracking branch 'upstream/develop-postgres' into issues/…
gurramkarthiknetha Dec 4, 2024
ee7dbfc
revert unwanted changed
gurramkarthiknetha Dec 4, 2024
0ca6a84
changed some changes according to bot
gurramkarthiknetha Dec 6, 2024
8e9734e
changed acc to code rabbit
gurramkarthiknetha Dec 9, 2024
455fdf9
changed
gurramkarthiknetha Dec 9, 2024
5db138d
change2
gurramkarthiknetha Dec 9, 2024
fceed25
change3
gurramkarthiknetha Dec 9, 2024
907d840
new change
gurramkarthiknetha Dec 10, 2024
0ba3ab2
change done
gurramkarthiknetha Dec 10, 2024
9af5bdb
changed acc to code rabbin
gurramkarthiknetha Dec 10, 2024
0a60bdf
c2
gurramkarthiknetha Dec 10, 2024
57b795b
changed acc to codecov
gurramkarthiknetha Dec 10, 2024
8bee50e
cfinal
gurramkarthiknetha Dec 10, 2024
65ef7d7
t1 to improve codecov
gurramkarthiknetha Dec 12, 2024
d261991
t2
gurramkarthiknetha Dec 12, 2024
d75aae2
t3
gurramkarthiknetha Dec 12, 2024
bb4892d
t4
gurramkarthiknetha Dec 12, 2024
24b20fc
t5
gurramkarthiknetha Dec 12, 2024
2d063af
ft1
gurramkarthiknetha Dec 12, 2024
307f6a4
t75
gurramkarthiknetha Dec 12, 2024
cd38a0c
t175
gurramkarthiknetha Dec 13, 2024
f4384bd
new1
gurramkarthiknetha Dec 13, 2024
9569015
new2
gurramkarthiknetha Dec 13, 2024
b9ab693
revert-my-change-to improve codecov
gurramkarthiknetha Dec 13, 2024
0baa4ad
newchange1
gurramkarthiknetha Dec 13, 2024
f1ba058
t74
gurramkarthiknetha Dec 13, 2024
96e1169
change acc code rabbin-1
gurramkarthiknetha Dec 15, 2024
c2a44f3
retrive
gurramkarthiknetha Dec 15, 2024
d764823
changed acc to bot
gurramkarthiknetha Dec 15, 2024
cd0e8e1
new1
gurramkarthiknetha Dec 16, 2024
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
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 👋 Welcome, we're glad you're setting up an installation of Talawa-admin. Copy this

Check warning on line 1 in .env.example

View workflow job for this annotation

GitHub Actions / Performs linting, formatting, type-checking, checking for different source and target branch

File ignored by default.
# file to .env or set the variables in your local environment manually.


Expand All @@ -8,20 +8,20 @@

# Run Talawa-api locally in your system, and put its url into the same.

REACT_APP_TALAWA_URL=
REACT_APP_TALAWA_URL=http://localhost:4000/graphql/
gurramkarthiknetha marked this conversation as resolved.
Show resolved Hide resolved

# Do you want to setup and use "I'm not a robot" Checkbox (Google Recaptcha)?
# If no, leave blank, else write yes
# Example: REACT_APP_USE_RECAPTCHA=yes

REACT_APP_USE_RECAPTCHA=
REACT_APP_USE_RECAPTCHA=yes

# If you are using Google Recaptcha, i.e., REACT_APP_USE_RECAPTCHA=yes, read the following steps
# Get the google recaptcha site key from google recaptcha admin or https://www.google.com/recaptcha/admin/create
# from here for reCAPTCHA v2 and "I'm not a robot" Checkbox, and paste the key here.
# Note: In domains, fill localhost

REACT_APP_RECAPTCHA_SITE_KEY=
REACT_APP_RECAPTCHA_SITE_KEY=6Lc8sJsqAAAAAM9BKO4-veuu9kaVm50NXT6E0tT1

# has to be inserted in the env file to use plugins and other websocket based features.
REACT_APP_BACKEND_WEBSOCKET_URL=ws://localhost:4000/graphql/
Expand Down
Loading
Loading