mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-21 07:05:25 -04:00
[PR #7] [CLOSED] A lot of styling and other work #550
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/for-web/pull/7
Author: @fernandopal
Created: 10/2/2022
Status: ❌ Closed
Base:
master← Head:fpalomo📝 Commits (10+)
458f8d6Added build script38f55e4Updated README489aec9Ported components from @revolt/uibad3355Update @revolt/ui exports70e5d14Added favicon & tab name5a41355Update theme importsbe0ac50Update locales Submodule1d25ad1Favicon path fixd4142e0Update dependencies24c9680Global styles & theming stuff📊 Changes
20 files changed (+445 additions, -173 deletions)
View changed files
➖
README(+0 -3)➕
README.md(+25 -0)📝
components/i18n/locales(+1 -1)➕
components/ui/components/common/Tooltips.tsx(+27 -0)➖
components/ui/components/design/layout/index.tsx(+0 -2)➕
components/ui/components/design/messaging/Info.tsx(+62 -0)➕
components/ui/components/design/messaging/Message.tsx(+103 -0)📝
components/ui/index.tsx(+41 -47)📝
components/ui/package.json(+5 -1)➕
components/ui/themes/GlobalStyles.tsx(+48 -0)➕
components/ui/themes/RevoltDark.tsx(+44 -0)📝
package.json(+3 -2)📝
packages/client/index.html(+20 -16)➖
packages/client/src/assets/favicon.ico(+0 -0)➕
packages/client/src/assets/logo_round.png(+0 -0)📝
packages/client/src/index.tsx(+3 -2)📝
packages/client/src/interface/channels/text/Messages.tsx(+14 -27)📝
packages/revolt.js(+1 -1)📝
packages/showcase/src/index.tsx(+2 -2)📝
pnpm-lock.yaml(+46 -69)📄 Description
[+] Added & styled tooltips (port from revite)

[+] Styled chat messages, still some work to do (port from revite)

[+] Added favicon & tab title

[+] Updated readme
[+] Added build script to package.json
[+] Added babel import to revolt.js (fix 'missing peer dependencies' when running pnpm i)
[+] Added day.js, solid-tippy, tippy.js and ulid as dependencies to package.json of @revolt/ui
[+] Ported Info.tsx component to @revolt/ui
[+] Ported Tooltips.tsx component to @revolt/ui
[+] Added global styles & organized theming stuff a bit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.