This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
161 changed files
with
6,092 additions
and
5,280 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,60 @@ | ||
{ | ||
"app-id": "com.github.bleakgrey.tootle", | ||
"runtime": "org.gnome.Platform", | ||
"sdk": "org.gnome.Sdk", | ||
"runtime-version": "3.38", | ||
"command": "com.github.bleakgrey.tootle", | ||
"finish-args": [ | ||
"--share=network", | ||
"--share=ipc", | ||
"--socket=fallback-x11", | ||
"--socket=wayland", | ||
"--filesystem=xdg-run/dconf", | ||
"--filesystem=~/.config/dconf:ro", | ||
"--talk-name=ca.desrt.dconf", | ||
"--env=DCONF_USER_CONFIG_DIR=.config/dconf" | ||
], | ||
"cleanup": [ | ||
"/include", | ||
"/lib/pkgconfig", | ||
"/man", | ||
"/share/doc", | ||
"/share/gtk-doc", | ||
"/share/man", | ||
"/share/pkgconfig", | ||
"*.la", | ||
"*.a" | ||
], | ||
"modules": [ | ||
{ | ||
"name": "libhandy", | ||
"buildsystem": "meson", | ||
"config-opts": [ | ||
"-Dtests=false", | ||
"-Dexamples=false", | ||
"-Dglade_catalog=disabled" | ||
], | ||
"sources": [ | ||
"app-id" : "com.github.bleakgrey.tootle", | ||
"runtime" : "org.gnome.Platform", | ||
"sdk" : "org.gnome.Sdk", | ||
"runtime-version" : "40", | ||
"command" : "com.github.bleakgrey.tootle", | ||
"finish-args" : [ | ||
"--share=network", | ||
"--share=ipc", | ||
"--socket=fallback-x11", | ||
"--socket=wayland", | ||
"--filesystem=xdg-run/dconf", | ||
"--filesystem=~/.config/dconf:ro", | ||
"--talk-name=ca.desrt.dconf", | ||
"--env=DCONF_USER_CONFIG_DIR=.config/dconf" | ||
], | ||
"cleanup" : [ | ||
"/include", | ||
"/lib/pkgconfig", | ||
"/man", | ||
"/share/doc", | ||
"/share/gtk-doc", | ||
"/share/man", | ||
"/share/pkgconfig", | ||
"*.la", | ||
"*.a" | ||
], | ||
"modules" : [ | ||
{ | ||
"type": "archive", | ||
"url": "https://ftp.acc.umu.se/pub/GNOME/sources/libhandy/1.0/libhandy-1.0.3.tar.xz", | ||
"sha256": "559bb3acc2c362488917eb72ed25bdc181f4ae26ac94d177634cc5d34c867f7a" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "tootle", | ||
"builddir": true, | ||
"buildsystem": "meson", | ||
"sources": [ | ||
"name" : "libadwaita", | ||
"buildsystem" : "meson", | ||
"builddir" : true, | ||
"config-opts" : [ | ||
"-Dexamples=false", | ||
"-Dtests=false" | ||
], | ||
"sources" : [ | ||
{ | ||
"type" : "archive", | ||
"url" : "https://gitlab.gnome.org/GNOME/libadwaita/-/archive/594eb987c57e4d20370cc20520871f230ff02ae2/libadwaita-594eb987c57e4d20370cc20520871f230ff02ae2.tar", | ||
"sha256" : "960d8e95864cac71be9e893d37baace82d67ecb06b3b09bd24b9fdfece9eca9c" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "dir", | ||
"path": "." | ||
"name" : "tootle", | ||
"builddir" : true, | ||
"buildsystem" : "meson", | ||
"sources" : [ | ||
{ | ||
"type" : "dir", | ||
"path" : "." | ||
} | ||
] | ||
} | ||
] | ||
], | ||
"build-options" : { | ||
"env" : { } | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,92 @@ | ||
.header .chip { | ||
padding: 4px 12px; | ||
border-radius: 4px; | ||
border: 1px solid black; | ||
.sidebar .badge { | ||
padding: 2px 12px; | ||
border-radius: 999px; | ||
background: @accent_bg_color; | ||
color: @text_view_bg; | ||
} | ||
|
||
.attachment { | ||
border-radius: 5px; | ||
background: rgba (150, 150, 150, 0.2); | ||
/* .header .chip { */ | ||
/* padding: 4px 12px; */ | ||
/* border-radius: 4px; */ | ||
/* border: 1px solid black; */ | ||
/* } */ | ||
|
||
.attachment, .attachment button, flowboxchild { | ||
padding:0px; | ||
margin:0px; | ||
} | ||
.attachment .pic { | ||
border-radius: 5px; | ||
} | ||
.attachment .chip { | ||
padding: 6px; | ||
border-radius:6px; | ||
} | ||
|
||
.ttl-header-button { | ||
margin: 0px; | ||
border-radius: 0px; | ||
border-top: none; | ||
border-bottom: none; | ||
} | ||
.ttl-header-button .title, .ttl-header-button .subtitle { | ||
padding-left: 0px; | ||
padding-right: 0px; | ||
} | ||
|
||
.padded.ttl-view { | ||
margin: 32px 0 32px 0; | ||
} | ||
.ttl-view:not(.padded) .content row { | ||
border-radius: 0px; | ||
.attachment .osd { | ||
padding: 6px 12px; | ||
border-radius: 6px; | ||
margin: 8px; | ||
} | ||
|
||
.ttl-action-bar .circular { | ||
box-shadow: none; | ||
} | ||
/* .ttl-header-button { */ | ||
/* margin: 0px; */ | ||
/* border-radius: 0px; */ | ||
/* border-top: none; */ | ||
/* border-bottom: none; */ | ||
/* } */ | ||
/* .ttl-header-button .title, .ttl-header-button .subtitle { */ | ||
/* padding-left: 0px; */ | ||
/* padding-right: 0px; */ | ||
/* } */ | ||
|
||
.ttl-flat-button { | ||
padding: 0px; | ||
margin: 0px; | ||
} | ||
|
||
.ttl-post { | ||
padding: 0px; | ||
} | ||
.ttl-thread-line { | ||
background: @theme_fg_color; | ||
opacity: .1; | ||
margin-top: -8px; | ||
margin-bottom: -8px; | ||
} | ||
|
||
.ttl-large-body { | ||
font-size: 110%; | ||
} | ||
/* .ttl-large-body { */ | ||
/* font-size: 110%; */ | ||
/* } */ | ||
|
||
.ttl-code { | ||
font-family: monospace; | ||
padding: 12px; | ||
background: rgba(150,150,150,.1); | ||
border-radius: 6px; | ||
} | ||
|
||
.ttl-view .small .content row { | ||
border-left: none; | ||
border-right: none; | ||
border-radius:0px; | ||
} | ||
|
||
.ttl-view .content row { | ||
padding: 0px; | ||
} | ||
|
||
.ttl-view .large:first-child { | ||
margin-top: 32px; | ||
} | ||
.ttl-view .large:last-child { | ||
margin-bottom: 32px; | ||
} | ||
|
||
|
||
|
||
|
||
/* | ||
Profile | ||
*/ | ||
|
||
.ttl-profile-cover .header-image { | ||
background:grey; | ||
} | ||
.ttl-profile-cover avatar { | ||
border: 6px solid @theme_base_color; | ||
background: @theme_base_color; | ||
} | ||
.large .header-image { | ||
border-radius:6px 6px 0 0; | ||
} |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<interface> | ||
<template class="GtkListItem"> | ||
<property name="child"> | ||
|
||
|
||
<object class="GtkBox"> | ||
<property name="orientation">horizontal</property> | ||
<property name="spacing">6</property> | ||
|
||
<child> | ||
<object class="GtkImage"> | ||
<property name="margin-start">6</property> | ||
<property name="margin-end">6</property> | ||
<property name="margin-top">6</property> | ||
<property name="margin-bottom">6</property> | ||
<binding name="icon_name"> | ||
<lookup name="icon_name" type="TootleInstanceAccountVisibility"> | ||
<lookup name="item">GtkListItem</lookup> | ||
</lookup> | ||
</binding> | ||
</object> | ||
</child> | ||
|
||
<child> | ||
<object class="GtkBox"> | ||
<property name="orientation">vertical</property> | ||
<property name="spacing">6</property> | ||
|
||
<child> | ||
<object class="GtkLabel"> | ||
<property name="xalign">0</property> | ||
<binding name="label"> | ||
<lookup name="name" type="TootleInstanceAccountVisibility"> | ||
<lookup name="item">GtkListItem</lookup> | ||
</lookup> | ||
</binding> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="GtkLabel"> | ||
<property name="xalign">0</property> | ||
<binding name="label"> | ||
<lookup name="description" type="TootleInstanceAccountVisibility"> | ||
<lookup name="item">GtkListItem</lookup> | ||
</lookup> | ||
</binding> | ||
<style> | ||
<class name="caption"/> | ||
<class name="dim-label"/> | ||
</style> | ||
</object> | ||
</child> | ||
|
||
</object> | ||
</child> | ||
|
||
</object> | ||
|
||
|
||
</property> | ||
</template> | ||
</interface> | ||
|
Oops, something went wrong.