Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
to
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
matrix
to
Commits
52f1b570
Unverified
Commit
52f1b570
authored
7 years ago
by
Michael Telatynski
Browse files
Options
Downloads
Patches
Plain Diff
Add matrix-static ++ image
parent
3a9ccd8d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
img/matrix-static-48px.png
+0
-0
0 additions, 0 deletions
img/matrix-static-48px.png
src/components/HomePage.js
+10
-10
10 additions, 10 deletions
src/components/HomePage.js
with
10 additions
and
10 deletions
img/matrix-static-48px.png
0 → 100644
+
0
−
0
View file @
52f1b570
3.25 KiB
This diff is collapsed.
Click to expand it.
src/components/HomePage.js
+
10
−
10
View file @
52f1b570
...
...
@@ -29,16 +29,6 @@ var linkable_clients = [
maturity
:
"
Stable
"
,
comments
:
"
Fully-featured Matrix client for Web, iOS & Android
"
,
},
{
name
:
"
Matrix-Static
"
,
logo
:
"
img/matrix-static-48px.png
"
,
author
:
"
Michael Telatynski
"
,
homepage
:
"
https://github.com/t3chguy/matrix-static
"
,
//room_url(alias) { return "https://view.matrix.org/alias/" + alias },
room_id_url
(
id
)
{
return
"
https://view.matrix.org/room/
"
+
id
},
maturity
:
"
Stable
"
,
comments
:
"
A static golang generated preview of public world readable Matrix rooms.
"
,
}
{
name
:
"
Matrix Console
"
,
logo
:
"
img/console-48px.png
"
,
...
...
@@ -49,6 +39,16 @@ var linkable_clients = [
maturity
:
"
Deprecated
"
,
comments
:
"
The original developer-focused client for Web, iOS & Android
"
,
},
{
name
:
"
Matrix-Static
"
,
logo
:
"
img/matrix-static-48px.png
"
,
author
:
"
Michael Telatynski
"
,
homepage
:
"
https://github.com/t3chguy/matrix-static
"
,
room_url
(
alias
)
{
return
"
https://view.matrix.org/alias/
"
+
alias
.
replace
(
'
#
'
,
'
%23
'
)
},
room_id_url
(
id
)
{
return
"
https://view.matrix.org/room/
"
+
id
},
maturity
:
"
Stable
"
,
comments
:
"
A static golang generated preview of public world readable Matrix rooms.
"
,
},
];
var
unlinkable_clients
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment