Ian Philips
4aface583d
Remove pesky loading spinner
2022-07-19 16:41:11 -06:00
Ian Philips
2152e5286a
Score & sort by unique bettors in last 3 days
2022-07-19 16:29:41 -06:00
James Grugett
58d6286361
Fix chart area extending into labels below
2022-07-19 17:22:58 -05:00
James Grugett
6124ea01f6
Fix a DOM error in console
2022-07-19 16:57:32 -05:00
Marshall Polaris
6d3490cd68
Turn off Next.js font inlining ( #668 )
2022-07-19 14:20:23 -07:00
James Grugett
af6552958f
Show all-time profit on UserPage
2022-07-19 16:05:50 -05:00
Marshall Polaris
f9aab39039
Clean up font loading and see if it fixes our problem ( #667 )
2022-07-19 13:57:32 -07:00
James Grugett
fc9e261601
Fix build
2022-07-19 15:45:47 -05:00
James Grugett
e9ad30cc74
Increase number of contracts shown in bets list
2022-07-19 15:43:37 -05:00
James Grugett
2684c8bcca
Default to weekly leaderboard
2022-07-19 15:39:40 -05:00
James Grugett
6c070464dd
Use static props to load leaderboard fast
2022-07-19 15:39:17 -05:00
Ian Philips
b5ef7490c3
NotificationSettings to its own file
2022-07-19 14:24:36 -06:00
Ian Philips
6dcad6225b
Next/Previous => Older/Newer
2022-07-19 14:16:20 -06:00
James Grugett
b6c8390a46
Show order book button even on Quick bet
2022-07-19 15:01:15 -05:00
Ian Philips
a1e03c3a25
Allow opening notifs in new tabs, return newest notifs
2022-07-19 13:58:51 -06:00
James Grugett
74760b1062
Reorder orderbook columns
2022-07-19 14:53:33 -05:00
Marshall Polaris
61cbb07bd5
Fix some broken stuff on the homepage contract search routing ( #664 )
...
* Use Next router more appropriately
* Replace instead of push when modifying search query params
2022-07-19 12:33:53 -07:00
mantikoros
12567074cc
fix log scale graph
2022-07-19 12:31:26 -05:00
Marshall Polaris
0d282a962c
Don't setQuery
on group selector component during initial render ( #660 )
2022-07-19 09:35:43 -06:00
Ian Philips
a203f43142
Cache all notifs
2022-07-19 09:29:12 -06:00
Ian Philips
c236eb15b1
Cache notifs in local, gives instant load of old notifs ( #662 )
...
* Cache notifs in local, gives instant load of old notifs
* Small refactor, add ss auth
* unused vars
* Add back in replaceAll
* Save all notifs
* Memoize paginated notifs
* Replace all => replace with regexp
2022-07-19 09:04:47 -06:00
Austin Chen
2bae7dc200
Fix error on no portfolio history
2022-07-19 02:54:05 -07:00
Marshall Polaris
55775d9d37
Also handle case where there are no cookies yet
2022-07-19 01:35:34 -07:00
Marshall Polaris
c256e9c0cc
Attempt to fix up overly sensitive cookie parsing
2022-07-19 01:33:00 -07:00
Austin Chen
f6d2c56e43
Fix /create
2022-07-19 01:23:36 -07:00
Marshall Polaris
a103a2ee2c
Initial draft of Vercel Firebase auth ( #593 )
...
* Set a cookie with an up-to-date Firebase ID token
* Implement server-side authentication cookie reading logic
* Change index page to redirect for authed users
* No branch necessary for logged in users on index page
* Add helpers for creating server-side redirects
* Add some common sense redirects
2022-07-19 00:50:11 -07:00
Austin Chen
d1ad0716c8
Fix import
2022-07-19 00:34:53 -07:00
Austin Chen
b501776e33
Remove quadratic matching from /charity
2022-07-19 00:20:18 -07:00
mantikoros
8793288dc8
contract description: less prominent edit buttons
2022-07-18 19:17:45 -05:00
Marshall Polaris
f2a7a145e4
Add React key prop to homepage filter widget ( #661 )
2022-07-18 18:37:46 -05:00
James Grugett
61a21d34b2
Order limit bets in sorted order on mobile
2022-07-18 18:19:30 -05:00
Austin Chen
47a27bf3fe
Label "Since June" for users who had an account prior to 2022-06-20 ( #659 )
2022-07-18 15:55:17 -07:00
Sinclair Chen
781de79b97
Make description text style more consistent
...
- links and blockquotes have light font weight, like other text
- font size in editor matches font size in description
- old descriptions have same style as new
- placeholder text matches editor style
- decrease line-height a bit
2022-07-18 14:03:05 -07:00
Ian Philips
e2a72dd0a2
Fix /create date input
2022-07-18 15:01:50 -06:00
mantikoros
65e4f24531
groups: only change layout if sidebar chat, smaller leave button
2022-07-18 12:55:49 -05:00
Ian Philips
39c38a669e
Referrals bug fix and attribute group
2022-07-18 10:40:44 -06:00
Ian Philips
db537a97ba
Allow click on group card avatar
2022-07-18 08:35:59 -06:00
Ian Philips
229d270d25
Set max width on avatars
2022-07-18 08:34:20 -06:00
Ian Philips
eb4906cb97
Remove query from notif isSeen logic
2022-07-18 08:18:40 -06:00
Ian Philips
906cfc29c8
Endswith=>includes to handle sort query in group chat
2022-07-18 07:59:21 -06:00
Ian Philips
a247e6d0de
Default to created time if no chat activity
2022-07-18 07:38:02 -06:00
Austin Chen
f393246e4f
Let users edit descriptions and questions ( #654 )
...
* Use rich text editor on the description
* Write a new line to description when the question is changed
* Stop showing categories
* Allow anyone to edit their own question
2022-07-17 22:22:44 -07:00
mantikoros
281b712258
move group chat to sidebar on desktop
2022-07-17 15:56:39 -05:00
mantikoros
b5f0b58898
usePing
2022-07-17 15:17:31 -05:00
mantikoros
07bfdadd25
remove OnlineUserList b/c of responsiveness issues
2022-07-17 14:40:21 -05:00
James Grugett
c1d77f48e3
Fix tag filter
2022-07-16 18:56:21 -05:00
James Grugett
1edc1993e1
Cache follows in localstorage
2022-07-16 14:58:25 -05:00
Austin Chen
60f4e43cf3
Prettier fix
2022-07-16 12:51:22 -07:00
James Grugett
7feacbd961
Tweak wording
2022-07-16 14:37:03 -05:00
James Grugett
7b6344d976
Order book button opens full table of limit orders in dialog
2022-07-16 14:21:25 -05:00
Austin Chen
32cb19d01f
Randomize image upload path to avoid collisions
2022-07-16 11:39:58 -07:00
Austin Chen
1bc49dc0a2
Tweak placeholder copy
2022-07-16 11:39:58 -07:00
Austin Chen
349772a2f9
Description typography: font-light, text-base
2022-07-16 11:39:58 -07:00
Austin Chen
916618be31
Disable quotation marks in quotes
2022-07-16 11:39:58 -07:00
ingawei
7d24a3e4a2
Inga/manalink bug fixes ( #653 )
...
* fixed manalinks bug of claiming own manalink, and also rerouting to home upon claiming if not logged in
* no more multiple hardcoded manalink messages
2022-07-15 20:42:37 -05:00
Ian Philips
eed7990c3c
Lighten unseen notifs
2022-07-15 16:57:58 -06:00
Sinclair Chen
2543bdcdfc
refactor string matching ( #649 )
2022-07-15 14:16:00 -07:00
Marshall Polaris
38c26f8b5c
Add API endpoints for fetching user info by username and ID ( #652 )
...
* Add an API endpoint for fetching user info by username
* Add endpoint for querying users by ID, too
* Add very simple docs about user APIs
2022-07-15 14:03:34 -07:00
James Grugett
feba0b58ee
Turn search filters into pills
2022-07-15 15:06:33 -05:00
Ian Philips
a6cbb6b759
Small notifications ux improvements
2022-07-15 11:53:30 -06:00
James Grugett
1ca73ecd4d
Add size prop to button
2022-07-15 12:24:07 -05:00
James Grugett
ec682788e0
Put back old Yes/No bet buttons
2022-07-15 11:03:42 -05:00
Ian Philips
0be38c4e09
Online users list ui, remove from followers list
2022-07-15 09:32:03 -06:00
Ian Philips
50447cf8d3
Unused vars
2022-07-15 08:48:35 -06:00
Ian Philips
d54a72c431
Remove extra comment
2022-07-15 08:47:19 -06:00
Ian Philips
dd9d24e657
Show online users on desktop
2022-07-15 08:45:52 -06:00
Ian Philips
2610f32521
Correct my username
2022-07-15 07:35:17 -06:00
Ian Philips
47579e8509
Fix network spam with modified deps array
2022-07-15 07:28:04 -06:00
Ian Philips
9c49f2e2d7
Revert "Revert "Order groups by most recent chat activity ( #650 )""
...
This reverts commit 17c9beca28
.
2022-07-15 06:52:08 -06:00
James Grugett
36851ae9f9
Exclude more mobile options from private instances
2022-07-15 00:45:50 -05:00
James Grugett
64c83c4ef0
Don't show portfolio no history message
2022-07-14 23:56:30 -05:00
James Grugett
590c63e911
Small fixes for limit order table
2022-07-14 21:27:00 -05:00
James Grugett
17c9beca28
Revert "Order groups by most recent chat activity ( #650 )"
...
This reverts commit 6e1aa4b0f4
.
2022-07-14 20:51:38 -05:00
ingawei
2f02e4d3e0
minor tweaks of manalink form ( #647 )
...
* minor tweaks of manalink form, adding M$ in front of amount and changing expire time to dropdown instead of calendar selection
* made minimum for uses and amount 1, it seems otherwise it does not generate a link at all
2022-07-14 19:43:06 -05:00
Ian Philips
44d993a588
Bold group for old chat notif
2022-07-14 17:03:08 -06:00
Ian Philips
6e1aa4b0f4
Order groups by most recent chat activity ( #650 )
...
* Order groups by most recent chat activity
* Use group chat slug constant
* Match source slug and isSeenOnHref
* Listen for group member changes
2022-07-14 16:46:45 -06:00
James Grugett
be64bf71a7
Limit the amount of bets and comments sent to the client through getStaticProps
2022-07-14 14:57:17 -05:00
Ian Philips
d9279e42cc
Don't collapse/expand notifs with ctrl/cmd click
2022-07-14 11:56:40 -06:00
Ian Philips
6a28643215
Notifications ux
2022-07-14 11:48:04 -06:00
Ian Philips
27a544205f
Optimistically join groups
2022-07-14 11:09:28 -06:00
James Grugett
8daf1b2ba8
Return undefined instead of null for useUserById(undefined)
2022-07-14 12:03:29 -05:00
Sinclair Chen
a93e64c830
fix: let useUserById accept undefined userId ( #648 )
2022-07-14 12:02:46 -05:00
James Grugett
0c328bc398
Move getStorage() into init.ts after initializeApp() is called.
2022-07-14 11:44:52 -05:00
Ian Philips
4eba3c8124
Try new way of calculating rankings for large groups
2022-07-14 09:09:12 -06:00
Ian Philips
709ce5377a
Remove extra key assignment
2022-07-14 07:57:33 -06:00
Ian Philips
ee01328553
Remove group slugs from contracts on delete group
2022-07-14 07:53:41 -06:00
Sinclair Chen
5ebd4498a0
Remove deprecated useUserById implementation ( #571 )
...
* Remove duplicate useUserById implementation
* fix bug: firebase doesn't accept empty paths
2022-07-13 17:43:20 -07:00
Sinclair Chen
095af10d4f
replace raw checkbox w/ Checkbox component
...
also run prettier
2022-07-13 16:50:08 -07:00
James Grugett
f4b7b9efd0
Only show probabilty update with arrow if probability changes
2022-07-13 18:39:32 -05:00
James Grugett
67b3450924
Use quick vs limit bet in mobile dialog
2022-07-13 18:28:33 -05:00
James Grugett
9240cd3d1c
Bet panel: Quick vs Limit pill buttons. Also, pill buttons for Yes vs No.
2022-07-13 18:23:36 -05:00
Sinclair Chen
98192ee580
simplify rich text link styles
2022-07-13 16:14:44 -07:00
Sinclair Chen
664e55a40b
Add typing, pasting links ( #646 )
2022-07-13 15:56:15 -07:00
Ian Philips
45fb3803c1
Limit member search to 100
2022-07-13 16:24:35 -06:00
mantikoros
e1b6619e9c
embeds: don't show bet button after resolution
2022-07-13 17:22:50 -05:00
Ian Philips
7a49549389
Ignore rankings/members for huge groups for now
2022-07-13 16:20:56 -06:00
Sinclair Chen
f08d6bda93
when adding package, don't put ^ before version ( #645 )
2022-07-13 15:14:06 -07:00
ingawei
a4e2cce4aa
initial commit for manalinks UI improvements ( #642 )
...
* manalinks UI improvements
* made manalink look more like card
* changed new link to pulsing indigo instead of green
2022-07-13 16:57:34 -05:00
Ian Philips
55c91dfcdd
Categories to groups ( #641 )
...
* start on script
* Revert "Remove category filters"
This reverts commit d6e808e1a3
.
* Convert categories to official default groups
* Add new users to default groups
* Rework group cards
* Cleanup
* Add unique bettors to contract and sort by them
* Most bettors to most popular
* Unused vars
* Track unique bettor ids on contracts
* Add followed users' bets to personal markets
* Add new users to welcome, bugs, and updates groups
* Add users to fewer default cats
2022-07-13 15:11:22 -06:00
James Grugett
e868f0a15a
Fix pagination component going one page too far + tweaks
2022-07-13 15:15:03 -05:00