Skip to content

Commit

Permalink
latest (#79)
Browse files Browse the repository at this point in the history
* latest main (#75)

* added isEvent ready for sponsors

* hide login

* Added tickets link

* #31 sessions container page

* #42 #35 Single session view, no sessions, skeletons

* format

* format

* updated text

* updated tickets link position

* sessionGrid

* stage changes

* sessions grid card

* Added GTM analytics, tracked tickets link

* #47 issue

* update changes on component

* session list card view section

* add e
session toggles

* add session toggles to app

* add filter sessions

* add groupBy3 helper

* reponsiveness

* lint

* lint

* lint

* add husky lint

* lint

* add lint

* lint

* lint

* lint

* lint

* lint

* lint

* lint

* add lint

* lint

* lint

* lint

* add tsx

* add tsx

* lock files

* add filter session

* fixed issues on the PR ft/sessions-list-card-view, here #32

* update components

* fix lint

* add helpers

* refactor filter sessions, move types out

* fix merge conflicts

* ch(components/sessions/FilterSessions.tsx): add mobile pixels

* filter session inteface

* #38 #37 #36 modals

* #54 google login, auth provider, logout, sessions, etc (#55)

* fix greetings CI #63 (#64)

* #57 Add close modal, add width prop (#65)

* month update

* hide

* fixed API keu bug on firebase

* #66 added sposrs card, api fetch (#67)

* added sponsors to page

* #62 single session data (#68)

* #62 single session data

* #64 sessions

Co-authored-by: Emmanuel Magak <[email protected]>

* Ft sessions grid (#72)

* Data fetching and displaying on session list and grid

* displaying data on Gridview

* added sponsors to page

* #62 single session data (#68)

* #62 single session data

* #64 sessions

Co-authored-by: Emmanuel Magak <[email protected]>

* previous changes before pull

* list and grid view data formating

* element keys

* something

Co-authored-by: i-Krypt <[email protected]>
Co-authored-by: Emmanuel Magak <[email protected]>
Co-authored-by: Njeri Kariuki <[email protected]>

* #56 filter sidebar fixes (#70)

* added session and event feedback #60 (#71)

* added session and event feedback #60

* format

* fixed data fetching, code cleaning

* Ft/star sessions (#73)

* session fixes

* added star sessions, my session #61

* persist my sessions, added hooks

* varying ...

* Ft/added filters (#74)

* #59 filter sessions

* added image

* auto hide indicators

* dots color

Co-authored-by: i-Krypt <[email protected]>
Co-authored-by: GloriaBargoria <[email protected]>
Co-authored-by: Brian Mugweru <[email protected]>
Co-authored-by: Njeri Kariuki <[email protected]>

* revert

Co-authored-by: i-Krypt <[email protected]>
Co-authored-by: GloriaBargoria <[email protected]>
Co-authored-by: Brian Mugweru <[email protected]>
Co-authored-by: Njeri Kariuki <[email protected]>
  • Loading branch information
5 people authored Nov 4, 2022
1 parent acd38c5 commit 194ccc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion context/AuthContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const AuthProvider = ({ children }: { children: ReactNode }) => {
}
getUser()
} catch (error) {
//
// eslint-disable-next-line no-console
console.log({ error })
}
Expand Down

0 comments on commit 194ccc6

Please sign in to comment.