Commit Graph

941 Commits

Author SHA1 Message Date
luxumbra
638c8ce351 Tidying the chart & adding a 7d/30d toggle 2021-11-29 19:50:39 -07:00
luxumbra
e492135ae2 feature: Added in react-vis to display the 30d seed chart
The chart is displayed as an SVG in the background. Probably needs a more snr dev to sanity check typescript stuff.
2021-11-29 19:50:39 -07:00
luxumbra
f6fe5aacb6 feat: Seed section pulling in data from CoinGecko
This will probably want a refactor in terms of how I have handled the TypeScript.  😅
2021-11-29 19:50:39 -07:00
vidvidvid
3cc964673e chore: move calendarId to config 2021-11-29 19:44:02 -07:00
vidvidvid
f79f6d0a90 fix: load component on client 2021-11-29 19:44:02 -07:00
vidvidvid
4f7d0ef770 fix: remove jstz, get timezone with Intl 2021-11-29 19:44:02 -07:00
Udit Takkar
4a5f7f82a0 feat: new file added for shared components 2021-11-26 13:50:09 -07:00
Udit Takkar
bd453ba39c fix: dao memberships without title are also displayed 2021-11-26 13:50:09 -07:00
vidvidvid
b26b040c12 add follow up improvement ideas (#931)
somehow i forgot to include this section in the pull request for creating the template
2021-11-24 15:19:38 +01:00
Alec LaLonde
fe75bb019f Added response punctuation 2021-11-23 16:27:58 -07:00
Alec LaLonde
cad515e8fa Disabled auto-activation during setAddress 2021-11-23 16:27:58 -07:00
Alec LaLonde
c885bc2009 First pass at addAlias using sourcecred API 2021-11-23 16:27:58 -07:00
vidvidvid
90703f5900 add github issue number 2021-11-18 21:25:57 -07:00
vidvidvid
3f5bc73045 Create pull_request_template.md
Would be nice to have a unified structure of pull requests
2021-11-18 21:25:57 -07:00
W.J. “dysbulic” H
a470d1a5d9 semicolons 🐓 2021-11-18 21:23:13 -07:00
W.J. “dysbulic” H
ca07424f80 renaming filterTimezones → timezonesFilter as the function generates a filter 2021-11-18 21:23:13 -07:00
W.J. “dysbulic” H
130281cf6c removing erroneous types & fixing timezone select 🌄 2021-11-18 21:23:13 -07:00
W.J. “dysbulic” H
c3594ad6e7 ignoring next config when linting 🇳🇫 2021-11-18 21:23:13 -07:00
W.J. “dysbulic” H
79b60d98f3 enabling the use of Webpack 5 📶 2021-11-18 21:23:13 -07:00
vidvidvid
3791611fd5 fix: lint error 2021-11-17 10:34:52 -07:00
vidvidvid
e40a8ed79b chore: remove unused config 2021-11-17 10:34:52 -07:00
vidvidvid
00f53a4b17 styling: margin & size 2021-11-17 10:34:52 -07:00
vidvidvid
ab0119e666 feat: determine timezone based on user 2021-11-17 10:34:52 -07:00
vidvidvid
fb6ebf4691 feat: remove old hacky calendar, use default google iframe calendar 2021-11-17 10:34:52 -07:00
vidvidvid
f441179be2 fix: lint error 2021-11-17 10:34:52 -07:00
vidvidvid
25c824e244 feat: add location 2021-11-17 10:34:52 -07:00
vidvidvid
96ea0e481c feat: add guests 2021-11-17 10:34:52 -07:00
vidvidvid
9a6fd74e96 fix: strip html from description 2021-11-17 10:34:52 -07:00
vidvidvid
aedb9c9d38 feat: set real calendar data + slight refactor 2021-11-17 10:34:52 -07:00
vidvidvid
87498f6108 feat: install date-fns 2021-11-17 10:34:52 -07:00
vidvidvid
873379a70b fix: lint error 2021-11-17 10:34:52 -07:00
vidvidvid
e7e4cd109f feat: get calendar data into the app 2021-11-17 10:34:52 -07:00
polimyl
d61e39b6d8 Docker image size optimization (#910)
* build(docker): use slim base images

* build(docker): create new stages that only include necessary files

* build(docker): delete devDependencies after build

* build(docker): move env vars to a later point for better caching
2021-11-13 12:29:22 -05:00
Mars Wong
52efceb4e6 [docs]: Use staging server for development
Resolves #912.
2021-11-13 12:26:21 -05:00
vidvidvid
755a2731b0 fix: don't redirect to /dashboard yet 2021-11-08 15:31:42 -07:00
vidvidvid
388b1ac5df Dashboard structure (#885)
* refactor: split Calendar

* refactor: split Seed

* refactor: split XP

* refactor: split Leaderboard

* refactor: LatestContent

* fix: rename component

* feat: create GridItem component

* feat: dashboard config with static values

* refactor: implement compact structure with GridItem and utils/dashboard
2021-11-08 15:31:42 -07:00
Luxumbra
57c1e42389 feature: Container Queries (#884)
* feature: First pass at Container Queries

`react-container-query` used to emulate 'media' queries based on container widths. Needs more thought on how to handle layouts for multiple devices. Min / Max widths for sections probs a good idea.

Added in an 'Edit' button to toggle editing the layout.

Added mostly static chakra elements to each of the sections to prototype the above Container Queries. I know it is not pretty, but TypeScript and I wanted to prototype it without stalling. I *will* split them out into components but would be good to perhaps pair up with you for this when you're available @vidvidvid.  🙏

* feature: Calendar UI elements (First pass)

Added in chakra popovers for event details.

Again, this is just chakra elements to be pulled out as templates for components.

* feat: better styling on the popovers & transitions on cal container queries

* feature: Improving responsiveness
2021-11-08 15:31:42 -07:00
Luxumbra
b4c08a37c1 Feature/dashboard UI mvp (WIP) (#882)
* First pass of UI config for the dashboard
- Namely adding in React Grid Layout and setting it up to save a users layouts to localStorage. It is responsive.

* Slight refactor of the dash grid code & removed lodash
2021-11-08 15:31:42 -07:00
vidvidvid
b7a1296bcf feat: direct user to dashboard on MetaLink click 2021-11-08 15:31:42 -07:00
vidvidvid
690bad19a0 feat: set up dashboard page 2021-11-08 15:31:42 -07:00
Udit Takkar
bdabf657a5 fix: navaigating between profiles and edit button 2021-11-04 23:21:47 -06:00
vidvidvid
d164de09c5 feat: add pronouns input to edit form 2021-11-04 22:59:58 -06:00
vidvidvid
9f47e72678 fix: style roles buttons 2021-11-04 22:59:58 -06:00
vidvidvid
ff8929b474 fix: capitalisation and disabling button when no user 2021-11-04 22:59:58 -06:00
vidvidvid
30638286c6 fix: order of steps 2021-11-04 22:59:58 -06:00
vidvidvid
42aba14546 fix: revert formatting changes 2021-11-04 22:59:58 -06:00
vidvidvid
3013f55952 fix: rebasing/merging problem 2021-11-04 22:59:58 -06:00
vidvidvid
d50304ef5e get rid of react warning 2021-11-04 22:59:58 -06:00
vidvidvid
1037889850 fix remaining issues 2021-11-04 22:59:58 -06:00
vidvidvid
23146e6998 really fix pronouns type 2021-11-04 22:59:58 -06:00