Commit Graph
8 Commits
Author SHA1 Message Date
fb36d32fa0 Fixes : Admin: Custom emoji page layout (#2993)
* Update emojis.tsx

* Prettified Code!

* Second Iteration

* Update emojis.tsx

* Putting Delete Button at top-right

Will this work ?

* Prettified Code!

* Update emojis.tsx

Changing Icon of Delete Button
Decreasing Delete-Button Size

* Prettified Code!

* Tweak style of delete emoji button

---------

Co-authored-by: dev265545 <dev265545@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2023-05-07 12:57:15 -07:00
Dev GuptaandGitHub b54e1c391e FIX #2933 Make admin stream title input more visible (#2974)
* Update main-layout.css
2023-04-30 20:10:36 -07:00
Dev GuptaandGitHub 1a63880d01 adding tests for generateRndKey (#2932)
changing jest.config.js
transform option  from -
transform: { '^.+\\.ts?$': 'ts-jest' },
to
  transform: {   '^.+\\.(js|jsx|ts|tsx)$': ['babel-jest', { presets: ['next/babel'] }], },
2023-04-17 15:33:30 -07:00
Dev GuptaandGitHub b3b6a23687 Fix -Admin appearance page has one differently colored collapsible area #2893 (#2913) 2023-04-12 18:33:14 -07:00
1eac2a1632 FIX : Admin custom CSS area forces entire page to scroll #2886 (#2892)
* Update EditPageContent.tsx

Adding Scroll to codemirror

* Prettified Code!

* Fixing CSS- code mirror scroll issue

Removing excess code
and fixing CSS code mirror

* Prettified Code!

* Prettified Code!

---------

Co-authored-by: dev265545 <dev265545@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: gabek <gabek@users.noreply.github.com>
2023-04-03 21:03:44 -07:00
f1bf06b8cd FIX #2897 Admin: "Copy" button for stream keys copy asterisks if key is hidden (#2901)
* Update StreamKeys.tsx

* Prettified Code!

---------

Co-authored-by: dev265545 <dev265545@users.noreply.github.com>
2023-04-03 20:49:48 -07:00
Dev GuptaandGitHub 931772d850 Update Owncast developer documentation to mention Windows #2864 (#2883)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create owncast_for_windows.md

* Update README.md

* Update README.md

* Update owncast_for_windows.md

* Update README.md

* Update owncast_for_windows.md

More clarity about different use cases
Added steps for installing Owncast as a user in Windows.

* Update owncast_for_windows.md

Changing the format a little bit

* Update owncast_for_windows.md
2023-04-03 18:17:32 -07:00
11a3a79032 FIX : Chat: words containing one or more dots are turned into links #2898 (#2903)
* FIX: Chat: words containing one or more dots are turned into links #2898

Making validateTLD to true and also adding a parameter of customTLDs

* Update ChatUserMessage.tsx

* Prettified Code!

---------

Co-authored-by: dev265545 <dev265545@users.noreply.github.com>
2023-04-03 18:00:21 -07:00