Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UNI-KLU
SMART
Commits
78f45865
Commit
78f45865
authored
Mar 15, 2021
by
Manuel Herold
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature/dashboard' into feature/dashboard
parents
a76cad73
5702a529
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1474 additions
and
0 deletions
+1474
-0
f_00000f
...dashboard/.dart_tool/chrome-device/Default/Cache/f_00000f
+854
-0
f_000012
...dashboard/.dart_tool/chrome-device/Default/Cache/f_000012
+614
-0
4f2a58af27abc49ecf55570043bbf938.cache.dill.track.dill
...ld/4f2a58af27abc49ecf55570043bbf938.cache.dill.track.dill
+0
-0
post.dart
src/dashboard/lib/data/post.dart
+6
-0
No files found.
src/dashboard/.dart_tool/chrome-device/Default/Cache/f_00000f
View file @
78f45865
This diff is collapsed.
Click to expand it.
src/dashboard/.dart_tool/chrome-device/Default/Cache/f_000012
View file @
78f45865
This diff is collapsed.
Click to expand it.
src/dashboard/build/4f2a58af27abc49ecf55570043bbf938.cache.dill.track.dill
0 → 100644
View file @
78f45865
File added
src/dashboard/lib/data/post.dart
View file @
78f45865
...
...
@@ -21,6 +21,12 @@ class Post {
return
title
;
}
String
get
effectiveContent
{
if
(
content
!=
null
&&
content
.
isNotEmpty
)
return
content
;
return
title
;
}
String
get
formattedTrustScore
{
NumberFormat
format
=
NumberFormat
(
"###.00"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment