Skip to content

Commit

Permalink
Merge pull request #2 from Nereare/new-meds
Browse files Browse the repository at this point in the history
Mudança na interfarce de medicações **cancelada**
  • Loading branch information
Nereare committed May 9, 2023
2 parents 0aebfc7 + c46a9f6 commit e9260e8
Show file tree
Hide file tree
Showing 23 changed files with 1,247 additions and 257 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Todas as mudanças significativas nesse projeto serão documentadas neste arquiv
O formato é baseado em [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), e este projeto adere ao [Versionamento Semântico](https://semver.org/spec/v2.0.0.html).

## [Não Publicado][Unreleased]
### Adicionado
- *Labs*:
- Adicionar data.
- *Exame Físico*:
- Toque retal.
### Modificado
- Todos os campos dentro de `div.field`s agora têm fontes com espaçamento fixo (*monospace*).
### Corrigido
- *Exame Físico*:
- Exames abdominais com epônimo agora são processados de verdade.
- Melhorias no lido com dados miscelâneos de exame abdominal.
- Pontuação final automática em exame de pele.

## [2.10.5-r1] - 2023-03-11
### Adicionado
Expand Down
10 changes: 9 additions & 1 deletion footer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
<footer class="footer">
<div class="content has-text-centered">
<p>
<strong><?php echo constant("APP_NAME"); ?></strong> por <a href="https://nereare.com"><?php echo constant("APP_AUTHOR"); ?></a>.
<a id="insulin" data-clipboard-text="CONFORME DEXTRO:
< 200 : NÃO aplicar
200-250 : 02 UI
251-300 : 04 UI
301-350 : 06 UI
351-400 : 08 UI
401-450 : 10 UI
> 450 : 12 UI"><strong><?php echo constant("APP_NAME"); ?></strong></a>
por <a href="https://nereare.com"><?php echo constant("APP_AUTHOR"); ?></a>.
O código-fonte está licenciado sob a
<a href="https://firstdonoharm.dev/">Licença Hipocrática</a>
.
Expand Down
1 change: 0 additions & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function is_selected($link, $page) {
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/jquery-ui-dist/jquery-ui.min.js"></script>
<script src="node_modules/clipboard/dist/clipboard.min.js"></script>
<script src="node_modules/uuid/dist/umd/uuidv4.min.js"></script>
<script src="node_modules/dompurify/dist/purify.min.js"></script>
<script src="node_modules/marked/marked.min.js"></script>
<script src="js/base.js"></script>
Expand Down
Loading

0 comments on commit e9260e8

Please sign in to comment.