gabek
083df79ae6
Bundle embedded web app
2022-10-09 00:19:07 +00:00
Gabe Kangas
6773fc37a5
Fix space bar moving page. Closes #2110
2022-10-08 17:15:19 -07:00
gabek
4dfb602dff
Bundle embedded web app
2022-10-08 23:55:02 +00:00
gabek
4e4bbb8bd3
Prettified Code!
2022-10-08 23:53:03 +00:00
Gabe Kangas
ded47a0c25
Make live indicator use our theme colors. For #1899
2022-10-08 16:51:49 -07:00
Gabe Kangas
19e9895fe5
First pass at updated the default page content. For #2178
2022-10-08 16:25:20 -07:00
gabek
3decfc009d
Bundle embedded web app
2022-10-08 22:37:26 +00:00
Gabe Kangas
2de23a3458
Only client-render server-rendered templates in production builds. Closes #2176
2022-10-08 15:34:11 -07:00
gabek
eed76ddbd2
Bundle embedded web app
2022-10-08 22:09:35 +00:00
Gabe Kangas
6c2e25e597
Update the offline banner. Filed #2179 to discuss text
2022-10-08 15:05:52 -07:00
gabek
0ec57275d1
Bundle embedded web app
2022-10-07 02:00:24 +00:00
Cleo John
34f35974e0
Change Airplay to SVG and refactor ( #2156 )
...
* Replaced airplay.png with airplay.svg
* Refactor VideoJS.scss to propper scss syntax
* Fix for the messup I made during the refactor
* fix airplay size
* hotfix fixed aircast styling
2022-10-06 18:57:49 -07:00
jahway603
155d671df0
clarified in README.md about musl compatible compiler ( #2175 )
...
* clarified in README.md that a musl compatible compiler can be used
* removed unneeded info from README.md
removed unneeded info from README.md
* minor grammar change
minor grammar change
2022-10-06 18:27:57 -07:00
renovate[bot]
a71eb8cdd2
Bundle embedded web app
2022-10-06 18:24:32 +00:00
renovate[bot]
cd0db12ac6
chore(deps): update typescript-eslint monorepo to v5.39.0
2022-10-06 09:01:38 +00:00
gabek
679eb6e55b
Bundle embedded web app
2022-10-06 05:47:38 +00:00
Gabe Kangas
19e4e99127
First pass at the social/federated chat component. Closes #2172
2022-10-05 22:43:24 -07:00
Cleo John
66baabb6ef
Add Gitpod config ( #2173 )
...
Gitpod is a free only ide which allows you to edit and run code in the browser. This script eases the gitpod setup.
2022-10-05 15:35:13 -07:00
renovate[bot]
11ceebd84f
Bundle embedded web app
2022-10-05 19:25:37 +00:00
renovate[bot]
e83498fbb7
fix(deps): update fontsource monorepo
2022-10-05 19:23:06 +00:00
renovate[bot]
64e3896164
Bundle embedded web app
2022-10-05 06:05:36 +00:00
renovate[bot]
20dfa82381
fix(deps): update dependency picmo to v5.7.1
2022-10-05 06:04:16 +00:00
renovate[bot]
bf3c717bd4
fix(deps): update dependency antd to v4.23.4
2022-10-05 03:26:09 +00:00
gabek
5ec46bcc72
Bundle embedded web app
2022-10-05 02:18:08 +00:00
Gabe Kangas
45c7fa4f7e
Only show chat send button on mobile
2022-10-04 19:14:50 -07:00
Gabe Kangas
6c9f9f6507
Add additional example chat items to story
2022-10-04 19:14:50 -07:00
gabek
8095eebcff
Bundle embedded web app
2022-10-05 01:47:20 +00:00
Gabe Kangas
5742845b7c
Fix values in the follow form
2022-10-04 18:43:15 -07:00
renovate[bot]
9718169686
Bundle embedded web app
2022-10-04 21:01:05 +00:00
renovate[bot]
cf3333dcb6
fix(deps): update dependency react-virtuoso to v2.19.1
2022-10-04 20:52:13 +00:00
renovate[bot]
600f7c3ea1
fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.21
2022-10-04 20:50:18 +00:00
gabek
d71f2a95c8
Bundle embedded web app
2022-10-04 20:23:01 +00:00
Evgeniy Kosov
fcf488c577
Fix slider marks by changing the corresponding labels to non-empty string ( #2171 )
2022-10-04 13:19:23 -07:00
gabek
da291f3e5d
Bundle embedded web app
2022-10-04 18:25:24 +00:00
Evgeniy Kosov
d2024d30d2
Add ability to move social handles up/down ( #2168 )
2022-10-04 11:22:01 -07:00
renovate[bot]
8339b81a85
fix(deps): update module github.com/shirou/gopsutil/v3 to v3.22.9
2022-10-04 16:36:20 +00:00
renovate[bot]
ca71f66117
Bundle embedded web app
2022-10-04 10:12:42 +00:00
renovate[bot]
db4919ad28
fix(deps): update module github.com/aws/aws-sdk-go to v1.44.110
2022-10-04 10:06:16 +00:00
renovate[bot]
a0a7c9fe5d
chore(deps): update dependency @svgr/webpack to v6.4.0
2022-10-04 06:57:28 +00:00
renovate[bot]
ff26213925
fix(deps): update golang.org/x/net digest to bcab684
2022-10-04 06:54:45 +00:00
gabek
09687eac92
Bundle embedded web app
2022-10-04 05:27:39 +00:00
Gabe Kangas
215a3096db
Do not allow enabling federation features on if not port 443. Closes #2008
2022-10-03 22:24:12 -07:00
Gabe Kangas
cb65dde46a
Increase cache time of javascript and css since the files are hashed
2022-10-03 21:44:03 -07:00
gabek
89786ad4f8
Bundle embedded web app
2022-10-04 04:10:57 +00:00
Gabe Kangas
b1484f4c9f
Lazy load some components that aren't needed at load. For #2167
2022-10-03 21:06:46 -07:00
Evgeniy Kosov
615afd6103
Add ffmpeg as required pre-requisite to README.md ( #2166 )
2022-10-03 14:00:46 -07:00
renovate[bot]
4a999a39b2
Bundle embedded web app
2022-10-03 15:31:41 +00:00
renovate[bot]
9c5316c25b
chore(deps): lock file maintenance
2022-10-03 15:29:03 +00:00
renovate[bot]
8e67688846
chore(deps): lock file maintenance
2022-10-03 15:28:14 +00:00
t1enne
d2d471cdc5
Bundle embedded web app
2022-10-03 08:19:03 +00:00