Skip to content

Commit

Permalink
Finish the sidebar at least. 1.20.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaubu committed Dec 27, 2023
1 parent d7aa2d3 commit bb4c02a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
scores (by stopping them from being added in the first place) that also
have Old English. Therefore, it only counts Germanic words that aren't
from Old English. Put Norse words there too, maybe.
- [ ] Add a search button inside of the search
- [ ] Add a search button (icon) inside of the search for mobile users
- [ ] Ability to dismiss words that are fine
- [ ] Ability to retrieve them back
- [ ] Have a maximum height for the chips list, with a scrollbar in the middle,
so that if I need things below the word list it won't clog it up (if it's too
bad).
- [x] Number of words per origin
- [ ] Option to not just copy, but instead insert the letters into the field
- [ ] Have dictionary search be sticky

### Editor errors

Expand Down
30 changes: 29 additions & 1 deletion src/layouts/Editor.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@
<template>
<v-app>
<v-navigation-drawer v-model="drawer">
<!-- -->
<!-- <v-list-item title="Anglish Editor" subtitle="by Cu"></v-list-item> -->

<v-divider></v-divider>

<v-list>
<v-list-item
link
title="Dictionary"
@click="$router.push({ path: '/' })"
/>

<v-list-item
link
title="Wordlist"
@click="$router.push({ path: '/list/' })"
/>

<v-list-item
link
title="Name Generator"
href="https://pure-english.github.io/name-generator/"
/>
</v-list>

<v-spacer></v-spacer>

<v-list-item>
<sub>This program is still in-development. Bugs may exist.</sub>
</v-list-item>
</v-navigation-drawer>

<!-- Dictionary/Search -->
Expand Down
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<p><sub>This project is still in progress, expect errors.</sub></p>

<p><sub>v1.10.1 (2023-12-27)</sub></p>
<p><sub>v1.10.2 (2023-12-27)</sub></p>
</center>
</template>

Expand Down

0 comments on commit bb4c02a

Please sign in to comment.