Skip to content

Commit

Permalink
PLT-5904 - Add base skin to Marlowe Explorer (#46)
Browse files Browse the repository at this point in the history
* Add model designs to all static html pages
* Import CSS and SVG files as ByteString in Haskell
* Expose resources through Servant
* Reduce number of contracts in listing to 12
* Add sync status badge
* Add styling to pagination
* Add test Marlowe-specific syntax highlighting for Prism
* Link logo to main page and remove 1st button from navigation bar
* Modify status field in detail view to refer to contract and reorder fields
* Implement design for detailed view

---------

Co-authored-by: Larry Adames <adames.larry@gmail.com>
  • Loading branch information
palas and ladamesny committed Jun 7, 2023
1 parent 2f92282 commit 3efd0b8
Show file tree
Hide file tree
Showing 47 changed files with 3,148 additions and 235 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cabal-dev
cabal.sandbox.config
cabal.project.local
cabal.project.local~
node_modules

# ghc
*.o
Expand Down
3 changes: 3 additions & 0 deletions design/account_circle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions design/alarm_on.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions design/brightness_1.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
416 changes: 416 additions & 0 deletions design/code-view.html

Large diffs are not rendered by default.

0 comments on commit 3efd0b8

Please sign in to comment.