Commit Graph

  • 7d0136152a style(expando): remove alt of img as it doesn't seem to cause an eslint warning plebeius.eth 2023-10-18 17:06:21 +02:00
  • 77c5a82486 style(thumbnail): remove unneeded padding plebeius.eth 2023-10-18 17:02:42 +02:00
  • f6030ba2a4 style(feed post): fix padding, remove useless properties plebeius.eth 2023-10-18 16:55:36 +02:00
  • 322bf08794 style(feed post): add flex column to avoid any wrapping below thumbnail and vote arrows plebeius.eth 2023-10-18 16:46:44 +02:00
  • 4618e6ee02 fix(expando): add line breaks plebeius.eth 2023-10-18 16:21:19 +02:00
  • 35f4302450 Merge pull request #13 from plebbit/development plebeius.eth 2023-10-18 15:40:13 +02:00
  • 6d1e1de578 refactor(header): move logic outside of render plebeius.eth 2023-10-18 15:39:29 +02:00
  • 6cce3d2560 refactor(thumbnail): refactor each media type out of the render like expando plebeius.eth 2023-10-18 15:30:33 +02:00
  • 442a64ec5a chore(expando): add prettier-ignore plebeius.eth 2023-10-18 15:25:10 +02:00
  • e8d7a22033 perf(expando): refactor, only load videos and audios when expanded plebeius.eth 2023-10-18 15:21:37 +02:00
  • 909d7c1602 typo plebeius.eth 2023-10-18 14:45:51 +02:00
  • 397b58ea3d refactor(feed post): move functions to utils, move expando and button code to new components, remove repetitions plebeius.eth 2023-10-18 14:23:52 +02:00
  • fa9b39a6ce Merge branch 'development' of https://github.com/plebbit/seedit into development plebeius.eth 2023-10-18 12:10:24 +02:00
  • fe6d0b9f37 chore(package.json): add ts to prettier script, prettify plebeius.eth 2023-10-18 11:36:07 +02:00
  • 58d8b866a0 Merge pull request #12 from plebbit/master plebeius.eth 2023-10-18 11:34:01 +02:00
  • 7fcbe3fbb6 refactor(utils): add getHostname, memoize getCommentMediaInfo plebeius.eth 2023-10-18 11:33:40 +02:00
  • fd92f54158 style(header): use svg for logo text instead of png plebeius.eth 2023-10-17 10:47:17 +02:00
  • 95a0f2c3a1 style(feed post): add dark version of expand buttons plebeius.eth 2023-10-17 10:05:45 +02:00
  • a6bdb56213 Merge pull request #11 from plebbit/development plebeius.eth 2023-10-16 21:51:05 +02:00
  • 64087f611f feat(post tools label): add spoiler label next to post tools buttons plebeius.eth 2023-10-16 21:49:07 +02:00
  • d9da3a8c5e refactor(thumbnail): make thumbnail component from feed post plebeius.eth 2023-10-16 21:24:16 +02:00
  • bc6bad15a5 Merge branch 'development' of https://github.com/plebbit/seedit into development plebeius.eth 2023-10-16 21:02:46 +02:00
  • 9e7fc003d3 Merge pull request #10 from plebbit/master plebeius.eth 2023-10-16 21:02:27 +02:00
  • c1eb36e3cf refactor(feed post): move buttons to post-tools component plebeius.eth 2023-10-16 21:02:05 +02:00
  • 04b6fc2bb5 fix(feed post): remove www in links plebeius.eth 2023-10-16 20:42:28 +02:00
  • 0fd9fbb845 fix(feed post): use subplebbit.shortAddress instead of slice plebeius.eth 2023-10-16 20:39:57 +02:00
  • 959d5b3f3f fix(feed post): remove 'thumbnail' alt onError for img elements, prettify plebeius.eth 2023-10-16 17:46:26 +02:00
  • 6f274ed53f fix(feed post): add try block for link hostname plebeius.eth 2023-10-16 17:45:15 +02:00
  • 2147c96a9b fix(feed post): only show hostname of links plebeius.eth 2023-10-16 17:32:46 +02:00
  • 9e26af485f feat(feed post): add flair plebeius.eth 2023-10-16 17:29:58 +02:00
  • 097ab51ea5 Merge pull request #9 from plebbit/development plebeius.eth 2023-10-16 13:17:32 +02:00
  • 1e6fdfff27 fix(topbar): prevent clicking the subs dropdown if there are no subs plebeius.eth 2023-10-16 13:00:23 +02:00
  • 28705cf25d fix(utils): remove broken bitchute patternThumbnailUrl plebeius.eth 2023-10-16 12:51:26 +02:00
  • f6f0089413 fix(embed): wrong srcdoc class syntax prevented some embeds from loading plebeius.eth 2023-10-16 12:22:47 +02:00
  • 1a62395140 style(feed post): fix thumbnail wrapper background dimensions plebeius.eth 2023-10-16 11:20:23 +02:00
  • 336d4b3303 refactor(feed post): comment out scrapedThumbnailUrl plebeius.eth 2023-10-15 22:29:32 +02:00
  • 94589d8bea Merge branch 'development' of https://github.com/plebbit/seedit into development plebeius.eth 2023-10-15 22:15:10 +02:00
  • 725a2e42a4 perf(home): add overscan to virtuoso plebeius.eth 2023-10-15 22:14:59 +02:00
  • ff622fe3aa Merge pull request #8 from plebbit/master plebeius.eth 2023-10-15 22:10:50 +02:00
  • a7fd5dd36b perf(feed post): fix img source impacted scroll performance plebeius.eth 2023-10-15 22:10:19 +02:00
  • ede81ceba6 style(header): fix margin plebeius.eth 2023-10-15 21:26:57 +02:00
  • a310f1d5d9 Merge pull request #7 from plebbit/development plebeius.eth 2023-10-15 19:47:02 +02:00
  • 319dd23919 perf(feed post): fix virtuoso scrolling smoothness removing all margin and adding render optimizations plebeius.eth 2023-10-15 19:45:47 +02:00
  • 8ffbe69866 fix(feed post): add pluralization of reply count plebeius.eth 2023-10-15 10:05:53 +02:00
  • 23ab0efb21 Merge branch 'development' of https://github.com/plebbit/seedit into development plebeius.eth 2023-10-14 19:47:17 +02:00
  • 46ea109904 style(feed post): add dark colors to text expando plebeius.eth 2023-10-14 19:47:02 +02:00
  • 964c1a7a54 Merge pull request #6 from plebbit/master plebeius.eth 2023-10-14 19:41:01 +02:00
  • 88c2e1dc77 feat(feed post): add iframe embeds plebeius.eth 2023-10-14 19:21:05 +02:00
  • fc9a865958 fix(feed post): enable external embed links plebeius.eth 2023-10-14 19:20:34 +02:00
  • bb0291e686 fix(style): body background color defaulted to light on dark mode when scrolling fast plebeius.eth 2023-10-14 18:58:08 +02:00
  • 29e138895f Create README.md plebeius.eth 2023-10-14 17:36:48 +02:00
  • 2fe0309347 feat(feed post): add audio embed plebeius.eth 2023-10-14 17:25:15 +02:00
  • 77a2551695 Merge pull request #5 from plebbit/development plebeius.eth 2023-10-14 17:16:39 +02:00
  • cffd69ef1d Merge branch 'development' of https://github.com/plebbit/seedit into development plebeius.eth 2023-10-14 17:16:11 +02:00
  • 141930615e feat(feed post): add images and videos with dimensions from API and wrapper plebeius.eth 2023-10-14 17:15:53 +02:00
  • 12a6617ea3 chore(translations): update Italian plebeius.eth 2023-10-14 16:18:17 +02:00
  • 83707470ac chore(utils): convert to ts, add getCommentMediaInfo plebeius.eth 2023-10-14 16:17:12 +02:00
  • 0dbfd42141 chore(package.json): add memoizee types, declare ext-name plebeius.eth 2023-10-14 16:16:45 +02:00
  • ff9431ccf5 style(themes): rename dark to black plebeius.eth 2023-10-14 16:14:56 +02:00
  • 300f3ad2a3 Merge pull request #4 from plebbit/master plebeius.eth 2023-10-14 10:50:56 +02:00
  • 1cf3a440a1 style(themes): improve dark mode plebeius.eth 2023-10-13 21:23:34 +02:00
  • 6efb790f0b style(themes): improve css variables naming to be more accurate plebeius.eth 2023-10-13 17:54:04 +02:00
  • 2458773329 Merge pull request #3 from plebbit/development plebeius.eth 2023-10-13 17:13:23 +02:00
  • bf8add3106 fix(header): auto select hot short at first load plebeius.eth 2023-10-13 17:12:54 +02:00
  • 139fbff81c style(topbar): add text decoration underline on hover plebeius.eth 2023-10-13 17:09:44 +02:00
  • 19b0b7d107 style(feed post): add text decoration underline on hover plebeius.eth 2023-10-13 17:09:34 +02:00
  • 4b004630ea refactor(style): removed nested css from all modules plebeius.eth 2023-10-13 16:59:03 +02:00
  • f1dfafeb5e Revert "style: convert all css modules to scss" plebeius.eth 2023-10-13 16:50:08 +02:00
  • 3140f829bd fix(use-theme): forgot to default to light theme, not dark plebeius.eth 2023-10-13 13:09:25 +02:00
  • d2a33ae775 refactor(home): use StateSnapshot type directly plebeius.eth 2023-10-13 13:06:49 +02:00
  • dba5381c94 refactor(header): move choices array to top level so it's static plebeius.eth 2023-10-13 13:05:57 +02:00
  • 41eed40f06 refactor(feed post): import i18next in getFormattedTime for t instead of passing it as parameter plebeius.eth 2023-10-13 12:12:21 +02:00
  • 777d4eee70 fix(header): remove "top" sort plebeius.eth 2023-10-13 12:09:30 +02:00
  • 359f04a993 style: convert all css modules to scss plebeius.eth 2023-10-13 11:43:10 +02:00
  • 2f7bbe9d43 chore(package.json): updated browserslist plebeius.eth 2023-10-12 20:50:02 +02:00
  • 1c5208f82a Merge pull request #2 from plebbit/master plebeius.eth 2023-10-12 20:04:31 +02:00
  • f41bc32dc4 Rename App.tsx to app.tsx plebeius.eth 2023-10-12 20:04:07 +02:00
  • 86331eb99a feat(feed post): add expandos for posts text content and related buttons plebeius.eth 2023-10-12 16:40:35 +02:00
  • d522b68473 Merge pull request #1 from plebbit/development plebeius.eth 2023-10-12 13:18:27 +02:00
  • 43f047aa8b chore(package.json): add memoizee, remove carets plebeius.eth 2023-10-12 12:42:45 +02:00
  • e9e473598f chore: prettify, add missing translations plebeius.eth 2023-10-12 12:31:50 +02:00
  • ef6091ca6c feat(feed post): translate timestamp plebeius.eth 2023-10-12 12:06:03 +02:00
  • 0d084891a0 feat(feed post): translate post UI plebeius.eth 2023-10-12 11:27:38 +02:00
  • cac7d19e6d feat(feed post): add buttons plebeius.eth 2023-10-12 11:11:14 +02:00
  • 4ce7b943ed chore(package.json): add cross-env plebeius.eth 2023-10-12 10:28:51 +02:00
  • e70d0a41fb chore(package.json): add script yarn build-netlify plebeius.eth 2023-10-12 10:15:26 +02:00
  • 12afc828fd feat(account bar): clicking the language name switches the language, for testing plebeius.eth 2023-10-12 10:11:45 +02:00
  • 345e9657a2 chore(languages): call subs "communities", update languages plebeius.eth 2023-10-12 07:51:23 +02:00
  • c4b83dbf8b style(themes): better green color plebeius.eth 2023-10-11 21:17:05 +02:00
  • ac046d511e feat(feed post): add link contents after scroll optimization plebeius.eth 2023-10-11 16:17:21 +02:00
  • 1618108f6f fix(feed post): use Comment type from API in props interface plebeius.eth 2023-10-11 16:12:46 +02:00
  • 452e06dfce feat(feed post): add posts to homepage, initial design, optimized scrolling for virtuoso plebeius.eth 2023-10-11 16:03:17 +02:00
  • d794aec82a refactor(home): move temporary language and theme select elements to header plebeius.eth 2023-10-11 09:54:22 +02:00
  • c73df61708 chore(package.json): upgrade plebbit-react-hooks plebeius.eth 2023-10-10 21:20:13 +02:00
  • 46e12a578f fix(topbar): classname typo plebeius.eth 2023-10-10 21:00:40 +02:00
  • a4217a803a feat(translations): add English and Italian plebeius.eth 2023-10-10 17:21:22 +02:00
  • 180166681d chore(components): use FC type from React plebeius.eth 2023-10-10 13:43:19 +02:00
  • 4e8843ba06 feat(header): add account bar with username plebeius.eth 2023-10-10 13:12:35 +02:00
  • f9e7710267 chore: prettify plebeius.eth 2023-10-10 13:00:49 +02:00
  • 9aa9d4ed0a fix(header): use transform for pixel decimals plebeius.eth 2023-10-10 12:58:58 +02:00