mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
Merge branch 'master' of https://github.com/mickael-kerjean/nuage
This commit is contained in:
commit
831521096e
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
- Emacs keybindings `;)`
|
||||
- Frequently access folders are pin to the homepage for quick access
|
||||
- Customise the connection page so that your users don't even have to know what protocol to use and where it is located ([example](http://files.kerjean.me))
|
||||
- Stateless (perfect candidate for AWS lamdba if that's your thing)
|
||||
- Stateless (perfect candidate for AWS lambda if that's your thing)
|
||||
|
||||
# Install
|
||||
Nuage is a react app with node in the backend. Installation:
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ export class ExistingThing extends React.Component {
|
|||
|
||||
onDeleteRequest(filename){
|
||||
prompt.now(
|
||||
"Confirm by tapping \""+this._confirm_delete_text()+"\"",
|
||||
"Confirm by typing \""+this._confirm_delete_text()+"\"",
|
||||
(answer) => { // click on ok
|
||||
if(answer === this._confirm_delete_text()){
|
||||
this.setState({icon: 'loading'});
|
||||
|
|
|
|||
Loading…
Reference in a new issue