Commit af4c1e0
authored
feat: implement word (jargon)
This Pull Request implements the word (jargon) metatab; this is a tab
that seats under the word title on the `word.astro` layout; It's a tab
planned to hold the available interactive features/functions that can be
performed on a word (jargon). This PR implements the first of this
functions... see below...
- The `Edit Word` Function - this is a button with a link to a jargons
editor `edit` word session for the specific word.
### Changes Made
- Implemented a boilerplate metatab div on the word layout with the
following sections to start with
- the WIP Feature section - a commented out placeholder divs to
fantasize about the next features to implement on the metatab
- the Edit word button - a link to the edit session for a word on the
jargons editor, with `Suggest Improvements` as link text
- Computed and Integrated the edit url for the `edit button` section of
the metatab
### Screenshot

📖metatab - First Iteration (#45)1 parent 20b55ba commit af4c1e0
1 file changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
21 | 42 | | |
22 | 43 | | |
23 | 44 | | |
| |||
0 commit comments