git.99rst.org
/
flatnotes.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
flatnotes.git
2024-05-12
Adam Dullage
Implement tag menu in search input
commit
|
commitdiff
|
tree
|
snapshot
2024-05-10
Adam Dullage
Add note edit cancellation confirmation modal
commit
|
commitdiff
|
tree
|
snapshot
2024-05-10
Adam Dullage
Add window.onbeforeunload check and empty title validation
commit
|
commitdiff
|
tree
|
snapshot
2024-05-10
Adam Dullage
Prevent save with invalid characters in title
commit
|
commitdiff
|
tree
|
snapshot
2024-05-10
Adam Dullage
Add note saved and note too large toast messages
commit
|
commitdiff
|
tree
|
snapshot
2024-05-10
Adam Dullage
Update docker files to account for tailwindcss
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Add loading indicator and no notes message to home...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Add additional margin to prevent focus ring overlap
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Prevent note edit and delete if auth type is read only
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Fix missing background on light theme toast
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Fix menu item template
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Add keyboard shortcut hint to search menu option
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Fix background colour on search input
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Hide relevant nav bar options based on authType
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Update Vue dependency to version 3.4.27
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Move search modal border to search input
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Fix background on SearchInput
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Remove close button from modal
commit
|
commitdiff
|
tree
|
snapshot
2024-05-09
Adam Dullage
Refactor Modal, SearchModal and ConfirmModal
commit
|
commitdiff
|
tree
|
snapshot
2024-05-08
Adam Dullage
Add closeHandler to Modal mask for closing modal on...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-08
Adam Dullage
Improve search modal styling
commit
|
commitdiff
|
tree
|
snapshot
2024-05-08
Adam Dullage
Fix escape to close on modals
commit
|
commitdiff
|
tree
|
snapshot
2024-05-08
Adam Dullage
Allow modal title prop to be omitted
commit
|
commitdiff
|
tree
|
snapshot
2024-05-08
Adam Dullage
Fix incorrect handler in SearchModal
commit
|
commitdiff
|
tree
|
snapshot
2024-05-08
Adam Dullage
Add custom v-focus directive and add escape keybinding...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-08
Adam Dullage
Implement auto-redirect on LogIn view when auth is...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-07
Adam Dullage
Refactor keyboard shortcut binding for search modal...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-07
Adam Dullage
Prevent search modal keyboard shortcut from working...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-07
Adam Dullage
Add missing apiErrorHandler import into SearchResults.vue
commit
|
commitdiff
|
tree
|
snapshot
2024-05-07
Adam Dullage
Remove commented code in api.js
commit
|
commitdiff
|
tree
|
snapshot
2024-05-07
Adam Dullage
Centralise generic API error handling
commit
|
commitdiff
|
tree
|
snapshot
2024-05-07
Adam Dullage
Remember theme preference
commit
|
commitdiff
|
tree
|
snapshot
2024-05-07
Adam Dullage
Fix issue loading new note
commit
|
commitdiff
|
tree
|
snapshot
2024-05-07
Adam Dullage
Implement extendedAutolinks & customHTMLRenderer
commit
|
commitdiff
|
tree
|
snapshot
2024-05-06
Adam Dullage
Update npm dependencies to latest versions
commit
|
commitdiff
|
tree
|
snapshot
2024-05-06
Adam Dullage
Change path for new note to /new
commit
|
commitdiff
|
tree
|
snapshot
2024-05-06
Adam Dullage
Move modal to App.vue and bind keyboard shortcut
commit
|
commitdiff
|
tree
|
snapshot
2024-05-06
Adam Dullage
Move import in Modal component
commit
|
commitdiff
|
tree
|
snapshot
2024-05-06
Adam Dullage
Add title and close button to search modal
commit
|
commitdiff
|
tree
|
snapshot
2024-05-05
Adam Dullage
Implement various theming updates
commit
|
commitdiff
|
tree
|
snapshot
2024-05-05
Adam Dullage
Add keyboard shortcut for editing note
commit
|
commitdiff
|
tree
|
snapshot
2024-05-05
Adam Dullage
Add autocomplete attributes to login form inputs
commit
|
commitdiff
|
tree
|
snapshot
2024-05-05
Adam Dullage
Add extra horizontal padding to tag component
commit
|
commitdiff
|
tree
|
snapshot
2024-05-05
Adam Dullage
Refactor LoadingIndicator to take slot and implement...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-04
Adam Dullage
Add search functionality to navbar
commit
|
commitdiff
|
tree
|
snapshot
2024-05-04
Adam Dullage
Add focus to search input on component mount
commit
|
commitdiff
|
tree
|
snapshot
2024-05-04
Adam Dullage
Add exposed focus function to TextInput component
commit
|
commitdiff
|
tree
|
snapshot
2024-05-04
Adam Dullage
Add emit("search") when search is run in SearchInput
commit
|
commitdiff
|
tree
|
snapshot
2024-05-04
Adam Dullage
Update Modal component styling to use max-width of...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-04
Adam Dullage
Move title back to ConfirmModal and position modal...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-04
Adam Dullage
Refactor ConfirmModal component to use Modal component
commit
|
commitdiff
|
tree
|
snapshot
2024-05-04
Adam Dullage
Disable usage statistics in ToastEditor and ToastViewer...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-04
Adam Dullage
Refactor links in navbar
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Refactor note save logic in note view
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Update null search term toast message
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Remove redundant defineExpose imports
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Implement note save logic in note view
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Refactor API functions and Note class to use destructur...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Update ToastEditor and ToastViewer component paths
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Update ToastEditor and ToastViewer component paths
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Add ToastEditor component to note view
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Add ToastEditor component
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Fix checkbox disable css
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Wrap title and buttons in note view
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Stop title from moving when switching to edit mode...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Implement ToastViewer component in note view
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Add ToastViewer component
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Add loading indicator to note view an handle 404
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Add LoadingIndicator component
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Set note ref to instance of Note when creating a new...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Set document title to note title in note view
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Add ConfirmModal component and implement delete note...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-03
Adam Dullage
Catch failure to get notes in home view
commit
|
commitdiff
|
tree
|
snapshot
2024-05-02
Adam Dullage
Fix dark theme search result hover over colour
commit
|
commitdiff
|
tree
|
snapshot
2024-05-02
Adam Dullage
Implement initial layout of SearchResults view
commit
|
commitdiff
|
tree
|
snapshot
2024-05-02
Adam Dullage
Add max width to Home view
commit
|
commitdiff
|
tree
|
snapshot
2024-05-02
Adam Dullage
Remove width restriction on SearchInput and implement...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-02
Adam Dullage
Update API getNotes function to return a SearchResult
commit
|
commitdiff
|
tree
|
snapshot
2024-05-01
Adam Dullage
Remove incorrect rounded-r-none class from TextInput
commit
|
commitdiff
|
tree
|
snapshot
2024-05-01
Adam Dullage
Tidy note view watch
commit
|
commitdiff
|
tree
|
snapshot
2024-05-01
Adam Dullage
Implement responsive logo and adjust navbar bottom...
commit
|
commitdiff
|
tree
|
snapshot
2024-05-01
Adam Dullage
Add shadow to toast message
commit
|
commitdiff
|
tree
|
snapshot
2024-05-01
Adam Dullage
Implement null term validation in SearchInput
commit
|
commitdiff
|
tree
|
snapshot
2024-05-01
Adam Dullage
Implement initial layout and logic for note page
commit
|
commitdiff
|
tree
|
snapshot
2024-05-01
Adam Dullage
Added background colour to menu popup
commit
|
commitdiff
|
tree
|
snapshot
2024-05-01
Adam Dullage
Toast helpers
commit
|
commitdiff
|
tree
|
snapshot
2024-05-01
Adam Dullage
Added menu button
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Adam Dullage
Make note route title param optional
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Adam Dullage
Removed unnecessary use of onBeforeMount in App.vue
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Adam Dullage
Added "dev" script to package.json
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Adam Dullage
Move toast and associated styling to custom component
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Adam Dullage
Added search page
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Adam Dullage
Added note view, navbar styling & API improvements
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Adam Dullage
Style Organisation
commit
|
commitdiff
|
tree
|
snapshot
2024-04-28
Adam Dullage
Fix devcontainer Dockerfile
commit
|
commitdiff
|
tree
|
snapshot
2024-04-28
Adam Dullage
Added prettier dependency
commit
|
commitdiff
|
tree
|
snapshot
2024-04-27
Adam Dullage
Toast Messaging
commit
|
commitdiff
|
tree
|
snapshot
2024-04-27
Adam Dullage
Log out workflow
commit
|
commitdiff
|
tree
|
snapshot
2024-04-27
Adam Dullage
Log In and Recently Modified
commit
|
commitdiff
|
tree
|
snapshot
2024-04-27
Adam Dullage
Move NavBar to App
commit
|
commitdiff
|
tree
|
snapshot
next
git clone https://git.99rst.org/PROJECT