Commit Graph
100 Commits
Author SHA1 Message Date
plebeius.eth e6d671e74a Merge branch 'development' of https://github.com/plebbit/plebchan into development 2023-06-28 10:06:55 +02:00
plebeius.eth 2569aac805 fix useEffect 2023-06-28 10:06:35 +02:00
plebeius.eth 592e0e4547 Update main.js 2023-06-28 09:53:42 +02:00
plebeius.eth 84f5a46f5e Update Home.jsx 2023-06-28 09:31:59 +02:00
plebeius.eth c3c8d61763 disable u/link 2023-06-27 21:47:54 +02:00
plebeius.eth 9afd658de7 add description and rules components 2023-06-27 21:06:30 +02:00
plebeius.eth f259236c98 update board title and address 2023-06-27 16:42:39 +02:00
plebeius.eth aa02187621 add anon mode to catalog, fix errors 2023-06-27 10:35:21 +02:00
plebeius.eth de43c7e50e upgrade plebbit-react-hooks 2023-06-27 10:18:37 +02:00
plebeius.eth cd1b62af4e fix errors 2023-06-26 22:07:32 +02:00
plebeius.eth c630d08acf implement signers in anon mode 2023-06-26 21:55:26 +02:00
plebeius.eth af7fbda8cf fix menu bar for macOS 2023-06-26 09:38:17 +02:00
plebeius.eth 31ce77d77d fix greentext selection 2023-06-24 16:36:59 +02:00
plebeius.eth 79afa78142 add cid quote insertion logic in ReplyModal 2023-06-24 12:38:14 +02:00
plebeius.eth 91e51f828d limit parentCid logic to first ReplyModal opening 2023-06-24 11:44:36 +02:00
plebeius.eth 0f4d0fa434 remove overlay to allow clicking outside of modal 2023-06-24 09:19:32 +02:00
plebeius.eth 1c214ebf5c fix text selection for greentext 2023-06-23 15:37:46 +02:00
plebeius.eth ab62e82443 fix styling 2023-06-23 12:51:05 +02:00
plebeius.eth 3538b9b641 Update Thread.jsx 2023-06-23 12:48:42 +02:00
plebeius.eth 2772309db5 add new banners 2023-06-23 10:37:13 +02:00
plebeius.eth fbdeffe68c fix state labels to reflect precise state 2023-06-22 21:59:17 +02:00
plebeius.eth 24ebb6bd7e move useBufferedFeeds to Home 2023-06-22 18:12:15 +02:00
plebeius.eth 19e5aa3d0b add p/link and u/link quote functionality 2023-06-22 17:29:46 +02:00
plebeius.eth 7fa482dd0f Update SettingsModal.jsx 2023-06-22 15:55:33 +02:00
plebeius.eth b04b96c12c add hover render of post quoted by user 2023-06-22 14:59:30 +02:00
plebeius.eth 92479406c0 fix eslint 2023-06-21 22:24:56 +02:00
plebeius.eth 7924e0a663 add quote highlight and scroll to createQuotelink 2023-06-21 21:53:45 +02:00
plebeius.eth 43aa1a1a90 add highlight distinction 2023-06-21 09:57:00 +02:00
plebeius.eth 6b1bb46fa2 refactor Post.jsx with memoization 2023-06-21 08:47:31 +02:00
plebeius.eth 6a7670b0b5 return useAnonMode if accounts is undefined 2023-06-20 14:39:01 +02:00
plebeius.eth 57df14de27 show failed label only for failed state 2023-06-20 09:34:04 +02:00
plebeius.eth 012aa000ee add parsing for all links 2023-06-19 15:56:18 +02:00
plebeius.eth 6042361add fix undefined 2023-06-19 10:04:46 +02:00
plebeius.eth f2bf1438d1 fix author delete edit 2023-06-18 10:56:14 +02:00
plebeius.eth 52c8222829 upgrade plebbit-react-hooks 2023-06-18 10:44:45 +02:00
plebeius.eth cace364a03 fix anon mode replymodal logic 2023-06-17 21:55:20 +02:00
plebeius.eth fd84cbc55e fix replymodal in anon mode 2023-06-17 21:18:09 +02:00
plebeius.eth 869d653ce3 update anon mode 2023-06-17 20:24:38 +02:00
plebeius.eth 1abaf3faf2 add catalog rules and description 2023-06-17 12:51:30 +02:00
plebeius.eth 08e072b795 add rules and description mobile 2023-06-17 10:30:11 +02:00
plebeius.eth f6095e90c0 add board rules and description 2023-06-17 09:33:29 +02:00
plebeius.eth 153a174019 fix race condition 2023-06-16 15:28:03 +02:00
plebeius.eth 9733543822 add anon mode store, hide account UI 2023-06-16 14:42:23 +02:00
plebeius.eth 33e8cbfc6d add anon mode u/address randomization 2023-06-16 13:48:40 +02:00
plebeius.eth 823eba8ca6 show cid instead of pending 2023-06-15 15:50:13 +02:00
plebeius.eth cb90be9d1a add PendingLabel component 2023-06-15 14:17:33 +02:00
plebeius.eth ae2417dabc fix comment edits 2023-06-14 17:07:00 +02:00
plebeius.eth 965a63a996 fix toasts 2023-06-14 16:24:25 +02:00
plebeius.eth 2ab9aad63c update AllCatalog, SubscriptionsCatalog 2023-06-14 16:23:44 +02:00
plebeius.eth bebaa81dd5 fix thread quote refs 2023-06-14 10:08:46 +02:00
plebeius.eth 7e5ac0b7c7 update all.jsx, subscriptions.jsx 2023-06-13 21:20:19 +02:00
plebeius.eth 1c30826375 fix refs 2023-06-11 14:24:53 +02:00
plebeius.eth 7826bf07bc fix PostOnHover positioning calculation 2023-06-11 13:59:56 +02:00
plebeius.eth b03a542cec add PostOnHover to OP links 2023-06-11 12:17:22 +02:00
plebeius.eth 9659fb4480 add PostOnHover to mobile view 2023-06-10 18:52:45 +02:00
plebeius.eth 30947a67f0 add editedComment conditional to EditLabel 2023-06-10 14:31:25 +02:00
plebeius.eth aa45e4c963 fix calculation 2023-06-10 13:07:16 +02:00
plebeius.eth 023d84c350 improve PostOnHover positioning logic 2023-06-10 12:28:21 +02:00
plebeius.eth bb6bb379ca add anonymous mode UI 2023-06-09 18:06:01 +02:00
plebeius.eth a64816766c Update package.json 2023-06-09 11:02:35 +02:00
plebeius.eth 9ab703ca47 destructure toasts 2023-06-09 10:49:36 +02:00
plebeius.eth ab1cea7c00 add skeleton to p/all 2023-06-09 09:00:23 +02:00
plebeius.eth 122e5a6262 Update StateLabel.jsx 2023-06-08 22:27:34 +02:00
plebeius.eth 394c8c5825 fix commentIndex for StateLabel and add timer 2023-06-08 22:23:58 +02:00
plebeius.eth 604ebac472 Update EditLabel.jsx 2023-06-08 21:41:27 +02:00
plebeius.eth 90693c6f75 fix toasts 2023-06-08 21:11:28 +02:00
plebeius.eth 9198612156 add failed state 2023-06-08 12:28:33 +02:00
plebeius.eth 4d99491133 Update StateLabel.jsx 2023-06-08 12:06:43 +02:00
plebeius.eth 81bc4ffb55 Fix state label 2023-06-07 22:08:09 +02:00
Tom 4ae1eb5e19 refactor toasts 2023-06-07 21:24:17 +02:00
Tom 37d49668e4 Revert "refactor toasts"
This reverts commit db2e273ea6.
2023-06-07 18:26:03 +02:00
Tom db2e273ea6 refactor toasts 2023-06-07 18:24:02 +02:00
Tom a6faed9ada add PostOnHover for quotes in replies 2023-06-03 17:22:39 +02:00
Tom 97e95005d3 implement PostOnHover component 2023-06-03 16:33:59 +02:00
Tom 98f000b173 add onElementOutOfView 2023-06-02 13:50:58 +02:00
Tom 19a3286ae0 update all, subscriptions 2023-06-01 21:59:29 +02:00
Tom 6f4ca47a0f implement on hover cid highlight 2023-06-01 21:41:48 +02:00
Tom 20e746fe58 Update StateLabel.jsx 2023-06-01 17:25:21 +02:00
Tom 575382a9a3 Update StateLabel.jsx 2023-06-01 17:24:44 +02:00
Tom f03ff66f06 implement state strings in posts 2023-06-01 10:43:17 +02:00
Tom d790961a5d add edit label and original comment modal 2023-05-31 15:44:15 +02:00
Tom 4e3dfc4844 fix pending author address 2023-05-31 15:14:12 +02:00
Tom 71448fd357 fix settings modal read only 2023-05-30 19:08:21 +02:00
Tom dee9e198cc fix captcha modal state 2023-05-30 16:41:37 +02:00
Tom 083fceae81 fix moderation modal 2023-05-30 11:24:10 +02:00
Tom 97e503e48c Merge branch 'development' of https://github.com/plebbit/plebchan into development 2023-05-29 18:36:43 +02:00
Tom d0bfa64f38 Update package.json 2023-05-29 18:36:05 +02:00
Tom ad3690007f Update OfflineIndicator.jsx 2023-05-29 18:31:15 +02:00
Tom c0155b026a revert offline text 2023-05-29 18:30:09 +02:00
Tom c27a778e73 fix thread pending author address 2023-05-29 18:11:19 +02:00
Tom 492703f3c1 update styling 2023-05-29 15:48:09 +02:00
Tom d81c575517 fix offline icon style mobile 2023-05-29 15:27:43 +02:00
Tom 80d7c4ff4b update offline indicator design and styling 2023-05-29 12:20:45 +02:00
Tom 7d1aa40c6c fix home key values 2023-05-27 17:21:13 +02:00
Tom 0b877ec179 fix captcha image state 2023-05-27 14:09:49 +02:00
Tom d04dd32d5a fix navigating to home or 404 resets style 2023-05-27 12:55:16 +02:00
Tom 51b3466b49 fix styling 2023-05-27 12:33:25 +02:00
Tom 8c03f5e0af fix mobile buttons styling, flexbox 2023-05-27 11:04:23 +02:00
Tom 24e1e9d9d8 fix undefined on mobile 2023-05-26 21:09:45 +02:00
Tom b1db4f1776 fix styling 2023-05-26 20:54:23 +02:00