about summary refs log tree commit diff
path: root/src/components/NewskieDialog.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Generate separate strings for join messages in Newskie dialog (#8007)surfdude292025-09-111-19/+27
| | | | | | | | | | | | | | | * try again * prettier * prettier round 2 * Update src/components/NewskieDialog.tsx Co-authored-by: Samuel Newman <mozzius@protonmail.com> --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Clean up dialogs (#8934)Samuel Newman2025-09-091-100/+110
|
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-1/+1
|
* fix newskie dialog width (#7949)Samuel Newman2025-03-131-2/+2
|
* Remove BaseLink component (#5682)Eric Bailey2024-10-171-1/+1
| | | | | | | | | * Remove BaseLink component * Fix StarterPackCard Link component * Rm flex_1 causing overflow * Make newskie usage full width
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-041-3/+3
| | | | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Hailey <me@haileyok.com>
* tweak wording for own badge (#4631)Hailey2024-06-241-4/+20
|
* Newskie dialog tweaks (#4623)Eric Bailey2024-06-241-21/+34
|
* Starter Packs (#4332)Hailey2024-06-211-10/+60
| | | | | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Disable newskie dialog tap in hover card web (#4562)Eric Bailey2024-06-181-0/+3
|
* Prevent unecessary calls (#4561)Eric Bailey2024-06-181-1/+1
| | | (cherry picked from commit ecb48797675c5be24508bf47141e930c64dac14e)
* Force callers of `getTimeAgo` to pass in the value for "now" (#4560)Eric Bailey2024-06-181-3/+4
| | | | | | | * Remove icky hook for now * Force callers of getTimeAgo to pass in the 'now' value * Update usage in Newskie dialog
* Is it "newskie" or "newsky" 🤔 (#4557)Eric Bailey2024-06-181-0/+81
* add newskie icon (cherry picked from commit 152e074ee053e076bf644e368047e486a5ad127c) (cherry picked from commit 8d2326f115c9c9d32aa1c41259bb81936b3868aa) * add size prop (cherry picked from commit af09ae2d8f4fedf8a50993e94b76efc44a2ef4ea) (cherry picked from commit 38dd38451bcce8afcf302ad1180802640857722a) * add a dialog for newskies to profiles (cherry picked from commit fe16f55e9c5e8faef540b563662b0c0c9a1d2d77) (cherry picked from commit c5b9f1b16ace276f422832069db076a5360616fe) * move newskie to handle (cherry picked from commit 150f2635b278a92ed67dcec748333b428aacb670) (cherry picked from commit 1efaaf835380f4e76d2e4b7fe8b727a92731a794) * use "say hello" in newskie dialog (cherry picked from commit d9a286cfc823a9e697061de84dd317625741a862) (cherry picked from commit 018dd1739fee68906dec63e05519f5ca9ae73910) * tweaks (cherry picked from commit 070363c947600c48368b01c776ea34fbf422f81e) (cherry picked from commit c30855d4ff311e31fb6ae357a9d6cd1662b291d5) * Tweaks * Re-export newskie icon * Design tweaks * Tweaks * Add source icon * Remove unused file * Remove unneeded edits * Simplify logic * Update source * Moderate displayName, fix createdAt type --------- Co-authored-by: Hailey <me@haileyok.com>