pro-chat icon indicating copy to clipboard operation
pro-chat copied to clipboard

✨ feat: implemented ui for references (#332)

Open maifeeulasad opened this issue 1 year ago β€’ 2 comments

πŸ’» ε˜ζ›΄η±»εž‹ | Change Type

  • [x] ✨ feat
  • [ ] πŸ› fix
  • [ ] πŸ’„ style
  • [ ] πŸ”¨ chore
  • [ ] πŸ“ docs

πŸ”€ ε˜ζ›΄θ―΄ζ˜Ž | Description of Change

closes #332

πŸ“ θ‘₯充俑息 | Additional Information

Here is a snap: references for antd pro-chat

Open for further modification and discussion.

maifeeulasad avatar Nov 23 '24 08:11 maifeeulasad

New and removed dependencies detected. Learn more about Socket for GitHub β†—οΈŽ

Package New capabilities Transitives Size Publisher
npm/[email protected] None +9 133 kB arvinxx
npm/[email protected] None +5 115 kB escapedcat
npm/[email protected] filesystem Transitive: network, shell +6 223 kB arvinxx
npm/[email protected] None 0 15.1 kB sudodoki
npm/[email protected] environment Transitive: filesystem, shell +1 50.3 kB kentcdodds

View full reportβ†—οΈŽ

socket-security[bot] avatar Nov 23 '24 08:11 socket-security[bot]

Tested with:

const references = [
      { url: 'https://www.a.com', description: 'lots of meawww', title: 'a' },
      { url: 'https://www.b.com', title: 'bb' },
      { url: 'http://woof.com', description: 'ghew ghew', title: 'dog' },
      { url: 'https://www.a.com', description: 'lots of meawww', title: 'bc' },
      { url: 'https://www.b.com', title: 'bb' },
      { url: 'http://woof.com', description: 'ghew ghew', title: 'dog' },
      { url: 'https://www.a.com', description: 'lots of meawww', title: 'bd' },
      { url: 'https://www.b.com', title: 'bb' },
      { url: 'http://woof.com', description: 'ghew ghew', title: 'dog' },
      { url: 'https://www.a.com', description: 'lots of meawww', title: 'bb' },
      { url: 'https://www.b.com', title: 'bb' },
      { url: 'http://woof.com', description: 'ghew ghew', title: 'dog' },
      { url: 'https://www.a.com', description: 'lots of meawww', title: 'bb' },
      { url: 'https://www.b.com', title: 'bb' },
      { url: 'http://woof.com', description: 'ghew ghew', title: 'dog' },
      { url: 'https://www.a.com', description: 'lots of meawww', title: 'bb' },
      { url: 'https://www.b.com', title: 'bb' },
      { url: 'http://woof.com', description: 'ghew ghew', title: 'dog' },
      { url: 'https://www.a.com', description: 'lots of meawww', title: 'bb' },
      { url: 'https://www.b.com', title: 'bb' },
      { url: 'http://woof.com', description: 'ghew ghew', title: 'dog' },
      { url: 'https://www.a.com', description: 'lots of meawww', title: 'bb' },
      { url: 'https://www.b.com', title: 'bb' },
      { url: 'http://woof.com', description: 'ghew ghew', title: 'dog' },
      { url: 'https://www.a.com', description: 'lots of meawww', title: 'bb' },
      { url: 'https://www.b.com', title: 'bb' },
      { url: 'http://woof.com', description: 'ghew ghew', title: 'dog' },
      { url: 'https://www.a.com', description: 'lots of meawww', title: 'bb' },
      { url: 'https://www.b.com', title: 'bb' },
      { url: 'http://woof.com', description: 'ghew ghew', title: 'dog' },
];

maifeeulasad avatar Dec 12 '24 17:12 maifeeulasad